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
@@ -177,9 +177,14 @@ $shipNodeType = 'SellerFulfilled'; // string | Specifies the type of shipNode. A
177
177
$shippingProgramType = 'shippingProgramType_example'; // string | Specifies the type of program. Allowed value is TWO_DAY.
178
178
$replacementInfo = 'false'; // string | Provides additional attributes - originalCustomerOrderID, orderType - related to Replacement order, in response, if available. Allowed values are true or false.
179
179
$orderType = 'orderType_example'; // string | Specifies if the order is a regular order or replacement order. Possible values are REGULAR or REPLACEMENT. Provided in response only if query parameter replacementInfo=true.
echo "Exception when calling OrdersApi->getAllOrders: {$e->getMessage()}\n";
@@ -205,6 +210,11 @@ try {
205
210
|**shippingProgramType**|**string**| Specifies the type of program. Allowed value is TWO_DAY. |[optional]|
206
211
|**replacementInfo**|**string**| Provides additional attributes - originalCustomerOrderID, orderType - related to Replacement order, in response, if available. Allowed values are true or false. |[optional][default to 'false']|
207
212
|**orderType**|**string**| Specifies if the order is a regular order or replacement order. Possible values are REGULAR or REPLACEMENT. Provided in response only if query parameter replacementInfo=true. |[optional]|
Copy file name to clipboardExpand all lines: src/Apis/MP/US/OrdersApi.php
+96-6Lines changed: 96 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -674,6 +674,11 @@ protected function cancelOrderLinesRequest(
674
674
* @param string $shippingProgramType Specifies the type of program. Allowed value is TWO_DAY. (optional)
675
675
* @param string $replacementInfo Provides additional attributes - originalCustomerOrderID, orderType - related to Replacement order, in response, if available. Allowed values are true or false. (optional, default to 'false')
676
676
* @param string $orderType Specifies if the order is a regular order or replacement order. Possible values are REGULAR or REPLACEMENT. Provided in response only if query parameter replacementInfo=true. (optional)
@@ -721,6 +731,11 @@ public function getAllOrders(
721
731
* @param string $shippingProgramType Specifies the type of program. Allowed value is TWO_DAY. (optional)
722
732
* @param string $replacementInfo Provides additional attributes - originalCustomerOrderID, orderType - related to Replacement order, in response, if available. Allowed values are true or false. (optional, default to 'false')
723
733
* @param string $orderType Specifies if the order is a regular order or replacement order. Possible values are REGULAR or REPLACEMENT. Provided in response only if query parameter replacementInfo=true. (optional)
@@ -854,6 +874,11 @@ protected function getAllOrdersWithHttpInfo(
854
874
* @param string $shippingProgramType Specifies the type of program. Allowed value is TWO_DAY. (optional)
855
875
* @param string $replacementInfo Provides additional attributes - originalCustomerOrderID, orderType - related to Replacement order, in response, if available. Allowed values are true or false. (optional, default to 'false')
856
876
* @param string $orderType Specifies if the order is a regular order or replacement order. Possible values are REGULAR or REPLACEMENT. Provided in response only if query parameter replacementInfo=true. (optional)
* @param string $shippingProgramType Specifies the type of program. Allowed value is TWO_DAY. (optional)
906
936
* @param string $replacementInfo Provides additional attributes - originalCustomerOrderID, orderType - related to Replacement order, in response, if available. Allowed values are true or false. (optional, default to 'false')
907
937
* @param string $orderType Specifies if the order is a regular order or replacement order. Possible values are REGULAR or REPLACEMENT. Provided in response only if query parameter replacementInfo=true. (optional)
* @param string $shippingProgramType Specifies the type of program. Allowed value is TWO_DAY. (optional)
990
1030
* @param string $replacementInfo Provides additional attributes - originalCustomerOrderID, orderType - related to Replacement order, in response, if available. Allowed values are true or false. (optional, default to 'false')
991
1031
* @param string $orderType Specifies if the order is a regular order or replacement order. Possible values are REGULAR or REPLACEMENT. Provided in response only if query parameter replacementInfo=true. (optional)
0 commit comments