-
Notifications
You must be signed in to change notification settings - Fork 3
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
Product CSV outlet tax showing blank for exclusive #12
Comments
This was intentional thus far and I would like to get you opinion on how to solve the following challenge:
If a retailer has 9000 products, given the structure of taxes array inside a product response ... it requires a lookup to get the names, that means a whole bunch of lookups and with the api rate limiting I think the report may never finish! But hmmm.... if I just fetch all the taxes in advance then its just one extra pre-emptive api call isn't it? You know what ... on second thought this may be feasible! |
@jtrotsky - Can you help me out and paste some data or snapshot of what it looks like when the value won't be |
Hi @pulkitsinghal , It uses the tax name.
The way I do it is to gather all the taxes from It looks like this for a tax exclusive store with various taxes on different products/outlets: |
It looks like the
outlet_tax
for each outlet is showing blank.If the
outlet_tax
is just the outlet default then it should showDefault tax
, otherwise it should show the specific outlet tax.The text was updated successfully, but these errors were encountered: