Talk:Orders - OrderDetails

From DevWiki

Jump to: navigation, search

Could you explain what this code does?

Contents

Updating

How does one update only specific orders? For example, I want to update orderID 1000 with a new billing first name.

Answer

Once an order is inserted the only way to update it via the admin area. The only field in orders which is editable via the API is the order status which can be set to shipped by inserting into TrackinNumbers. Please review the information under TrackingNumbers for more information on that.

How to change status to "Pending Shipment"?

Orders can be marked with status "Shipped", but how do you mark an order as "Pending Shipment".

Posting updates to Orders

I don't understand why I can't post an order update to affect the locked status or change the processing status from New to Processing. That doesn't seem like a complex change. The import orders handles a CSV file like this. Why can't the API?

URL

What is the URL for posting orders to be imported?

One more vote for updating status

I'd love to be able to update anything about the order, but if I only had one thing to choose, please let us update the order status

Navigation