No content to show
User Activity
12-13-2023
If I'm reading this code correctly, you are looping through all the items in the cart three times. I recommend refactoring this code to make one loop and handle the conditionals inside the loop. I did my best to type out how you could refactor this, ...
03-20-2023
@garyrgilbert, Thank you so much for taking the time to respond. I'm still unable to get this to work, so I have a few more questions to determine why my situation is different. • Are you using managing fulfillments as an Order Management App or a Fu...
03-16-2023
Thank you for your response; it makes sense. I'm working on behalf of the merchant, and in this scenario, they wouldn't know the proper quantity to request. But we do. Do I understand correctly that we can use the graphQL API to edit the quantities o...
03-14-2023
We have a 7 - 10 day shipping period for items that will be fulfilled with Store Pickup. We would like to be able to update our clients to let them know when their items are on the way to our store.I assume I need to use fulfillmentEventCreate to set...
03-09-2023
Do I understand the documentation correctly that we can only mark all items ready for pickup? There does not appear to be an option to specify a certain line or change the quantity. fulfillmentOrderLineItemsPreparedForPickup Am I missing something?