No content to show
User Activity
Hi,USE CASE. There is a fulfillment order with status OPEN, and its supported_actions array is empty (contains no action). Question is: as this FO supported actions array has not any available action, what will happen if I try to fulfill the item? W...
09-21-2023
Thanks for your response Liam. I'll take it into account, Also will accept as solution this response
09-19-2023
Hi Shopify support, I'm working with the fulfillment orders API endpoints and I have the following use case:1. FULFILLMENT_ORDER1 on LOCATION1 has the following items:FO1Item1FO1Item2FO1Item32. FULFILLMENT_ORDER2 on LOCATION2 has the following items...
Hi Shopify support, I'm working with the fulfillment orders API endpoints and I have the following use case:1. FULFILLMENT_ORDER1 on LOCATION1 has the following items:FO1Item1FO1Item2FO1Item32. FULFILLMENT_ORDER2 on LOCATION2 has the following items...
My use case: I want to create a Shopify test order with two items [A, B] one of them belonging to L1 and the other to L2:L1 -> AL2 -> BWhat I'm doing right now is:1. Using the fork support provided me (https://gist.github.com/youmikoh/362ee9e42ef136c...
Hi Michael.I didn't meant to create fulfillment orders. My question is how can I create an order with two fulfillment orders. So far I managed to create an order with two items in the same location and then do a POST request to fulfillment_orders/{fu...
04-17-2023
Hi there. Is any way to generate an order using REST API with two different fulfillment orders? Let's say item1 is from location 1 and item2 is from location 2, so if I post an order creation the order should have one fulfillment order per location r...