GetOrder

Get the order items for a single order.
Differs from GetOrders, which gets the customer details.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
OrderIdUnsignedIdentifier of this order as assigned by Seller Center.
CustomerFirstNameStringThe customer's first name.
CustomerLastNameStringThe customer's last name.
OrderNumberUnsignedThe human-readable order number.
PaymentMethodStringThe method of payment.
RemarksStringA human-readable remark.
DeliveryInfoString?
PriceFloatThe total amount for this order.
GiftOptionBoolean1 if item is a gift, 0 if it is not
GiftMessageStringGift message as specified b the customer.
CreatedAtDateTimeDate and time when the order was placed.
UpdatedAtDateTimeDate and time of last change to the order.
AddressBillingSubsectionNode that contains additional nodes, which make up the billing address: FirstName, LastName, Phone, Phone2, Address1, Address2, City, PostCode, Country
AddressShippingSubsectionNode that contains additional nodes, which make up the shipping address: FirstName, LastName, Phone, Phone2, Address1, Address2, City, PostCode, Country
NationalRegistrationNumberStringRequired in some countries.
ExtraAttributesString

Extra attributes which were passed to Seller Center on getMarketPlaceOrders call.

It is JSON string which client should parse it.

ItemsCountIntegerNumber of items in order.
StatusesArrayUnique statuses of the items in the order. (hint: you can find all of the different status codes in the response example)

Errors

Error codeMessage
16E016: "%s" Invalid Order ID
Query Params
string
Defaults to GetOrder

Name of the function that is to be called. Mandatory and must be 'GetOrder' in this case. If omitted, an 'E001: Parameter Action is mandatory' error is returned. If an unknown function string is supplied, an 'E008: Invalid Action' error message is returned.

string
Defaults to XML

If supplied, must be either 'JSON' or 'XML'. If not supplied, 'XML' is assumed.

date

The current time in ISO8601 format relative to UTC (e.g., Timestamp=2015-04-01T10:00:00+02:00 for Berlin), so that calls cannot be replayed by an eaves-dropping third party (i.e., those calls too far into the past or future yield an error message). Mandatory. If not supplied, an 'E001: Parameter Timestamp is mandatory' error message results. If the timestamp is too old or in the future, an 'E003: Timestamp has expired' error message is returned.

string

The ID of the user making the call. The list of authorized users is maintained in Seller Center web interface under Settings/Manage Users.

string

The API version against which this call is to be executed, in major-dot-minor format. Must currently be 1.0, even though the actual version of the API is 2.6.20. If omitted, an ‘E001: Parameter Version is mandatory’ error message is returned.

string

The cryptographic signature, authenticating the request. A caller must create this value by computing the SHA256 hash of the request, using the API key of the user specified in the UserID parameter. Mandatory. If omitted, an ‘E001: Parameter Signature is mandatory’ error message is returned. If the signature is incorrect, an ‘E007: Login failed. Signature mismatch’ error message is returned.

int32

The order identifier that was assigned to the order by SellerCenter.
More info about Orders.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Choose an example:
application/xml
application/json