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
i am using this url for getting orders but having the empty orders response so what i do for this case how i can get data about orders please help me https://sellingpartnerapi-eu.amazon.com/orders/v0/orders?CreatedAfter=2024-01-01&MarketplaceIds=ATVPDKIKX0DER
{ "payload": { "Orders": [], "CreatedBefore": "2024-04-23T05:54:50Z" } }
The text was updated successfully, but these errors were encountered:
Hi @ahmadali419
I am afraid you are in the wrong repo here. This is the PHP SDK for Amazon Pay and not related to the Selling Partner API.
Cheers! Marcus
Sorry, something went wrong.
selling partner api sdk : https://github.com/amazon-php/sp-api-sdk
No branches or pull requests
i am using this url for getting orders but having the empty orders response so what i do for this case how i can get data about orders please help me
https://sellingpartnerapi-eu.amazon.com/orders/v0/orders?CreatedAfter=2024-01-01&MarketplaceIds=ATVPDKIKX0DER
{
"payload": {
"Orders": [],
"CreatedBefore": "2024-04-23T05:54:50Z"
}
}
The text was updated successfully, but these errors were encountered: