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 docs state that this is the required { "couponCode": "string", "version": 1 }
but in truth, this is required { "coupon_code": "string", "version": 1 }
The text was updated successfully, but these errors were encountered:
Hi @danf-mlm Thank you so much for your feedback. Can you send me the link for the documentation you are looking at? This request body is correct in this link: https://developer.bigcommerce.com/docs/rest-management/checkouts/checkout-coupons#add-coupon-to-checkout
Sorry, something went wrong.
No branches or pull requests
The docs state that this is the required
{
"couponCode": "string",
"version": 1
}
but in truth, this is required
{
"coupon_code": "string",
"version": 1
}
The text was updated successfully, but these errors were encountered: