Verkäuferforen
Anmelden
Anmelden
imgAnmelden
user profile
Seller_9ijqo1me2i1tR

understand the flow for new inbound/fba/2024-03-20/inboundPlans

Hi Sellers,

I'm trying to understand the correct workflow for creating FBA shipments using the new SP-API endpoint (inbound/fba/2024-03-20/inboundPlans). I have some specific questions about handling used products via FBA.

Previous Workflow (V0):

- Could directly pass ASIN and custom SKU to create inbound plan

- No pre-listing requirement

- Simple workflow for used/new items

Example V0 payload (simplified):

{

"sku": "MY-USED-BOOK-01",

"asin": "B000123456",

"condition": "Used - Very Good",

"quantity": 1

// other fields...

}

Current Challenges (2024-03-20 API):

1. New API only accepts MSKU, no ASIN field in the payload

2. Getting error: "MSKUs are not valid" when trying to create plan

3. Documentation doesn't clearly explain the pre-requisites

Example new API payload:

{

"destinationMarketplaces": ["ATVPDKIKX0DER"],

"items": [

{

"labelOwner": "SELLER",

"msku": "MY-USED-BOOK-01",

"prepOwner": "NONE",

"quantity": 1

}

],

// address and other fields...

}

Questions:

1. What's the correct sequence of API calls to list a used item for FBA?

2. Do we need to create a catalog listing first? If yes, which API endpoint?

3. Is there a waiting period between listing and creating inbound plan?

4. How do we specify the condition (Used - Very Good, etc.) in the new workflow?

If anyone has successfully implemented this new workflow, I'd really appreciate:

- The sequence of API calls needed

- Sample payloads that work

- Any timing considerations between steps

- Best practices for handling used inventory

Thanks in advance for any help or insights!

#SP-API #FBA #InboundShipment

33 Aufrufe
1 Antwort
Tags:ASIN, Marketplace-Webservice-API, Produkt hinzufügen, SKU
10
Antworten
user profile
Seller_9ijqo1me2i1tR

understand the flow for new inbound/fba/2024-03-20/inboundPlans

Hi Sellers,

I'm trying to understand the correct workflow for creating FBA shipments using the new SP-API endpoint (inbound/fba/2024-03-20/inboundPlans). I have some specific questions about handling used products via FBA.

Previous Workflow (V0):

- Could directly pass ASIN and custom SKU to create inbound plan

- No pre-listing requirement

- Simple workflow for used/new items

Example V0 payload (simplified):

{

"sku": "MY-USED-BOOK-01",

"asin": "B000123456",

"condition": "Used - Very Good",

"quantity": 1

// other fields...

}

Current Challenges (2024-03-20 API):

1. New API only accepts MSKU, no ASIN field in the payload

2. Getting error: "MSKUs are not valid" when trying to create plan

3. Documentation doesn't clearly explain the pre-requisites

Example new API payload:

{

"destinationMarketplaces": ["ATVPDKIKX0DER"],

"items": [

{

"labelOwner": "SELLER",

"msku": "MY-USED-BOOK-01",

"prepOwner": "NONE",

"quantity": 1

}

],

// address and other fields...

}

Questions:

1. What's the correct sequence of API calls to list a used item for FBA?

2. Do we need to create a catalog listing first? If yes, which API endpoint?

3. Is there a waiting period between listing and creating inbound plan?

4. How do we specify the condition (Used - Very Good, etc.) in the new workflow?

If anyone has successfully implemented this new workflow, I'd really appreciate:

- The sequence of API calls needed

- Sample payloads that work

- Any timing considerations between steps

- Best practices for handling used inventory

Thanks in advance for any help or insights!

#SP-API #FBA #InboundShipment

Tags:ASIN, Marketplace-Webservice-API, Produkt hinzufügen, SKU
10
33 Aufrufe
1 Antwort
Antworten
1 Antwort
user profile
Glenn_Amazon
In Antwort auf: Post von: Seller_9ijqo1me2i1tR

Hi there @Seller_9ijqo1me2i1tR,

In general my understanding is there must be a listing before you can submit inventory to FBA as you need a MSKU that ties to an FBA Inventory location. I would recommend that you reach out to the Developer Support team to get the specific information you are looking for on how best to process Shipment creation via the SP-API. Thank you for your understanding.

-Glenn

00
Folgen Sie dieser Diskussion, um über neue Aktivitäten benachrichtigt zu werden
user profile
Seller_9ijqo1me2i1tR

understand the flow for new inbound/fba/2024-03-20/inboundPlans

Hi Sellers,

I'm trying to understand the correct workflow for creating FBA shipments using the new SP-API endpoint (inbound/fba/2024-03-20/inboundPlans). I have some specific questions about handling used products via FBA.

Previous Workflow (V0):

- Could directly pass ASIN and custom SKU to create inbound plan

- No pre-listing requirement

- Simple workflow for used/new items

Example V0 payload (simplified):

{

"sku": "MY-USED-BOOK-01",

"asin": "B000123456",

"condition": "Used - Very Good",

"quantity": 1

// other fields...

}

Current Challenges (2024-03-20 API):

1. New API only accepts MSKU, no ASIN field in the payload

2. Getting error: "MSKUs are not valid" when trying to create plan

3. Documentation doesn't clearly explain the pre-requisites

Example new API payload:

{

"destinationMarketplaces": ["ATVPDKIKX0DER"],

"items": [

{

"labelOwner": "SELLER",

"msku": "MY-USED-BOOK-01",

"prepOwner": "NONE",

"quantity": 1

}

],

// address and other fields...

}

Questions:

1. What's the correct sequence of API calls to list a used item for FBA?

2. Do we need to create a catalog listing first? If yes, which API endpoint?

3. Is there a waiting period between listing and creating inbound plan?

4. How do we specify the condition (Used - Very Good, etc.) in the new workflow?

If anyone has successfully implemented this new workflow, I'd really appreciate:

- The sequence of API calls needed

- Sample payloads that work

- Any timing considerations between steps

- Best practices for handling used inventory

Thanks in advance for any help or insights!

#SP-API #FBA #InboundShipment

33 Aufrufe
1 Antwort
Tags:ASIN, Marketplace-Webservice-API, Produkt hinzufügen, SKU
10
Antworten
user profile
Seller_9ijqo1me2i1tR

understand the flow for new inbound/fba/2024-03-20/inboundPlans

Hi Sellers,

I'm trying to understand the correct workflow for creating FBA shipments using the new SP-API endpoint (inbound/fba/2024-03-20/inboundPlans). I have some specific questions about handling used products via FBA.

Previous Workflow (V0):

- Could directly pass ASIN and custom SKU to create inbound plan

- No pre-listing requirement

- Simple workflow for used/new items

Example V0 payload (simplified):

{

"sku": "MY-USED-BOOK-01",

"asin": "B000123456",

"condition": "Used - Very Good",

"quantity": 1

// other fields...

}

Current Challenges (2024-03-20 API):

1. New API only accepts MSKU, no ASIN field in the payload

2. Getting error: "MSKUs are not valid" when trying to create plan

3. Documentation doesn't clearly explain the pre-requisites

Example new API payload:

{

"destinationMarketplaces": ["ATVPDKIKX0DER"],

"items": [

{

"labelOwner": "SELLER",

"msku": "MY-USED-BOOK-01",

"prepOwner": "NONE",

"quantity": 1

}

],

// address and other fields...

}

Questions:

1. What's the correct sequence of API calls to list a used item for FBA?

2. Do we need to create a catalog listing first? If yes, which API endpoint?

3. Is there a waiting period between listing and creating inbound plan?

4. How do we specify the condition (Used - Very Good, etc.) in the new workflow?

If anyone has successfully implemented this new workflow, I'd really appreciate:

- The sequence of API calls needed

- Sample payloads that work

- Any timing considerations between steps

- Best practices for handling used inventory

Thanks in advance for any help or insights!

#SP-API #FBA #InboundShipment

Tags:ASIN, Marketplace-Webservice-API, Produkt hinzufügen, SKU
10
33 Aufrufe
1 Antwort
Antworten
user profile

understand the flow for new inbound/fba/2024-03-20/inboundPlans

von Seller_9ijqo1me2i1tR

Hi Sellers,

I'm trying to understand the correct workflow for creating FBA shipments using the new SP-API endpoint (inbound/fba/2024-03-20/inboundPlans). I have some specific questions about handling used products via FBA.

Previous Workflow (V0):

- Could directly pass ASIN and custom SKU to create inbound plan

- No pre-listing requirement

- Simple workflow for used/new items

Example V0 payload (simplified):

{

"sku": "MY-USED-BOOK-01",

"asin": "B000123456",

"condition": "Used - Very Good",

"quantity": 1

// other fields...

}

Current Challenges (2024-03-20 API):

1. New API only accepts MSKU, no ASIN field in the payload

2. Getting error: "MSKUs are not valid" when trying to create plan

3. Documentation doesn't clearly explain the pre-requisites

Example new API payload:

{

"destinationMarketplaces": ["ATVPDKIKX0DER"],

"items": [

{

"labelOwner": "SELLER",

"msku": "MY-USED-BOOK-01",

"prepOwner": "NONE",

"quantity": 1

}

],

// address and other fields...

}

Questions:

1. What's the correct sequence of API calls to list a used item for FBA?

2. Do we need to create a catalog listing first? If yes, which API endpoint?

3. Is there a waiting period between listing and creating inbound plan?

4. How do we specify the condition (Used - Very Good, etc.) in the new workflow?

If anyone has successfully implemented this new workflow, I'd really appreciate:

- The sequence of API calls needed

- Sample payloads that work

- Any timing considerations between steps

- Best practices for handling used inventory

Thanks in advance for any help or insights!

#SP-API #FBA #InboundShipment

Tags:ASIN, Marketplace-Webservice-API, Produkt hinzufügen, SKU
10
33 Aufrufe
1 Antwort
Antworten
1 Antwort
1 Antwort
Schnellfilter
Sortieren nach
user profile
Glenn_Amazon
In Antwort auf: Post von: Seller_9ijqo1me2i1tR

Hi there @Seller_9ijqo1me2i1tR,

In general my understanding is there must be a listing before you can submit inventory to FBA as you need a MSKU that ties to an FBA Inventory location. I would recommend that you reach out to the Developer Support team to get the specific information you are looking for on how best to process Shipment creation via the SP-API. Thank you for your understanding.

-Glenn

00
Folgen Sie dieser Diskussion, um über neue Aktivitäten benachrichtigt zu werden
user profile
Glenn_Amazon
In Antwort auf: Post von: Seller_9ijqo1me2i1tR

Hi there @Seller_9ijqo1me2i1tR,

In general my understanding is there must be a listing before you can submit inventory to FBA as you need a MSKU that ties to an FBA Inventory location. I would recommend that you reach out to the Developer Support team to get the specific information you are looking for on how best to process Shipment creation via the SP-API. Thank you for your understanding.

-Glenn

00
user profile
Glenn_Amazon
In Antwort auf: Post von: Seller_9ijqo1me2i1tR

Hi there @Seller_9ijqo1me2i1tR,

In general my understanding is there must be a listing before you can submit inventory to FBA as you need a MSKU that ties to an FBA Inventory location. I would recommend that you reach out to the Developer Support team to get the specific information you are looking for on how best to process Shipment creation via the SP-API. Thank you for your understanding.

-Glenn

00
Antworten
Folgen Sie dieser Diskussion, um über neue Aktivitäten benachrichtigt zu werden