'content-type': 'application/json; charset=utf-8',
'transfer-encoding': 'chunked',
connection: 'close',
'x-sorting-hat-podid': '78',
'x-sorting-hat-shopid': '7415332922',
'referrer-policy': 'origin-when-cross-origin',
'x-frame-options': 'DENY',
'x-shopid': '7415332922',
'x-shardid': '78',
'x-stats-userid': '',
'x-stats-apiclientid': '2456297',
'x-stats-apipermissionid': '84493041722',
'x-shopify-api-terms':
'By accessing or using the Shopify API you agree to the Shopify API License and Terms of Use at https://www.shopify.com/legal/api-terms',
http_x_shopify_shop_api_call_limit: '1/40',
'x-shopify-shop-api-call-limit': '1/40',
'x-shopify-api-version': '2020-10',
'strict-transport-security': 'max-age=7889238',
It says here that:
statusCode: 429,
statusMessage: 'Too Many Requests',
Error occured everytime I create a product:
'content-type': 'application/json; charset=utf-8', 'transfer-encoding': 'chunked', connection: 'close', 'x-sorting-hat-podid': '78', 'x-sorting-hat-shopid': '7415332922', 'referrer-policy': 'origin-when-cross-origin', 'x-frame-options': 'DENY', 'x-shopid': '7415332922', 'x-shardid': '78', 'x-stats-userid': '', 'x-stats-apiclientid': '2456297', 'x-stats-apipermissionid': '84493041722', 'x-shopify-api-terms': 'By accessing or using the Shopify API you agree to the Shopify API License and Terms of Use at https://www.shopify.com/legal/api-terms', http_x_shopify_shop_api_call_limit: '1/40', 'x-shopify-shop-api-call-limit': '1/40', 'x-shopify-api-version': '2020-10', 'strict-transport-security': 'max-age=7889238',
It says here that:
May I ask for help what I am missing?
Thanks!