Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.98 KB

File metadata and controls

23 lines (20 loc) · 1.98 KB

# ReturnValidation

Properties

Name Type Description Notes
fromAddress \Toppy\Sendcloud\V3\Model\AddressWithRequiredFields
toAddress \Toppy\Sendcloud\V3\Model\AddressWithRequiredFields
shipWith \Toppy\Sendcloud\V3\Model\ReturnsShipWith
dimensions \Toppy\Sendcloud\V3\Model\ReturnValidationDimensions [optional]
weight float Total weight in kilograms
colloCount int The number of collos this return consists of [optional] [default to 1]
parcelItems \Toppy\Sendcloud\V3\Model\ParcelItemReturnsCreate[] List of items contained in this return. Required outside EU. [optional]
sendTrackingEmails bool When `true`, Sendcloud will send out the default track and trace emails [optional] [default to false]
brandId int The ID of the brand this return belongs to. [optional]
totalInsuredValue \Toppy\Sendcloud\V3\Model\ReturnsPrice [optional]
orderNumber string Identifier of the order associated with this return [optional]
totalOrderValue \Toppy\Sendcloud\V3\Model\PriceWithAnyCurrency [optional]
externalReference string Unique reference for this return, generated by the user [optional]
customsShipmentType int Customs shipment type * `0` - Gift * `1` - Documents * `2` - Commercial Goods * `3` - Commercial Sample * `4` - Returned Goods [optional]
deliveryOption \Toppy\Sendcloud\V3\Model\ReturnsDeliveryOption [optional]

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