Add Products
POST/api/v1/products
Create a new product.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
Successful Response
product_sku_not_provided
: Product sku not found in the payload.
product_already_exists
: A product already exists for this organization and given SKU.
unauthorized
: Invalid or no credentials where supplied.
could_not_validate_credentials
: Could not validate credentials.
shop_not_found
: Shop does not exist.
Validation Error