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: php/sdk/lib/Model/fulfillment/outbound/v2020_07_01/DeliveryDocument.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -281,7 +281,7 @@ public function getUrl(): ?string
281
281
/**
282
282
* Sets url.
283
283
*
284
-
* @param null|string $url A URL that you can use to download the document. This URL has a `Content-Type` header. Note that the URL expires after one hour. To get a new URL, you must call the API again.
284
+
* @param null|string $url A URL that is valid for one hour to download the document. In case of URL expiry, call the API again to get a new url. The URL will have a Content-Type header.
Copy file name to clipboardExpand all lines: php/sdk/lib/Model/fulfillment/outbound/v2020_07_01/DeliveryPreferences.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -258,7 +258,7 @@ public function getDeliveryInstructions(): ?string
258
258
/**
259
259
* Sets delivery_instructions.
260
260
*
261
-
* @param null|string $delivery_instructions Additional delivery instructions. For example, this could be instructions on how to enter a building, nearby landmark or navigation instructions, 'Beware of dogs', etc.
261
+
* @param null|string $delivery_instructions Additional delivery instructions. For example, this could be instructions on how to enter a building, nearby landmark or navigation instructions, or `Beware of dogs`.
@@ -247,8 +245,6 @@ public function getTypeAllowableValues(): array
247
245
self::TYPE_RECEPTIONIST,
248
246
self::TYPE_FALLBACK_NEIGHBOR_DELIVERY,
249
247
self::TYPE_DO_NOT_LEAVE_UNATTENDED,
250
-
self::TYPE_MAIL_ROOM_CLERK,
251
-
self::TYPE_AS_INSTRUCTED,
252
248
];
253
249
}
254
250
@@ -298,7 +294,7 @@ public function getType(): string
298
294
/**
299
295
* Sets type.
300
296
*
301
-
* @param string $type specifies the preferred location to leave the package at the destination address
297
+
* @param string $type the drop-off location type at the destination address
302
298
*/
303
299
publicfunctionsetType(string$type): self
304
300
{
@@ -333,7 +329,7 @@ public function getAttributes(): ?array
333
329
/**
334
330
* Sets attributes.
335
331
*
336
-
* @param null|array<string,string> $attributes Additional information about the drop-off location that can vary depending on the type of drop-off location specified in the `type` field. If the `type` is set to `FALLBACK_NEIGHBOR_DELIVERY`, the `attributes` object should include the exact keys `neighborName` and `houseNumber` to provide the name and house number of the designated neighbor. For `RECEPTIONIST`, `MAIL_ROOM_CLERK`, and `AS_INSTRUCTED` types, the `attributes` object will include a `recipientName` field containing the name of the person who received the package.
332
+
* @param null|array<string,string> $attributes Additional information about the drop-off location. This information can vary depending on the type of drop-off location specified in the `type` field. If the `type` is set to `FALLBACK_NEIGHBOR_DELIVERY`, the `attributes` object must include the keys `neighborName` and `houseNumber` to provide the name and house number of the designated neighbor. For `RECEPTIONIST` type, the `attributes` object may include a `recipientName` field that contains the name of the person who received or will receive the package.
Copy file name to clipboardExpand all lines: php/sdk/lib/Model/fulfillment/outbound/v2020_07_01/FeatureSettings.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@
38
38
*
39
39
* @category Class
40
40
*
41
-
* @description Feature settings allows you to apply fulfillment features to an order. To block an order from being shipped using Amazon Logistics (AMZL) and an AMZL tracking number, set `featureName` to `BLOCK_AMZL` and `featureFulfillmentPolicy` to `Required`. Blocking AMZL will incur an additional fee surcharge on your MCF orders and increase the risk of some of your orders being unfulfilled or delivered late if there are no alternative carriers available. Using `BLOCK_AMZL` in an order request will take precedence over your Seller Central account setting. To ship in non-Amazon branded packaging (blank boxes), set `featureName` to `BLANK_BOX`. To require a signature from the recipient upon delivery, set `featureName` to `SIGNATURE_CONFIRMATION`. Note that using signature confirmation features will incur additional fees on MCF orders and are currently supported only in the US marketplace. To ensure all items in an order are delivered together, set `featureName` to `DELIVER_TOGETHER`.
41
+
* @description Feature settings allows you to apply fulfillment features to an order. To block an order from being shipped using Amazon Logistics (AMZL) and an AMZL tracking number, set `featureName` to `BLOCK_AMZL` and `featureFulfillmentPolicy` to `Required`. Blocking AMZL will incur an additional fee surcharge on your MCF orders and increase the risk of some of your orders being unfulfilled or delivered late if there are no alternative carriers available. Using `BLOCK_AMZL` in an order request will take precedence over your Seller Central account setting. To ship in non-Amazon branded packaging (blank boxes), set `featureName` to `BLANK_BOX`. To require items to be shipped in an overbox rather than in their original product packaging, set `featureName` to `OVERBOX`. To require a packing slip to be included with the order, set `featureName` to `PACKING_SLIP`. To require a signature from the recipient upon delivery, set `featureName` to `SIGNATURE_CONFIRMATION`. Note that using signature confirmation features will incur additional fees on MCF orders and are currently supported only in the US marketplace. To ensure all items in an order are delivered together, set `featureName` to `DELIVER_TOGETHER`.
42
42
*
43
43
* @author OpenAPI Generator team
44
44
*
@@ -279,7 +279,7 @@ public function getFeatureName(): ?string
279
279
/**
280
280
* Sets feature_name.
281
281
*
282
-
* @param null|string $feature_name The name of the feature. Valid feature names are: - `BLOCK_AMZL`: Blocks orders from being shipped using Amazon Logistics (AMZL). - Note: Using this feature will incur additional fee surcharges on MCF orders and may increase the risk of unfulfilled or delayed deliveries if alternative carriers are unavailable. Using `BLOCK_AMZL` in an order request will take precedence over your Seller Central account setting. - `BLANK_BOX`: Ships orders in non-Amazon branded packaging (blank boxes). - `SIGNATURE_CONFIRMATION`: Requires a signature from the recipient upon delivery. - Note: Using signature confirmation features will incur additional fees on MCF orders and are currently supported only in the US marketplace.
282
+
* @param null|string $feature_name The name of the feature. Valid feature names are: - `BLOCK_AMZL`: Blocks orders from being shipped using Amazon Logistics (AMZL). - Note: Using this feature will incur additional fee surcharges on MCF orders and may increase the risk of unfulfilled or delayed deliveries if alternative carriers are unavailable. Using `BLOCK_AMZL` in an order request will take precedence over your Seller Central account setting. - `BLANK_BOX`: Ships orders in non-Amazon branded packaging (blank boxes). - `OVERBOX`: Requires items to be shipped in an overbox rather than in their original product packaging. - `PACKING_SLIP`: Requires a packing slip to be included with the order. - `SIGNATURE_CONFIRMATION`: Requires a signature from the recipient upon delivery. - Note: Using signature confirmation features will incur additional fees on MCF orders and are currently supported only in the US marketplace.
Copy file name to clipboardExpand all lines: php/sdk/lib/Model/fulfillment/outbound/v2020_07_01/FeatureSku.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,7 @@ public function getSellerSku(): ?string
273
273
/**
274
274
* Sets seller_sku.
275
275
*
276
-
* @param null|string $seller_sku Used to identify an item in the given marketplace. `SellerSKU` is qualified by the seller's SellerId, which is included with every operation that you submit.
276
+
* @param null|string $seller_sku Used to identify an item in the given marketplace. SellerSKU is qualified by the seller's SellerId, which is included with every operation that you submit.
@@ -374,31 +395,121 @@ public function setIneligibleReasons(?array $ineligible_reasons): self
374
395
}
375
396
376
397
/**
377
-
* Gets sku_info.
398
+
* Gets seller_sku.
378
399
*/
379
-
publicfunctiongetSkuInfo(): ?FeatureSku
400
+
publicfunctiongetSellerSku(): ?string
380
401
{
381
-
return$this->container['sku_info'];
402
+
return$this->container['seller_sku'];
382
403
}
383
404
384
405
/**
385
-
* Sets sku_info.
406
+
* Sets seller_sku.
386
407
*
387
-
* @param null|FeatureSku $sku_info sku_info
408
+
* @param null|string $seller_sku Used to identify an item in the given marketplace. SellerSKU is qualified by the seller's SellerId, which is included with every operation that you submit.
0 commit comments