Skip to main content

Get shipment additional fields

Returns the structure of inclusion of additional response fields for the GetFBOShipmentsList method

Function GetShipmentAdditionalFields(Val Clear = False) Export

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

Returns: Structure Of KeyAndValue - Fields structure


1C:Enterprise/OneScript code example
    Result = OPI_Ozon.GetShipmentAdditionalFields();
    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>"
}