ShippingTemplates
Queryable, Introduced in version 23.1
GET https://localhost:8001/sv/001.1/api/v1/Sales/ShippingTemplates
Represents a shipping service.
GUID
41B5651B-9391-426B-A17C-E52E02DB1EA0
Required permission
Show shipment
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the shipping template. |
|
ShippingTemplateName | String | The name of the shipping template.
|
|
ShippingTemplateCode | String | The human readable identifier of the shipping template.
|
|
ExportPickupAddress | Boolean | Indicates if the shipping template export pickup address. |
|
ExportDeliveryAddress | Boolean | Indicates if the shipping template export delivery address. |
|
ConsignorId | String | The consignor id of the shipping template.
|
|
PickupId | String | The pickup id of the shipping template.
|
|
SupplierId | Int64? | The business key identifier of the shipping templates supplier.
|
Example
{
"Id": 0,
"ShippingTemplateName": null,
"ShippingTemplateCode": null,
"ExportPickupAddress": false,
"ExportDeliveryAddress": false,
"ConsignorId": null,
"PickupId": null,
"SupplierId": null
}