Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 2.7 KB

File metadata and controls

24 lines (20 loc) · 2.7 KB

PartneredLtlDataOutput

Properties

Name Type Description Notes
contact \CrazyFactory\SpapiClient\Model\Contact Contact information for the person in the seller's organization who is responsible for the shipment. Used by the carrier if they have questions about the shipment.
box_count \CrazyFactory\SpapiClient\Model\UnsignedIntType The number of boxes in the shipment.
seller_freight_class \CrazyFactory\SpapiClient\Model\SellerFreightClass [optional]
freight_ready_date \CrazyFactory\SpapiClient\Model\DateStringType The date that the shipment will be ready to be picked up by the carrier. Must be in YYYY-MM-DD format.
pallet_list \CrazyFactory\SpapiClient\Model\PalletList
total_weight \CrazyFactory\SpapiClient\Model\Weight The total weight of the shipment.
seller_declared_value \CrazyFactory\SpapiClient\Model\Amount Your declaration of the total value of the inventory in the shipment. [optional]
amazon_calculated_value \CrazyFactory\SpapiClient\Model\Amount Estimate by Amazon of the total value of the inventory in the shipment. [optional]
preview_pickup_date \CrazyFactory\SpapiClient\Model\DateStringType The estimated date that the shipment will be picked up by the carrier, in YYYY-MM-DD format.
preview_delivery_date \CrazyFactory\SpapiClient\Model\DateStringType The estimated date that the shipment will be delivered to an Amazon fulfillment center, in YYYY-MM-DD format.
preview_freight_class \CrazyFactory\SpapiClient\Model\SellerFreightClass The freight class of the shipment as estimated by Amazon if you did not include a freight class when you called the putTransportDetails operation.
amazon_reference_id string A unique identifier created by Amazon that identifies this Amazon-partnered, Less Than Truckload/Full Truckload (LTL/FTL) shipment.
is_bill_of_lading_available bool Indicates whether the bill of lading for the shipment is available.
partnered_estimate \CrazyFactory\SpapiClient\Model\PartneredEstimate The estimated shipping cost using an Amazon-partnered carrier. [optional]
carrier_name string The carrier for the inbound shipment.

[Back to Model list] [Back to API list] [Back to README]