Good Afternoon,
When creating a purchase order through GraphQL we receive back a base64 encoded string of the type:Id. When a webhook is fired we receive back the id of the base64 encoded string.
In example for a Purchase order using the GraphQL Query/Mutation we receive back an id like “UHVyY2hhc2VPcmRlcjo1MDAwMQ==” which when decoded comes out to be “PurchaseOrder:50001”. When a purchase order webhook is received the body includes an id of 50001.
Can you confirm that this is working as expected or will there be a change when the Rest API gets deprecated?