Returns CSV integration
If you are unable to integrate returns through API, you may consider the following option: periodically send your Returns confirmations to Usizy in a CSV file.
This CSV file should use the same file type (.csv, .xls…) for each submission.
Files should be uploaded to a Google Drive folder that will be provided during the integration.
We recommend sharing a file at least once every two weeks.
Essential variables
The CSV file must have a single row per product returned and include the following variables:
order_id
The order identifier must be identical to the one provided during the purchase confirmation.
product_ids
Each product identifier must be identical to the one provided during the purchase confirmation. If more than one product is returned within a single order, you should include one row per product and variation returned.
variation_ids
Each variation id must be unique for its corresponding specific item. It is recommended to use the SKU. If more than one product is returned within a single order, you should include one row per product and variation returned.
date
Date or date time of return event, format ISO 8601 (“2017-09-12” or “2017-09-12T15:48:02Z”).
Recommended variables
reason
The reason for returning the product is essential to understand what type of returns are impacting your Ecommerce. Usizy reduces returns due to size error.
We recommend including the following reasons:
- return due to size (“size ”)
- other reasons ("other “)
fit
Confirms if the size purchased is too small (“small”) or too big (“large”). This field can be left blank if no information is available.
ecomm_size
Size originally ordered during purchase. This variable is useful when multiple returns are requested for the same product within a single order.
Optional variables
size_changed
In case of a product exchange for a different size, the new size may be included in this field to improve machine learning.
return_cost
Total return shipping cost
currency
Currency used for return-cost
CSV file example
A typical CSV file can be viewed here: Returns csv example.csv