ReDoc documentation
Return product prices. In case of at least one of skus is not found exception will be thrown.
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
{- "skus": [
- "string"
]
}
[- {
- "price": 0,
- "price_type": "string",
- "website_id": 0,
- "sku": "string",
- "customer_group": "string",
- "quantity": 0,
- "extension_attributes": { }
}
]