Skip to main content
POST
/
s
/
job
/
listing
/
rules_csv_import
Listing - Rules Csv Import
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
data
string
required

CSV data for bulk rule updates. Columns: store, sku, inventory rule (or stock rule), price rule, fulfillment rule, restock date, restock quantity

Response

Rules import results with row-by-row status

output
string
required

HTML-formatted import results with row-by-row status