ShippingServices
Queryable, Introduced in version 23.1
GET https://localhost:8001/sv/001.1/api/v1/Sales/ShippingServices
Represents a shipping service.
GUID
1C1F01DA-AE37-4721-AFA6-1F8F827A7E12
Required permission
Show shipment
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the shipping service. |
|
Name | String | The name of the shipping service.
|
|
Code | String | The human readable identifier of the shipping service.
|
|
LogTradePrintQueue | String | The Logtrade print queue of the shipping service.
|
|
SchenkerOpalNumber | String | The Schenker opal number of the shipping service.
|
|
ConsolidatedShipment | Boolean | Indicates if the shipping service is a consolidated shipment. |
|
StoredShipment | Boolean | Indicates if the shipping service is a stored shipment. |
|
UseSellerAddress | Boolean | Indicates if the shipping service use seller address. |
|
UsePurchaserAddress | Boolean | Indicates if the shipping service use purchaser address. |
|
UseFrieghtPayerAddress | Boolean | Indicates if the shipping service use frieght payer address. |
|
ShippingTemplateId | Int64? | The business key identifier of the shipping template of the shipping service.
|
|
SenderQuickId | String | The sender quick id of the shipping service.
|
|
SupplierId | Int64? | The business key identifier of the supplier of the shipping service.
|
|
SellerQuickId | String | The seller quick id of the shipping service.
|
Example
{
"Id": 0,
"Name": null,
"Code": null,
"LogTradePrintQueue": null,
"SchenkerOpalNumber": null,
"ConsolidatedShipment": false,
"StoredShipment": false,
"UseSellerAddress": false,
"UsePurchaserAddress": false,
"UseFrieghtPayerAddress": false,
"ShippingTemplateId": null,
"SenderQuickId": null,
"SupplierId": null,
"SellerQuickId": null
}