The analysis of a products import upload
Field | Type | Description |
---|---|---|
newCategories | Int | How many new categories will be made? |
updateCategories | Int | How many categories will be updated? |
deleteCategories | Int | How many categories will be deleted? |
newProducts | Int | How many new products will be made? |
updateProducts | Int | How many products will be updated? |
deleteProducts | Int | How many products will be deleted? |
importId | String | The ID of the import |
{
"newCategories": 10,
"updateCategories": 11,
"deleteCategories": 11,
"newProducts": 16,
"updateProducts": 17,
"deleteProducts": 10,
"importId": "..."
}