Get shipments filter structure
Returns the filter structure for the GetFBOShipmentsList method
Function GetShipmentsFilterStructure(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 - Filter structure
1C:Enterprise/OneScript code example
Result = OPI_Ozon.GetShipmentsFilterStructure();
- Bash
- CMD/Bat
oint ozon GetShipmentsFilterStructure \
--empty false
oint ozon GetShipmentsFilterStructure ^
--empty false
Result
{
"since": "Period start in ISO format",
"status": "Shipment status",
"to": "Period end in ISO format"
}