Record
sales-data-shipment-track-interface
No description available.
record sales-data-shipment-track-interface {
carrier-code: string,
created-at: option<string>,
description: string,
entity-id: option<s32>,
extension-attributes: option<sales-data-shipment-track-extension-interface>,
order-id: s32,
parent-id: s32,
qty: f64,
title: string,
track-number: string,
updated-at: option<string>,
weight: f64,
}Fields
| Name | Type | Description |
|---|---|---|
| carrier-code | string | |
| created-at | option<string> | |
| description | string | |
| entity-id | option<s32> | |
| extension-attributes | option<sales-data-shipment-track-extension-interface> | |
| order-id | s32 | |
| parent-id | s32 | |
| qty | f64 | |
| title | string | |
| track-number | string | |
| updated-at | option<string> | |
| weight | f64 |