Hello Forum,
I’d ike to use the Product api to create products in our Bogner US Shopify store
- I created a privat app
- I created credentials
- According to this Docu
i should be able to make authenticated requests
like
https://apikey:passw@bogner-us.myshopify.com/admin/api/2020-07/products.json
I placed a POST Using SOAP UI
{
“product”:
{
“title”: “Burton Custom Freestyle 151”,
“body_html”: “Good snowboard!”,
“vendor”: “Burton”,
“product_type”: “Snowboard”,
“metafields”:
[
{
“key”: “new”,
“value”: “newvalue”,
“value_type”: “string”,
“namespace”: “global”
}
]
}
and got the message:
{“errors”:“[API] Invalid API key or access token (unrecognized login or wrong password)”}
Please let me know what’s wrong. I checked apikey and password twice
Best Regards Tony