Hello everyone !
We are currently working on a shopify store with handmade theme and on our todo-list we got a pretty heavy testing task.
The store is not open yet so we are reduced to testing mode only.
We need to execute this 5 command and as much as possible in a very short time frame :
- Create order information (financial_status is “paid”)
POST /admin/api/2022-04/orders.json - Create fulfillment information
POST /orders/${orderId}/fulfillments.json - Tracking number registration
POST /fulfillments/${fulfillmentId}/update_tracking.json - Fulfillment complete
POST /orders/${order_id}/fulfillments/${fulfillment_id}/complete.json
So it create an order and fulfill it( around 1000 time in a minute ).
We already locked before our store do the the incorrect use of our bogus gateway.
I feel I am unlocking an open door but.. do we risk to lock or break anything with this kind of operation?