Create product
Request Body
Name
Type
Description
{
"status": 422,
"error": "Could not create product. Some fields contain invalid data",
"fields": {
"type": [
"The type field is required."
],
"amount": [
"The amount field is required."
]
}
}{
// See Get product
}Last updated