No content to show
User Activity
I am using AWS for my app. Webhook for order creation is set once in the store. When an order is generated I got multiple webhook orders to create an API response, and the status of this API is 200 ok every time. when I am testing with ngrok locally...
My store has multiple location centers for fulfillment orders. If I choose multiple products in two different locations at the same order then how can I write location_id to fulfillment orders/partially fulfilled. $this->Rest->post( "orde...
How can I change the Shopify Fulfillment status change Unfulfilled to fulfilled using PHP via a API call?