Skip to content
New issue

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

FulfillmentInbound InboundShipmentPlans > EstimatedBoxContentsFee > TotalFee > CurrencyCode Returns "CAD" But Schema Won't Allow It #283

Closed
Skuvault456 opened this issue Oct 25, 2022 · 2 comments

Comments

@Skuvault456
Copy link

Skuvault456 commented Oct 25, 2022

fulfillmentInboundV0.json CurrencyCode only allows "USD" & "GBP":

"CurrencyCode": {
   "type": "string",
   "description": "The currency code.",
   "enum": [
     "USD",
     "GBP"
   ],
   "x-docgen-enum-table-extension": [
     {
       "value": "USD",
       "description": "United States Dollar."
     },
     {
       "value": "GBP",
       "description": "British pound sterling."
     }
   ]
 }

However, we are receiving the "CAD" currency code from SP-API, in the InboundShipmentPlans > EstimatedBoxContentsFee > TotalFee > CurrencyCode field. Please add to the model "CAD" and any other currency the API might return

Copy link

github-actions bot commented May 9, 2024

This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue after the latest release and if you find that this is still a problem, please feel free to open a new issue and make a reference to this one.

Copy link

closed for inactivity

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant