Skip to main content
Published: July 29 2010, 10:23:00 PMUpdated: February 27 2024, 1:45:32 PM

 Can I use CompleteSale API to mark Paid and Shipped flags for a specific transaction that is part of the Order ?

   You can use CompleteSale mark each individual transaction of an Order as Paid and Shipped at a time if you are not shipping the Order in one package.  Doing so only changes the status for that individual transaction. 

   Keep in mind that even though you have marked every single transaction as Paid and Shipped for that Order,  PaidTime (for example report in GetOrders response) will not be set for the Order in question.

   In order to have both PaidTime and ShippedTime properties marked,  you will need to pass the OrderID in the request and make the CompleteSale call once all the transactions have been shipped.

 

How well did this answer your question?
Answers others found helpful