Additional Details Object in the Orders APIΒΆ

Note

This object is reserved for future use.

Name

Data Type

Description

alternateSKU

String

The SKU of an alternate item to be used if the specific item is not available.

Maximum length: 30 characters

lotNumber

String

The lot number from which to ship the item.

Maximum length: 20 characters

releaseAfterDate

String

The date and time the order is to be released for fulfillment, specified in the ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

promisedShipDate

String

The date and time the order is to be shipped, specified in the ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

promisedDeliveryDate

String

The date and time the order should be delivered, specified in the ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

additionalReferences

Array[Object]

Defines custom references. The objects in the array take the following two fields:

  • name: Takes a String that defines the type of service from a set of predefined codes.

  • value: Takes a String that provides details on the service.

valueAddedServices

Array[Object]

Defines value-added services. The objects in the array take the following two fields:

  • type: Takes a String that defines the type of service from a set of predefined codes.

  • details: Takes a String that provides details on the service.

For an example, see your API operation.