We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to delete a metafield using the deleteProductMetafield function and passing (Array ([id] => 8694792272 [metafieldId] => 30289307280).
(Array ([id] => 8694792272 [metafieldId] => 30289307280)
The application returns an error:
Fatal error: Uncaught exception 'GuzzleHttp\Exception\ClientException' with message 'Client error response [url] https://<shopUrl>.com/admin/products/8694792272/metafields/8694792272.json [status code] 404 [reason phrase] Not Found '....
It seems like it is passing twice the same id ... ... Am I wrong?
The text was updated successfully, but these errors were encountered:
Nope Illidan,
You are passing that id, first one is the product id, and second one is the metafield id. Get your parameters straight.
Together we will unleash the tides of doom...
Sorry, something went wrong.
No branches or pull requests
I am trying to delete a metafield using the deleteProductMetafield function and passing
(Array ([id] => 8694792272 [metafieldId] => 30289307280)
.The application returns an error:
Fatal error: Uncaught exception 'GuzzleHttp\Exception\ClientException' with message 'Client error response [url] https://<shopUrl>.com/admin/products/8694792272/metafields/8694792272.json [status code] 404 [reason phrase] Not Found '....
It seems like it is passing twice the same id ... ... Am I wrong?
The text was updated successfully, but these errors were encountered: