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

ElectronicInvoiceStatus always missing? #216

Open
marcelvossmint opened this issue Jun 14, 2023 · 2 comments
Open

ElectronicInvoiceStatus always missing? #216

marcelvossmint opened this issue Jun 14, 2023 · 2 comments

Comments

@marcelvossmint
Copy link

In orders api, according to the docs, there is a field ElectronicInvoiceStatus.

But for all orders this field seems to be not available.

When using as a filter, no matter which filter values, empty array ist returned.

https://developer-docs.amazon.com/sp-api/docs/orders-api-v0-use-case-guide

await sp.callAPI({
operation: 'getOrders',
endpoint: 'orders',
restricted_data_token: this._rdt,
query: {
CreatedAfter: dateLimit,
MarketplaceIds: this._marketPlaceIds,
ElectronicInvoiceStatuses: ['NotRequired', 'NotFound', 'Processing', 'Errored', 'Accepted'],
}
});

@nathanapi
Copy link

same here, did you solve this?

@ndslindia
Copy link

I too observed this behavior.. Is there a solution .. Please help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants