Note: This guide is meant to be accompanied with Deliverr's API spec: https://api.deliverr.com/documentation/v1/spec
Here are the error types that you might receive while creating orders:
Error Type | Description |
ORDER_INVENTORY_DSKU_NEVER_INBOUNDED |
The product associated has never been inbounded. Please create an inbound shipment for the product, before submitting orders against it. |
PRODUCT_NOT_APPROVED_FOR_SALE |
The product is not approved for sale. Please correct the product definition and ensure it has all the required fields such as dimensions or verification of hazardous material. |
ORDER_CANNOT_BE_FULFILLED |
Missing lineItems object representing the products to fulfill. Please update the order definition. |
ORDER_MISSING_LINE_ITEM |
Missing externalproductID for one of the lineItems objects. Please update the order definition. |
ORDER_MISSING_SHIPPING_ADDRESS |
Missing shiptoAddress object. Please update the order definition. |
ORDER_MISSING_ADDRESS_LINE |
Missing street1 address field. Please update the order definition. |
ORDER_MISSING_CITY |
Missing city field. Please update the order definition. |
ORDER_MISSING_STATE_ZIP |
Missing state or zip fields; both are required for domestic orders. Please update the order definition. |
ORDER_INVALID_COUNTRY_CODE |
The countryCode field is invalid. Please update the order definition with a valid country code. |
ORDER_PRODUCT_MISSING_CUSTOMS |
Product does not have the minimum customs information required. Please update product definition. |
ORDER_PREVIOUSLY_SEEN_ERROR |
This order was already created in the last hour and it failed with an error. Please wait at least one hour before re-creating orders with errors. |
ORDER_SUBMITTED_TOO_EARLY |
This order was created within the order ingestion delay set for the merchant's account. Please wait until the ingestion delay window has passed, before re-creating the order. |
PRODUCT_NOT_AVAILABLE |
Contains item(s) that have never been inbounded. Please ensure that the product has inventory before creating orders against it. |