CustomerOrderShippingInformationRows
Queryable, Introduced in version 2.30
GET https://localhost:8001/sv/001.1/api/v1/Sales/CustomerOrderShippingInformationRows
Represents a customer order shipping information row.
GUID
E71AD50F-4B83-429F-8DF1-AF17922EDDE3
Required permission
Show customer orders
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the customer order shipping information row. |
|
| Quantity | Decimal | The quantity of the customer order shipping information row. |
|
| Weight | Decimal | The weight of the customer order shipping information row. |
|
| Volume | Decimal | The volume of the customer order shipping information row. |
|
| LoadingMeters | Decimal | The loading meters of the customer order shipping information row. |
|
| Length | Decimal | The length of the customer order shipping information row. |
|
| Width | Decimal | The width of the customer order shipping information row. |
|
| Height | Decimal | The height of the customer order shipping information row. |
|
| PackageTypeId | Int64 | The business key identifier of the customer order shipping information row's package type. References |
|
| PackageType | PackageTypes | The package type of the customer order shipping information row.
|
|
| GoodsTypeId | Int64 | The business key identifier of the customer order shipping information row's goods type. References |
|
| GoodsType | GoodsTypes | The goods type of the customer order shipping information row.
|
|
| PackagingPartId | Int64? | The business key identifier of the customer order shipping information row's packaging part. References Parts |
|
| PackagingPart | Parts | The packaging part of the customer order shipping information row.
|
|
| ParentId | Int64? | The business key identifier of the customer order shipping information row's parent. |
Example
{
"Id": 0,
"Quantity": 0.0,
"Weight": 0.0,
"Volume": 0.0,
"LoadingMeters": 0.0,
"Length": 0.0,
"Width": 0.0,
"Height": 0.0,
"PackageTypeId": 0,
"PackageType": null,
"GoodsTypeId": 0,
"GoodsType": null,
"PackagingPartId": null,
"PackagingPart": null,
"ParentId": null
}