Get shipment additional fields
Returns the structure of inclusion of additional response fields for the GetFBOShipmentsList method
Function GetShipmentAdditionalFields(Val Clear = False) Export
| Parameter | CLI option | Type | Required | Description |
|---|---|---|---|---|
| Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values |
Returns: Structure Of KeyAndValue - Fields structure
1C:Enterprise/OneScript code example
Clear = False;
Result = OPI_Ozon.GetShipmentAdditionalFields(Clear);
- Bash
- CMD/Bat
oint ozon GetShipmentAdditionalFields \
--empty false
oint ozon GetShipmentAdditionalFields ^
--empty false
Result
{
"analytics_data": "<pass True to add analytics data to the response>",
"financial_data": "<pass True to add financial data to the response>"
}