DeliveryMethods
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/DeliveryMethods
Represents a queryable delivery method.
GUID
5B0E2E18-673B-44DE-9321-281F6A5BF1A7
Required permission
Show terms
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the delivery method. |
|
IsDefault | Boolean | Specifies if the delivery method is the default method. |
|
Number | Int64 | The delivery method number. |
|
Description | String | The translated description of the delivery method. |
|
SupplierId | Int64? | The business key identifier of the delivery method supplier. References Suppliers. |
|
CompanyIds | Int64[] | The business key identifiers of the companies that this entity is available for. |
|
ShippingServiceId | Int64? | The business key identifier of the delivery method shipping service. References ShippingService. |
|
ShippingTemplateId | Int64? | The business key identifier of the delivery method shipping template. References ShippingTemplate. |
|
Code | String | The code of the delivery method.
|
Introduced in version 24.8 |
Example
{
"Id": 0,
"IsDefault": false,
"Number": 0,
"Description": null,
"SupplierId": null,
"CompanyIds": null,
"ShippingServiceId": null,
"ShippingTemplateId": null,
"Code": null
}