How create a product or catalog item by api
Hello team,
I am trying to create a catalog item but I am having trouble making the request.
I was making the request from Postman and I already have set a private token and organization id.
Following the docs, the request from Postman look like this:
Where data.json is:
I got a response that is a misunderstanding to me
Could you help me with this?
para resolver esto
Comments
2 comments
Hi Lester,
Your API call is missing the /api/ part of the URL, see the endpoint here: https://{ENV}.threekit.com/api/products/import?orgId={ORG_ID}
Second, you can find an example of working JSON below, thanks for pointing out a gap in our docs, we will update them in the future to make it clearer.
Thanks, William Thompson it works now
Please sign in to leave a comment.