Get all order's fulfillments

GET https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments

Shows all of the order's fulfillments detailed.

Important information:

FILTERS

FilterDescription
limitLimit size of the search
pagePagination number.
sinceIdFilter fullfilments since the Id given
'createdAt[from]'Filter fullfilments by date created from. When used createdAt[to]
'createdAt[to]'Filter fullfilments by date created to. When used createdAt[from]
'updatedAt[from]'Filter fullfilments by date updated from. When used createdAt[to]
'updatedAt[to]'Filter fullfilments by date updated to. When used createdAt[from]
nameFilter fullfilments by name
emailFilter fullfilments by email

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{"success":true,"fulfillments":[{"id":"4081781375231","shippingMethod":{"id":null,"service":"manual"},"tracking":{"number":"123456789","url":"https://shipping.xyz/track.php?num=123456789","company":"prueba","numbers":["123456789","987654321"],"urls":["https://shipping.xyz/track.php?num=123456789","https://shipping.xyz/track.php?num=987654321"]},"status":{"id":null,"status":"success","shipment":null},"location":{"id":"65739555071","name":"Vasconcelos 1400","country":{"code":"MX","name":"Mexico"},"state":{"code":"NL","name":"Nuevo León"},"postalCode":"66236"},"items":[{"id":"11815016923391","variantId":"41930245505279","productId":"7351866360063","quantity":"1","ecartapiUrl":"http://api.ecartapi.com/api/v2/products/7351866360063"},{"id":"11815016956159","variantId":"41930307436799","productId":"7351872258303","quantity":"1","ecartapiUrl":"http://api.ecartapi.com/api/v2/products/7351872258303"},{"id":"11815016988927","variantId":"41930314973439","productId":"7351872258303","quantity":"1","ecartapiUrl":"http://api.ecartapi.com/api/v2/products/7351872258303"},{"id":"11815017021695","variantId":"41660280733951","productId":"7328419086591","quantity":"3","ecartapiUrl":"http://localhost:3000/api/v2/products/7328419086591"}],"packages":[],"dates":{"createdAt":"2021-11-24T17:05:12-06:00","updatedAt":"2021-11-24T17:05:12-06:00","shippedAt":null},"locationId":"65739555071"}]}