latestOpenAPI 3.0.12026-08-101292701.1 MB
f21981db32be
Fulfillment Orders
Gets a Fulfillment order by ID
Retrieves the details of a Fulfillment order. You must supply the unique identifier of the Fulfillment order.
get/fulfillment-orders/{id}
Path parameters
idstring required
Fulfillment order identifier.
Response
OK.
Example response
{
"id": 9292981838,
"createdTime": "2018-04-25T20:36:00Z",
"currency": "USD",
"locale": "en_US",
"upstreamOrderTime": "2018-04-25T20:36:00Z",
"name": "John Smith",
"email": "jsmith@digitalriver.com",
"phone": "612-258-1966",
"reservationId": "7765374748",
"upstreamId": "7765374748",
"shipTo": {
"address": {
"line1": "10380 Bren Rd W",
"city": "Minnetonka",
"postalCode": "55129",
"state": "MN",
"country": "US"
},
"name": "John Smith",
"phone": "952-111-1111",
"email": "jsmith@digitalriver.com",
"organization": "Digital River",
"additionalAddressInfo": {
"neighborhood": "Centro",
"division": "営業部",
"phoneticName": "ヤマダ タロ"
}
},
"shippingChoice": {
"shippingInstructions": ".",
"id": "SG"
},
"items": [
{
"id": 449838789,
"upstreamId": "123",
"inventoryItemId": "abc",
"shipping": 5,
"subtotal": 10,
"total": 10,
"name": ".",
"quantity": 1,
"pending": 1,
"giftMessage": ".",
"tax": {
"items": [
{
"authorityType": "City",
"amount": 9.99
}
],
"amount": 9.99
},
"state": "pending",
"metadata": {
"coupon": "iOS"
}
}
],
"state": "pending",
"metadata": {
"coupon": "iOS"
}
}