Skip to content

Latest commit

 

History

History
48 lines (45 loc) · 3.21 KB

File metadata and controls

48 lines (45 loc) · 3.21 KB

# ShipmentBlobOrder

Properties

Name Type Description Notes
address string
address2 string
allowedShippingMethods int[] [optional] [readonly]
barcode string Barcode value of the label [optional] [readonly]
city string
companyName string
country \Toppy\Sendcloud\V2\Model\CountryCodes
createdAt \DateTime Timestamp indicating when the shipment was created in the Sendcloud system
currency string ISO 4217 currency code
customsInvoiceNr string Your own commercial invoice number
customsShipmentType int Type of shipment for customs purposes: - `0` - Gift - `1` - Documents - `2` - Commercial Goods - `3` - Commercial Sample - `4` - Returned Goods
email string
externalOrderId string External order ID assigned by the shop system
externalShipmentId string External shipment ID assigned by the shop system
houseNumber string
integration int Sendcloud Integration ID [optional] [readonly]
name string
orderNumber string Unique order number generated manualy or by the shop system
orderStatus \Toppy\Sendcloud\V2\Model\ShipmentBlobStatus
parcelItems \Toppy\Sendcloud\V2\Model\ParcelItems[] List of items the parcel contains
paymentStatus \Toppy\Sendcloud\V2\Model\ShipmentBlobStatus
postalCode string
senderAddress int ID of a sender address in the Sendcloud system [optional] [readonly]
shipmentUuid string Automatically generated Sendcloud's internal ID [optional] [readonly]
shippingMethod int Foreign key indicating shipping method used [optional]
shippingMethodCheckoutName string Human readable shipping method name
telephone string
toPostNumber string
toServicePoint int
toState string
totalOrderValue float The total price of an order [optional]
updatedAt \DateTime Timestamp for when the shipment was updated in the Sendcloud system
weight float Total weight of the order. Cannot be smaler than 0.001 [optional]
checkoutPayload \Toppy\Sendcloud\V2\Model\CheckoutPayload [optional]
width float Volumetric weight width [optional]
height float Volumetric weight height [optional]
length float Volumetric weight length [optional]
customsDetails \Toppy\Sendcloud\V2\Model\CustomsInformation [optional]
shipmentCreatedAt \DateTime Timestamp indicating when the shipment was created in the shop system [readonly]
shipmentUpdatedAt \DateTime Timestamp for when the shipment was updated in the shop system [readonly]

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