Ah ha! Thank you! That - almost - worked! It finally returned something:
Array
(
[errors] => Array
(
[line_items_by_fulfillment_order] => expected Hash to be a Array
)
)
Which makes no sense to me…
Main issue: how to add tracking info using the new Fulfillment Orders workflow after the legacy order→fulfillment flow was deprecated.
Current approach (consensus):
Key requirements and pitfalls:
Status: Resolved for most by adding Merchant-managed Fulfillment scopes and using the correct fulfillment POST. One user still needed to fix JSON structure.
Ah ha! Thank you! That - almost - worked! It finally returned something:
Array
(
[errors] => Array
(
[line_items_by_fulfillment_order] => expected Hash to be a Array
)
)
Which makes no sense to me…