Skip to content

Latest commit

 

History

History
41 lines (38 loc) · 2.77 KB

File metadata and controls

41 lines (38 loc) · 2.77 KB

# ShipmentBlobOrderCreate

Properties

Name Type Description Notes
address string
address2 string
city string
companyName string
country \Toppy\Sendcloud\V2\Model\CountryCodes
createdAt \DateTime Timestamp indicating when the shipment was created in the shop system. This value will be saved and accessible through `shipment_created_at` field in GET response.
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
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
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 indicating when the shipment was updated in the shop system. This value will be saved and accessible through `shipment_updated_at` field in GET response.
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]

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