I am calling this storefront api for adding product in some time this api spend too much time adding product
$shopify_response = $shop->api()->rest(‘POST’, ‘/admin/api/2021-10/products.json’, array(
‘product’=>[…]
))
I am calling this storefront api for adding product in some time this api spend too much time adding product
$shopify_response = $shop->api()->rest(‘POST’, ‘/admin/api/2021-10/products.json’, array(
‘product’=>[…]
))