GET v3/customers/{id}/orders

Return a customer's order history

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Order
NameDescriptionTypeAdditional information
Deliveries

Collection of Delivery

None.

FirstTransactionDate

date

None.

FirstTransactionDateUtc

date

None.

LastTransactionDate

date

None.

LastTransactionDateUtc

date

None.

TotalPaymentCharges

decimal number

None.

TotalDeliveryCharges

decimal number

None.

TotalTransactionCharges

decimal number

None.

Payments

Collection of Payment

None.

Refunds

Collection of Payment

None.

PrintAtHomeDocuments

Collection of PrintAtHomeDocument

None.

Id

string

None.

Attributes

There will be additional properties (custom to each client) with the prefix 'Attribute_'

None.

Customer

Customer

None.

MerchandiseItems

Collection of MerchandiseItem

None.

Donations

Collection of Donation

None.

Notes

string

None.

Tickets

Collection of Ticket

None.

MembershipSubscriptions

Collection of MembershipSubscription

None.

GiftVouchers

Collection of GiftVoucher

None.

Total

decimal number

None.

Charges

Collection of Charge

None.

Response Formats

application/json, text/xml

Sample:

Sample not available.