api_key: ********************X-Api-Key: ********************curl --location --request GET 'https://app.sellerassistant.app/api/v1/sp-api/inbound/fba/2024-03-20/inboundPlans/wf64bdf98e-986d-4bbe-8e20-7196e3aaa1d2/placementOptions?pageSize=20&paginationToken&domain=amazon.com&marketplaceId=ATVPDKIKX0DER&api_key=<api-key>'{
"pagination": {
"nextToken": "eyJNYXJrZXJ..."
},
"placementOptions": [
{
"discounts": [
{
"description": "10% discount on fulfillment fees",
"target": "Placement Services",
"type": "FEE",
"value": {
"amount": 10.5,
"code": "USD"
}
}
],
"expiration": "2025-12-31T23:59:59.999Z",
"fees": [
{
"description": "10% discount on fulfillment fees",
"target": "Placement Services",
"type": "FEE",
"value": {
"amount": 10.5,
"code": "USD"
}
}
],
"placementOptionId": "PLACE1234567890ABCDEFGH1234567890ABCD",
"shipmentIds": [
"SHIP1234567890ABCDEFGH1234567890ABCDEF"
],
"status": "OFFERED"
}
]
}