Get order by Isendu Id
Get order data using the Isendu order Id
Path Parameters
- uuid string required
- 200
- 429
Default Response
- application/json
- Schema
- Example (from schema)
Schema
- uuid regex required
Possible values: Value must match regular expression
/^o-[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i
- updated date-time required
- created date-time required
- status
Possible values: [
pending
,partially_fulfilled
,fulfilled
,error
,refunded
,exception
,cancelled
,generating_labels
,externally_handled
,in_transit
,delivered
] - storeOrderId string
- storeInternalOrderId string
- storeCreationDate date-time required
- total number required
- subtotal number
- shippingTotal number
- currency string required
Possible values:
>= 3 characters
and<= 3 characters
- shippingMethod string
- paymentMethod string
- itemsCount number
- firstItemImageUrl string
trackingInformation object[]
Array [number string requiredurl stringstatusPossible values: [
P
,T
,D
,E
,F
,R
,U
]]- customerNote string
error object
messagecode stringi18nCode stringdate date-timeshippingInformation object
parcels object[]
Array [uuid stringname stringparcelId stringmonetaryValue numbercurrency stringPossible values:
>= 3 characters
and<= 3 characters
referenceNumber stringdescription stringwidth number requiredheight number requiredlength number requiredweight number requiredpackagingWeight numberweightUnit requiredPossible values: [
g
,kg
,oz
,lb
]lengthUnit requiredPossible values: [
cm
,in
]isWeightDynamic boolean]shipmentDetails object
carrierNotes stringgoodsMonetaryValue numbergoodsCurrency stringPossible values:
>= 3 characters
and<= 3 characters
shipmentReferences string[]additionalServices object
insurance object
monetaryValue number requiredcurrency string requiredPossible values:
>= 3 characters
and<= 3 characters
cod object
monetaryValue number requiredcurrency string requiredPossible values:
>= 3 characters
and<= 3 characters
saturdayDelivery booleansignature booleanadultSignature booleanselectedCarrierId numberserviceCode stringaddressTo object
name string requiredcompanyName stringstreet string requiredstreet2 stringcity string requiredstate string requiredcountryIsoCode string requiredPossible values:
<= 2 characters
zipCode string requiredphoneNumber stringemail emailaddressFrom object
name string requiredcompanyName stringstreet string requiredstreet2 stringcity string requiredstate string requiredcountryIsoCode string requiredPossible values:
<= 2 characters
zipCode string requiredphoneNumber stringemail emailaddressDelivery object
name string requiredcompanyName stringstreet stringstreet2 stringcity string requiredstate string requiredcountryIsoCode string requiredPossible values:
<= 2 characters
zipCode string requiredphoneNumber stringemail emailpudoId string- deliveryDayEstimate date-time
items object[] required
Array [uuid regex requiredPossible values: Value must match regular expression
^i-[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$
quantity number requiredname string requiredweight numberimageUrl stringweightUnit stringprice numberproductId stringsku stringasin stringPossible values:
non-empty
]
{
"uuid": "string",
"updated": "2023-03-23T10:25:25.184Z",
"created": "2023-03-23T10:25:25.184Z",
"storeOrderId": "string",
"storeInternalOrderId": "string",
"storeCreationDate": "2023-03-23T10:25:25.184Z",
"total": 0,
"subtotal": 0,
"shippingTotal": 0,
"currency": "string",
"shippingMethod": "string",
"paymentMethod": "string",
"itemsCount": 0,
"firstItemImageUrl": "string",
"trackingInformation": [
{
"number": "string",
"url": "string"
}
],
"customerNote": "string",
"error": {
"message": {},
"code": "string",
"i18nCode": "string",
"date": "2023-03-23T10:25:25.184Z"
},
"shippingInformation": {
"parcels": [
{
"uuid": "string",
"name": "string",
"parcelId": "string",
"monetaryValue": 0,
"currency": "string",
"referenceNumber": "string",
"description": "string",
"width": 0,
"height": 0,
"length": 0,
"weight": 0,
"packagingWeight": 0,
"isWeightDynamic": true
}
],
"shipmentDetails": {
"carrierNotes": "string",
"goodsMonetaryValue": 0,
"goodsCurrency": "string",
"shipmentReferences": [
"string"
]
},
"additionalServices": {
"insurance": {
"monetaryValue": 0,
"currency": "string"
},
"cod": {
"monetaryValue": 0,
"currency": "string"
},
"saturdayDelivery": true,
"signature": true,
"adultSignature": true
},
"selectedCarrierId": 0,
"serviceCode": "string",
"addressTo": {
"name": "string",
"companyName": "string",
"street": "string",
"street2": "string",
"city": "string",
"state": "string",
"countryIsoCode": "string",
"zipCode": "string",
"phoneNumber": "string",
"email": "user@example.com"
},
"addressFrom": {
"name": "string",
"companyName": "string",
"street": "string",
"street2": "string",
"city": "string",
"state": "string",
"countryIsoCode": "string",
"zipCode": "string",
"phoneNumber": "string",
"email": "user@example.com"
},
"addressDelivery": {
"name": "string",
"companyName": "string",
"street": "string",
"street2": "string",
"city": "string",
"state": "string",
"countryIsoCode": "string",
"zipCode": "string",
"phoneNumber": "string",
"email": "user@example.com"
},
"pudoId": "string"
},
"deliveryDayEstimate": "2023-03-23T10:25:25.185Z",
"items": [
{
"uuid": "string",
"quantity": 0,
"name": "string",
"weight": 0,
"imageUrl": "string",
"weightUnit": "string",
"price": 0,
"productId": "string",
"sku": "string",
"asin": "string"
}
]
}
Default Response
- application/json
- Schema
- Example (from schema)
Schema
- error string
{
"error": "string"
}