Optional
configuration: ConfigurationRetrieves an AWD inbound shipment. Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API
ID for the shipment. A shipment contains the cases being inbounded.
Optional
skuQuantities: GetInboundShipmentSkuQuantitiesEnumIf equal to `SHOW`, the response includes the shipment SKU quantity details. Defaults to `HIDE`, in which case the response does not contain SKU quantities
Optional
options: RawAxiosRequestConfigOverride http request option.
Retrieves a summary of all the inbound AWD shipments associated with a merchant, with the ability to apply optional filters. Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.
Optional
sortBy: ListInboundShipmentsSortByEnumField to sort results by. By default, the response will be sorted by UPDATED_AT.
Optional
sortOrder: ListInboundShipmentsSortOrderEnumSort the response in ASCENDING or DESCENDING order. By default, the response will be sorted in DESCENDING order.
Optional
shipmentStatus: ListInboundShipmentsShipmentStatusEnumFilter by inbound shipment status.
Optional
updatedAfter: stringList the inbound shipments that were updated after a certain time (inclusive). The date must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
Optional
updatedBefore: stringList the inbound shipments that were updated before a certain time (inclusive). The date must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
Optional
maxResults: numberMaximum number of results to return.
Optional
nextToken: stringA token that is used to retrieve the next page of results. The response includes `nextToken` when the number of results exceeds the specified `maxResults` value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `nextToken` is null. Note that this operation can return empty pages.
Optional
options: RawAxiosRequestConfigOverride http request option.
Lists AWD inventory associated with a merchant with the ability to apply optional filters. Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.
Optional
sku: stringFilter by seller or merchant SKU for the item.
Optional
sortOrder: ListInventorySortOrderEnumSort the response in `ASCENDING` or `DESCENDING` order.
Optional
details: ListInventoryDetailsEnumSet to `SHOW` to return summaries with additional inventory details. Defaults to `HIDE,` which returns only inventory summary totals.
Optional
nextToken: stringA token that is used to retrieve the next page of results. The response includes `nextToken` when the number of results exceeds the specified `maxResults` value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `nextToken` is null. Note that this operation can return empty pages.
Optional
maxResults: numberMaximum number of results to return.
Optional
options: RawAxiosRequestConfigOverride http request option.
AwdApi - functional programming interface
Export