Verkäuferforen
Anmelden
Anmelden
imgAnmelden
user profile
Seller_Zfz9OmQiuAdRu

Update Inventory quantity using JSON_LISTINGS_FEED with SP-API

how to update Inventory quantity using JSON_LISTINGS_FEED with SP-API without providing ProductType

We got below body from help guide but not sure how to proceed without productType

{

"header": {

"sellerId": "AXXXXXXXXXXXXX",

"version": "2.0",

"issueLocale": "en_US"

},

"messages": [

{

"messageId": 1,

"sku": "ABC123",

"operationType": "PATCH",

"productType": "PRODUCT",

"patches": [

{

"op": "replace",

"path": "/attributes/fulfillment_availability",

"value": [

{

"fulfillment_channel_code": "DEFAULT",

"quantity": 5

}

]

},

... (more patches, if applicable)

]

},

... (more messages, if applicable)

]

}

52 Aufrufe
1 Antwort
Tags:Lagerbestand, Lagerbestands-Feeds
00
Antworten
user profile
Seller_Zfz9OmQiuAdRu

Update Inventory quantity using JSON_LISTINGS_FEED with SP-API

how to update Inventory quantity using JSON_LISTINGS_FEED with SP-API without providing ProductType

We got below body from help guide but not sure how to proceed without productType

{

"header": {

"sellerId": "AXXXXXXXXXXXXX",

"version": "2.0",

"issueLocale": "en_US"

},

"messages": [

{

"messageId": 1,

"sku": "ABC123",

"operationType": "PATCH",

"productType": "PRODUCT",

"patches": [

{

"op": "replace",

"path": "/attributes/fulfillment_availability",

"value": [

{

"fulfillment_channel_code": "DEFAULT",

"quantity": 5

}

]

},

... (more patches, if applicable)

]

},

... (more messages, if applicable)

]

}

Tags:Lagerbestand, Lagerbestands-Feeds
00
52 Aufrufe
1 Antwort
Antworten
0 Antworten
user profile
Seller_i6S8knzW6zU6Z
In Antwort auf: Post von: Seller_Zfz9OmQiuAdRu

Hi @Seller_Zfz9OmQiuAdRu,

According to the SP-API documentation, under the section "New Listings Items API submission when updating inventory only":

"inventory data can be submitted for any listings item regardless of its product type. This allows inventory-only workflows to migrate entirely to the Listings Items API and JSON_LISTINGS_FEED."

You can simply use "productType": "PRODUCT" as a hardcoded value - there's no need to dynamically insert any product-specific type.

Kind regards, Michael

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

Update Inventory quantity using JSON_LISTINGS_FEED with SP-API

how to update Inventory quantity using JSON_LISTINGS_FEED with SP-API without providing ProductType

We got below body from help guide but not sure how to proceed without productType

{

"header": {

"sellerId": "AXXXXXXXXXXXXX",

"version": "2.0",

"issueLocale": "en_US"

},

"messages": [

{

"messageId": 1,

"sku": "ABC123",

"operationType": "PATCH",

"productType": "PRODUCT",

"patches": [

{

"op": "replace",

"path": "/attributes/fulfillment_availability",

"value": [

{

"fulfillment_channel_code": "DEFAULT",

"quantity": 5

}

]

},

... (more patches, if applicable)

]

},

... (more messages, if applicable)

]

}

52 Aufrufe
1 Antwort
Tags:Lagerbestand, Lagerbestands-Feeds
00
Antworten
user profile
Seller_Zfz9OmQiuAdRu

Update Inventory quantity using JSON_LISTINGS_FEED with SP-API

how to update Inventory quantity using JSON_LISTINGS_FEED with SP-API without providing ProductType

We got below body from help guide but not sure how to proceed without productType

{

"header": {

"sellerId": "AXXXXXXXXXXXXX",

"version": "2.0",

"issueLocale": "en_US"

},

"messages": [

{

"messageId": 1,

"sku": "ABC123",

"operationType": "PATCH",

"productType": "PRODUCT",

"patches": [

{

"op": "replace",

"path": "/attributes/fulfillment_availability",

"value": [

{

"fulfillment_channel_code": "DEFAULT",

"quantity": 5

}

]

},

... (more patches, if applicable)

]

},

... (more messages, if applicable)

]

}

Tags:Lagerbestand, Lagerbestands-Feeds
00
52 Aufrufe
1 Antwort
Antworten
user profile

Update Inventory quantity using JSON_LISTINGS_FEED with SP-API

von Seller_Zfz9OmQiuAdRu

how to update Inventory quantity using JSON_LISTINGS_FEED with SP-API without providing ProductType

We got below body from help guide but not sure how to proceed without productType

{

"header": {

"sellerId": "AXXXXXXXXXXXXX",

"version": "2.0",

"issueLocale": "en_US"

},

"messages": [

{

"messageId": 1,

"sku": "ABC123",

"operationType": "PATCH",

"productType": "PRODUCT",

"patches": [

{

"op": "replace",

"path": "/attributes/fulfillment_availability",

"value": [

{

"fulfillment_channel_code": "DEFAULT",

"quantity": 5

}

]

},

... (more patches, if applicable)

]

},

... (more messages, if applicable)

]

}

Tags:Lagerbestand, Lagerbestands-Feeds
00
52 Aufrufe
1 Antwort
Antworten
0 Antworten
0 Antworten
Schnellfilter
Sortieren nach
user profile
Seller_i6S8knzW6zU6Z
In Antwort auf: Post von: Seller_Zfz9OmQiuAdRu

Hi @Seller_Zfz9OmQiuAdRu,

According to the SP-API documentation, under the section "New Listings Items API submission when updating inventory only":

"inventory data can be submitted for any listings item regardless of its product type. This allows inventory-only workflows to migrate entirely to the Listings Items API and JSON_LISTINGS_FEED."

You can simply use "productType": "PRODUCT" as a hardcoded value - there's no need to dynamically insert any product-specific type.

Kind regards, Michael

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

Hi @Seller_Zfz9OmQiuAdRu,

According to the SP-API documentation, under the section "New Listings Items API submission when updating inventory only":

"inventory data can be submitted for any listings item regardless of its product type. This allows inventory-only workflows to migrate entirely to the Listings Items API and JSON_LISTINGS_FEED."

You can simply use "productType": "PRODUCT" as a hardcoded value - there's no need to dynamically insert any product-specific type.

Kind regards, Michael

00
user profile
Seller_i6S8knzW6zU6Z
In Antwort auf: Post von: Seller_Zfz9OmQiuAdRu

Hi @Seller_Zfz9OmQiuAdRu,

According to the SP-API documentation, under the section "New Listings Items API submission when updating inventory only":

"inventory data can be submitted for any listings item regardless of its product type. This allows inventory-only workflows to migrate entirely to the Listings Items API and JSON_LISTINGS_FEED."

You can simply use "productType": "PRODUCT" as a hardcoded value - there's no need to dynamically insert any product-specific type.

Kind regards, Michael

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