curl --request POST \
--url https://app.skulabs.com/s/job/listing/rules_csv_import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": "<string>"
}
'{
"output": "<string>"
}Import listing rules from a CSV file.
curl --request POST \
--url https://app.skulabs.com/s/job/listing/rules_csv_import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": "<string>"
}
'{
"output": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
CSV data for bulk rule updates. Columns: store, sku, inventory rule (or stock rule), price rule, fulfillment rule, restock date, restock quantity
Rules import results with row-by-row status
HTML-formatted import results with row-by-row status