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: Source/FikaAmazonAPI/AmazonSpApiSDK/Models/FulfillmentInbound/ConfirmPreorderResult.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ public partial class ConfirmPreorderResult : IEquatable<ConfirmPreorderResult>,
28
28
/// </summary>
29
29
/// <param name="ConfirmedNeedByDate">Date passed in with the NeedByDate parameter. The confirmed shipment must arrive at the Amazon fulfillment center by this date to avoid delivery promise breaks for pre-ordered items. In YYYY-MM-DD format..</param>
30
30
/// <param name="ConfirmedFulfillableDate">Date that determines which pre-order items in the shipment are eligible for pre-order. The pre-order Buy Box will appear for any pre-order item in the shipment with a release date on or after this date. In YYYY-MM-DD format..</param>
@@ -39,14 +39,14 @@ public partial class ConfirmPreorderResult : IEquatable<ConfirmPreorderResult>,
39
39
/// </summary>
40
40
/// <value>Date passed in with the NeedByDate parameter. The confirmed shipment must arrive at the Amazon fulfillment center by this date to avoid delivery promise breaks for pre-ordered items. In YYYY-MM-DD format.</value>
/// Date that determines which pre-order items in the shipment are eligible for pre-order. The pre-order Buy Box will appear for any pre-order item in the shipment with a release date on or after this date. In YYYY-MM-DD format.
46
46
/// </summary>
47
47
/// <value>Date that determines which pre-order items in the shipment are eligible for pre-order. The pre-order Buy Box will appear for any pre-order item in the shipment with a release date on or after this date. In YYYY-MM-DD format.</value>
Copy file name to clipboardExpand all lines: Source/FikaAmazonAPI/AmazonSpApiSDK/Models/FulfillmentInbound/GetPreorderInfoResult.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ public partial class GetPreorderInfoResult : IEquatable<GetPreorderInfoResult>,
30
30
/// <param name="ShipmentConfirmedForPreorder">Indicates whether this shipment has been confirmed for pre-order..</param>
31
31
/// <param name="NeedByDate">Date that the shipment would need to arrive at an Amazon fulfillment center to avoid delivery promise breaks for pre-ordered items if this shipment is later confirmed for pre-order. In YYYY-MM-DD format. See also the confirmPreorder operation..</param>
32
32
/// <param name="ConfirmedFulfillableDate">Date in YYYY-MM-DD format that determines which pre-order items in the shipment are eligible for pre-order. If this shipment is confirmed for pre-order with a subsequent call to the confirmPreorder operation, the pre-order Buy Box will appear for any pre-order items in the shipment with a release date on or after this date. Call the getShipmentItems operation to get the release dates for the pre-order items in this shipment..</param>
@@ -57,14 +57,14 @@ public partial class GetPreorderInfoResult : IEquatable<GetPreorderInfoResult>,
57
57
/// </summary>
58
58
/// <value>Date that the shipment would need to arrive at an Amazon fulfillment center to avoid delivery promise breaks for pre-ordered items if this shipment is later confirmed for pre-order. In YYYY-MM-DD format. See also the confirmPreorder operation.</value>
/// Date in YYYY-MM-DD format that determines which pre-order items in the shipment are eligible for pre-order. If this shipment is confirmed for pre-order with a subsequent call to the confirmPreorder operation, the pre-order Buy Box will appear for any pre-order items in the shipment with a release date on or after this date. Call the getShipmentItems operation to get the release dates for the pre-order items in this shipment.
64
64
/// </summary>
65
65
/// <value>Date in YYYY-MM-DD format that determines which pre-order items in the shipment are eligible for pre-order. If this shipment is confirmed for pre-order with a subsequent call to the confirmPreorder operation, the pre-order Buy Box will appear for any pre-order items in the shipment with a release date on or after this date. Call the getShipmentItems operation to get the release dates for the pre-order items in this shipment.</value>
Copy file name to clipboardExpand all lines: Source/FikaAmazonAPI/AmazonSpApiSDK/Models/FulfillmentInbound/InboundShipmentInfo.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ public InboundShipmentInfo() { }
57
57
/// <param name="ConfirmedNeedByDate">Date by which the shipment must arrive at the Amazon fulfillment center to avoid delivery promise breaks for pre-ordered items..</param>
/// <param name="EstimatedBoxContentsFee">An estimate of the manual processing fee charged by Amazon for boxes without box content information. This is only returned when BoxContentsSource is NONE..</param>
Copy file name to clipboardExpand all lines: Source/FikaAmazonAPI/AmazonSpApiSDK/Models/FulfillmentInbound/InboundShipmentItem.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public InboundShipmentItem() { }
40
40
/// <param name="QuantityInCase">The item quantity in each case, for case-packed items. Note that QuantityInCase multiplied by the number of boxes in the inbound shipment equals QuantityShipped. Also note that all of the boxes of an inbound shipment must either be case packed or individually packed. For that reason, when you submit the createInboundShipment or the updateInboundShipment operation, the value of QuantityInCase must be provided for every item in the shipment or for none of the items in the shipment..</param>
41
41
/// <param name="ReleaseDate">The date that a pre-order item will be available for sale..</param>
0 commit comments