You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/AmazonPHP/SellingPartner/Api/AwdApi/WarehousingAndDistributionSDK.php
+20-9Lines changed: 20 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@
17
17
usePsr\Log\LoggerInterface;
18
18
19
19
/**
20
-
* The Selling Partner API for AWD.
20
+
* The Selling Partner API for Amazon Warehousing and Distribution.
21
21
*
22
-
* The Selling Partner API for Amazon Warehousing and Distribution (AWD).
22
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
23
23
*
24
24
* The version of the OpenAPI document: 2024-05-09
25
25
*
@@ -36,13 +36,14 @@ public function __construct(private readonly ClientInterface $client, private re
36
36
* Operation getInboundShipment.
37
37
*
38
38
* @param string $shipment_id ID for the shipment. A shipment contains the cases being inbounded. (required)
39
+
* @param null|string $sku_quantities If 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)
@@ -132,10 +133,11 @@ public function getInboundShipment(AccessToken $accessToken, string $region, str
132
133
* Create request for operation 'getInboundShipment'.
133
134
*
134
135
* @param string $shipment_id ID for the shipment. A shipment contains the cases being inbounded. (required)
136
+
* @param null|string $sku_quantities If 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)
@@ -226,8 +237,8 @@ public function getInboundShipmentRequest(AccessToken $accessToken, string $regi
226
237
/**
227
238
* Operation listInboundShipments.
228
239
*
229
-
* @param null|string $sort_by Field to sort results by. Required if `sortOrder` is provided. (optional)
230
-
* @param null|string $sort_order Sort the response in `ASCENDING` or `DESCENDING` order. (optional)
240
+
* @param null|string $sort_by Field to sort results by. By default, the response will be sorted by UPDATED_AT. (optional)
241
+
* @param null|string $sort_order Sort the response in ASCENDING or DESCENDING order. By default, the response will be sorted in DESCENDING order. (optional)
231
242
* @param null|string $shipment_status Filter by inbound shipment status. (optional)
232
243
* @param null|\DateTimeInterface $updated_after List 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)
233
244
* @param null|\DateTimeInterface $updated_before List 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)
@@ -328,8 +339,8 @@ public function listInboundShipments(AccessToken $accessToken, string $region, ?
328
339
/**
329
340
* Create request for operation 'listInboundShipments'.
330
341
*
331
-
* @param null|string $sort_by Field to sort results by. Required if `sortOrder` is provided. (optional)
332
-
* @param null|string $sort_order Sort the response in `ASCENDING` or `DESCENDING` order. (optional)
342
+
* @param null|string $sort_by Field to sort results by. By default, the response will be sorted by UPDATED_AT. (optional)
343
+
* @param null|string $sort_order Sort the response in ASCENDING or DESCENDING order. By default, the response will be sorted in DESCENDING order. (optional)
333
344
* @param null|string $shipment_status Filter by inbound shipment status. (optional)
334
345
* @param null|\DateTimeInterface $updated_after List 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)
335
346
* @param null|\DateTimeInterface $updated_before List 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)
* @param string $shipment_id ID for the shipment. A shipment contains the cases being inbounded. (required)
39
+
* @param null|string $sku_quantities If 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)
* @param null|string $sort_by Field to sort results by. Required if `sortOrder` is provided. (optional)
49
-
* @param null|string $sort_order Sort the response in `ASCENDING` or `DESCENDING` order. (optional)
49
+
* @param null|string $sort_by Field to sort results by. By default, the response will be sorted by UPDATED_AT. (optional)
50
+
* @param null|string $sort_order Sort the response in ASCENDING or DESCENDING order. By default, the response will be sorted in DESCENDING order. (optional)
50
51
* @param null|string $shipment_status Filter by inbound shipment status. (optional)
51
52
* @param null|\DateTimeInterface $updated_after List 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)
52
53
* @param null|\DateTimeInterface $updated_before List 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)
0 commit comments