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
Reference
The return response seems to be flat structure - with region_id and region being passed.
region_id
region
In reality, only region is passed in the response
The text was updated successfully, but these errors were encountered:
Actually, the full list of values returned:
{ "id": "gift_01GFXBQ0V9TEWSJVT6AYQ2HKME", "region": { "id": "reg_01GFTW5G37J5E3FCX8XEJGWEZ9", "created_at": "2022-10-20T14:18:44.647Z", "updated_at": "2022-10-20T14:18:44.647Z", "deleted_at": null, "name": "EU", "currency_code": "eur", "tax_rate": 0, "tax_code": null, "gift_cards_taxable": true, "automatic_taxes": true, "tax_provider_id": null, "metadata": null, "payment_providers": [ { "id": "stripe", "is_installed": true }, { "id": "manual", "is_installed": true } ], "fulfillment_providers": [ { "id": "manual", "is_installed": true } ] }, "code": "VSYI-5UHT-OLXC-4WQX", "value": 4500, "balance": 4500 }
Sorry, something went wrong.
There's no created_at, updated_at, ends_at...
Region does not seem to return countries in it...
countries
Lots of inconsistencies in what is returned and what isn't... API specification probably needs a recheck
No branches or pull requests
Reference
The return response seems to be flat structure - with
region_id
andregion
being passed.In reality, only
region
is passed in the responseThe text was updated successfully, but these errors were encountered: