Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi,
When create order from existing order using Shopify contract that time we are not getting latest custom attribute, which are created after order original order create.
Ex, We have created #123 order in this order have "Attribute 1", "Attribute 2". We are adding new "Attribute 3" in #123 order (Added new attribute after order create) Now, new order created from #123 using Shopify daily contract API and created new order is "#456" and we get only "Attribute 1" and "Attribute 2" attributes value instead of "Attribute 1", "Attribute 2" and "Attribute 3".
Why we are not getting all attributes from original order?
How can we get all custom attribute value?