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

ibaSellerFacingOrders of the seller central orders api #4666

Open
PMA-Servizi opened this issue Mar 5, 2025 · 0 comments
Open

ibaSellerFacingOrders of the seller central orders api #4666

PMA-Servizi opened this issue Mar 5, 2025 · 0 comments

Comments

@PMA-Servizi
Copy link

PMA-Servizi commented Mar 5, 2025

hello, in the seller central web interface it's possible to retrieve an business order's invoice id, this value is present in the key ibaSellerFacingOrders with this format:

GET https://sellercentral.amazon.it/orders-api/order/123-0000000-0000123

{
    "debugInfo": null,
    "dynamicUIConfiguration": null,
    "featureList": [],
    "order": {
        ...
        "ibaSellerFacingOrders": [
            {
                "orderId": "000-0000000-0000000"
            }
        ],
        ...
    }
}

with ibaSellerFacingOrders.orderId different from the amzn order id.

is it possible to retrieve the same values using the SP-API? currently this is not present in the /orders/v0/orders/{orderId} response.

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

1 participant