Skip to main content

Get shipments filter structure

Returns the filter structure for the GetFBOShipmentsList method

Function GetShipmentsFilterStructure(Val Clear = False) Export

ParameterCLI optionTypeRequiredDescription
Clear--emptyBooleanTrue > structure with empty valuse, False > field descriptions at values

Returns: Structure Of KeyAndValue - Filter structure


1C:Enterprise/OneScript code example
    Result = OPI_Ozon.GetShipmentsFilterStructure();
    oint ozon GetShipmentsFilterStructure \
--empty false
Result
{
"since": "Period start in ISO format",
"status": "Shipment status",
"to": "Period end in ISO format"
}