Other Modeling Parameters

last_update

Timestamp (UNIX date) of last data update. If this parameter is not sent, it is assumed that the entire complete catalog data structure should be returned, since the customer is either requesting to install data for the first time or completely refreshing their catalog. 

Note: any change in the channel will restart the last_update info so the changes are applied.
ver

Version of the API  you want to work with. If this parameter is omitted, the 1.17 is assumed. At the moment, we have 1.17 and 1.18 versions available.

pagination Parameter of version 1.18, and it corresponds to the number of items per page. Be aware that this number is figuratively, our API works with a range of items per page. For example, if you select pagination of less than 1000, 500 items will be exported. If you select a pagination between 1001 - 1500, 1000 will be exported, and so on. By default, if you do not send the pagination parameter, it will be exported a pagination of 1000.
compression Boolean to indicate whether the response should be compressed or not. By default: 1 (yes as long as it is possible for the customer).
test Indicates that it is only necessary to verify the connection and authentication.
url_push URL for sending notifications of modifications from Sales Layer. 'disable' = deactivated.
group_category_id Boolean: By default 0, if set to 1, the API will return the multi-category products grouped together. If this parameter is left at 0, the API will return a product entry for each category associated with it, and will also return the result of multiplying each of these products by their respective associated formats, creating an id for the format which results from applying the combination of product id and format (we recommended always setting this parameter to 1)
group_category_delimiter Grouped multi-category value delimiter. (By default line break)
parents_category_tree Boolean: By default 0, if set to 1, the API will return the data of the categories belonging to the upper tree, for all those categories which saw a modification by themselves or a modification due to an associated product.
same_parent_variants Boolean: By default 0, if set to 1, the API will return, as modified, the data of all those formats that share the same parent product, when any of these variants have been modified.

The modeling parameters are only taken into account for requests to the data output API (export connectors). They won’t be considered for data import.