Creates a new product in the system. The product's ID is generated by Bluestone PIM and is included in the
response headers under resource-id.
For more detailed information on how to work with new products in Bluestone PIM, refer to our help pages Create
new products.
Log in to see full request history
URL Expired
The URL for this request expired after 30 days.
Responses
400
Bad Request
This response indicates that the server could not understand the request due to invalid syntax. It is typically triggered by client-side input errors such as improperly formatted requests, missing required fields, or invalid data values.
409
Conflict
This response indicates that the request could not be completed due to a conflict with the current state of the target resource. This typically occurs when there are duplicate entries or other data conflicts.
Updated 2 months ago
Did this page help you?
Yes
No
Language
ShellNodeRubyPHPPython
Credentials
OAuth2
OAuth2
cURL Request
Examples
xxxxxxxxxx
1
curl--request POST \
2
--url https://api.bluestonepim.com/pim/products \
3
--header'accept: application/json' \
4
--header'content-type: application/json'
RESPONSE
Examples
Click Try It! to start a request and see the response here! Or choose an example: