Array of objects or null (ProductStockDto) | |
Array of objects or null (CollectionDto2) |
Actualizar
Credenciales invalidas
{- "products": [
- {
- "sku": "string",
- "name": "string",
- "description": "string",
- "extraDescription": "string",
- "stock": 0,
- "price": 0,
- "categories": [
- "cod001"
], - "image": "string",
- "enabled": true,
- "locations": [
- {
- "locationCode": "AB001",
- "isAvailable": true
}
], - "modifiers": [
- {
- "name": "string",
- "description": "string",
- "minOptions": 0,
- "maxOptions": 0,
- "isActive": true,
- "disabledLocations": "string",
- "options": [
- {
- "name": "string",
- "isActive": true,
- "order": 0,
- "amount": 0,
- "disabledLocations": [
- null
]
}
]
}
], - "images": [
- "string"
]
}
], - "categories": [
- {
- "id": "string",
- "name": "string",
- "image": "string",
- "parentId": "string"
}
]
}{- "id": 0,
- "success": true,
- "message": "string"
}