Array of objects or null (ProductStockDto) | |
Array of objects or null (CollectionDto2) |
Invalid credentials
{- "products": [
- {
- "sku": "string",
- "name": "string",
- "description": "string",
- "extraDescription": "string",
- "stock": 0,
- "price": 0,
- "categories": [
- "cod001"
], - "image": "string",
- "enabled": true,
- "locations": [
- {
- "locationCode": "AB001",
- "isAvailable": true
}
]
}
], - "categories": [
- {
- "id": "string",
- "name": "string",
- "image": "string",
- "parentId": "string"
}
]
}{- "id": 0,
- "success": true,
- "message": "string"
}