Где я должен получить jet_browse_node_id для использования в следующем запросе JSON для API загрузки файлов из marketplace jet.com?

Где мне взять jet_browse_node_id использоваться в следующих JSON запрос jet.com API загрузки файлов с рынка?

{
"{merchant_sku}": {
"product_title": "Huggies Snug and Dry Diapers, Size 4, Economy Plus Pack, 192 Count",
"jet_browse_node_id": 2000039,
"standard_product_codes": [
{
"standard_product_code": "036000365474",
"standard_product_code_type": "UPC"}
],
"ASIN": "B00BCXF7MU",
"multipack_quantity": 1,
"brand": "Huggies",
"manufacturer": "Kimberly Clark",
"product_description": "HUGGIES Snug & Dry Diapers with SureFit design and stretchy waistband bring your baby the dryness and comfort they deserve. The design adds protection around their thighs and waist, a more flexible absorbent pad, and a softer outer diaper cover, so your baby can spend up to 12 hours playing with complete leak protection.",
"bullets": [
"Fits babies from 22 to 37 lbs",
"Only Huggies Snug & Dry Diapers have all new SureFit* Design for up to 12 hours of leakage protection for your baby",
"Now more conforming, gap-free fit for all-around protection for your baby",
"Trusted Leak Lock System with quick-absorbing layers and long-lasting core to lock in wetness",
"SnugFit* Waistband on our Size 4 diapers have a more flexible absorbent diaper pad to move with your baby?s twists and turns and softer outer diaper cover with adorable Mickey & Friends Disney designs"],
"number_units_for_price_per_unit": 1,
"type_of_unit_for_price_per_unit": "each",
"shipping_weight_pounds": 13.6,
"package_length_inches": 9.2,
"package_width_inches": 18,
"package_height_inches": 14.4,
"display_length_inches": 9.2,
"display_width_inches": 18,
"display_height_inches": 14.4,
"prop_65": false,
"legal_disclaimer_description": "Actual product packaging and materials may contain more and different information than what is shown on our website. We recommend that you do not rely solely on the information presented and that you always read labels, warnings, and directions before using or consuming a product. Please see our full disclaimer below.",
"country_of_origin": "USA",
"safety_warning": "Caution: Keep away from any source of flame.",
"map_price": 12.1,
"map_implementation": "type1",
"product_tax_code": "Disposable Infant Diapers",
"exclude_from_fee_adjustments": false,
"ships_alone": false,
"attributes_node_specific": [
{
"attribute_id": 95,
"attribute_value": "192",
"attribute_value_unit": "count"},
{
"attribute_id": 81,
"attribute_value": "Size 4"},
{
"attribute_id": 125,
"attribute_value": "Size 4"}
]
}
}

Ниже приводится URL, где я получил документацию часть запроса кликните сюда.

2

Решение

jet_browse_node_id это просто id соответствия Реактивная таксономическая категория, последнего узел. Значение, указанное в вашем вопросе 2000039 был назначен Disposable Diapers,

Идентификаторы таксономии среди других соответствующих свойств продукта могут быть получены по API Jet Taxonomy. Последний — это REST API, позволяющий перемещаться по дереву таксономии для обнаружения соответствующих категорий продуктов. Например, подробности id 2000039 может быть получен в ответ на

https://merchant-api.jet.com/api/taxonomy/nodes/2000039

получить следующую полезную нагрузку Json

{
"jet_node_id": 2000039,
"jet_node_name": "Disposable Diapers",
"jet_node_path": "Baby/Diapering/Disposable Diapers",
"amazon_node_ids": [
166772011
],
"parent_id": 2000031,
"jet_level": 2,
"suggested_tax_code": "Disposable Infant Diapers"}

В качестве альтернативы, текущий снимок Jet Taxonomy в полном объеме можно получить у представителя команды Jet Partner в виде файла Excel.

2

Другие решения

Других решений пока нет …

По вопросам рекламы [email protected]