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
The upload-document endpoint doesn't seem to be up to date
When following the documentation and using the uploadDocument method I get an error: Bad Request\n \n Validation failed ""","code" => 400
Bad Request\n \n Validation failed ""","code" => 400
If I look the shopping-feed documentation we can see that the endpoint require a multipart/form-data with two specific keys: files and body
Currently the body is badly formatted with for exemple the documents key being mispelled (an 's' is missing) Furthermore the files key is never set up
In addition, the header is set to 'Content-type: application/json' by default
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The upload-document endpoint doesn't seem to be up to date
When following the documentation and using the uploadDocument method I get an error:
Bad Request\n \n Validation failed ""","code" => 400
If I look the shopping-feed documentation we can see that the endpoint require a multipart/form-data with two specific keys: files and body
Currently the body is badly formatted with for exemple the documents key being mispelled (an 's' is missing)
Furthermore the files key is never set up
In addition, the header is set to 'Content-type: application/json' by default
The text was updated successfully, but these errors were encountered: