No content to show
User Activity
Hi @FLSDBH You can try using this endpoint: 'admin/api/2023-07/fulfillments.json' and then including the fulfillment order id in the body under "line_items_by_fulfillment_order" So the body would look something like this:{"fulfillment": { "notif...
08-24-2023
Hi Moddo, There is a 'Link' header in the response that gives you a link to the next page and the previous page of results. You can find info about how it here: https://shopify.dev/docs/api/usage/pagination-rest
I am using the Order REST API to create new orders for my store with multiple warehouses. I have set up order routing rules to ship from the closet location, but when I import the order through the API it is not selecting the correct warehouse for fu...
07-20-2023
I am trying to get the fulfillment orders for an order on my store using this endpoint: '/admin/api/2023-07/orders/{orderi_id}/fulfillment_orders.json' I am able to get the fulfillment orders for all of my other stores using this endpoint, but for th...