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
/store-api/customized-products/upload returns
{ "errors": [ { "code": "0", "status": "400", "title": "Bad Request", "detail": "The JSON payload is malformed." } ] }
but there is no json sent, but multipart form data
I'm able to send an image
run an example and try to upload a file No response
- OS: - Node: - pnpm:
No response
The text was updated successfully, but these errors were encountered:
there is an internal MR in the plugin's repository customized-product/-/merge_requests/570 to make it working
customized-product/-/merge_requests/570
Sorry, something went wrong.
mkucmus
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
/store-api/customized-products/upload returns
but there is no json sent, but multipart form data
Expected Behavior
I'm able to send an image
Acceptance criteria
Steps To Reproduce
run an example and try to upload a file
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: