Issue with Missing Product Details (Title, Quantity, Image) When Pushing to Amazon via REST API

Title:
Issue with Missing Product Details (Title, Quantity, Image) When Pushing to Amazon via REST API

Question:
I’m using the Amazon SP-API to list products on my Amazon seller account. The product appears successfully on the Amazon dashboard, but I’m encountering an issue where the product title, quantity, and image are missing. Additionally, the product status shows as “Incomplete.”

Here’s the process I followed:

Auth API: Successfully authenticated and obtained an access token.
Product Type Definition API: Retrieved the schema for the product type.
Listings API: Used the retrieved schema to create a new product listing.

My Payload:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>{
"productType": "APPAREL",
"requirements": "LISTING",
"attributes": {
"brand": [
{
"value": "GENERIC",
"language_tag": "en_US",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"bullet_point": [
{
"value": "it's an awesome luggage",
"language_tag": "en_US",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"country_of_origin": [
{
"value": "US",
"language_tag": "en_US",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"item_name": [
{
"value": "Awesome Luggage",
"language_tag": "en_US",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"product_description": [
{
"value": "This is a test description",
"language_tag": "en_US",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"supplier_declared_dg_hz_regulation": [
{
"value": "not_applicable",
"language_tag": "en_US",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"recommended_browse_nodes": [
{
"value": "12587455",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"merchant_suggested_asin": [
{
"value": "B007KQBXN0",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"item_package_dimensions": [
{
"height": {
"value": 2.7,
"unit": "inches"
},
"length": {
"value": 10,
"unit": "inches"
},
"width": {
"value": 2,
"unit": "inches"
},
"marketplace_id": "A17E79C6D8DWNP"
}
],
"batteries_required": [
{
"value": true,
"marketplace_id": "A17E79C6D8DWNP"
}
],
"color": [
{
"value": "Cranberry",
"standardized_values": ["Red"],
"language_tag": "en_US",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"externally_assigned_product_identifier": [
{
"title": "Item Package Dimensions",
"description": "Provide the item's package dimensions"
}
],
"manufacturer": [
{
"value": "Everyday Manufacturing Company",
"language_tag": "en_US",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"unit_count": [
{
"value": 72.0,
"type": {
"value": "Ounces",
"language_tag": "en_US"
},
"marketplace_id": "A17E79C6D8DWNP"
}
],
"item_package_weight": [
{
"value": 0.65,
"unit": "pounds",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"batteries_included": [
{
"value": true,
"marketplace_id": "A17E79C6D8DWNP"
}
],
"battery": [
{
"cell_composition": [
{
"value": "alkaline"
}
]
}
],
"list_price": [
{
"currency": "SAR",
"value_with_tax": 69,
"marketplace_id": "A17E79C6D8DWNP"
}
],
"target_gender": [
{
"value": "female",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"department": [
{
"value": "Unisex Baby",
"language_tag": "en_US",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"outer": [
{
"material": [
{
"value": "Leather",
"language_tag": "en_US"
},
{
"value": "Carbon Fiber",
"language_tag": "en_US"
}
],
"marketplace_id": "A17E79C6D8DWNP"
}
],
"age_range_description": [
{
"value": "Toddler",
"language_tag": "en_US",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"weave_type": [
{
"value": "Jacquard",
"language_tag": "en_US",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"model_name": [
{
"value": "MacBook Pro",
"language_tag": "en_US",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"care_instructions": [
{
"value": "Hand Wash Only",
"language_tag": "en_US",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"fabric_type": [
{
"value": "75% Cotton, 15% Nylon, 10% Rayon",
"language_tag": "en_US",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"size": [
{
"value": "X-Large",
"language_tag": "en_US",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"closure": [
{
"type": [
{
"value": "Zipper",
"language_tag": "en_US"
}
],
"marketplace_id": "A17E79C6D8DWNP"
}
],
"condition_type": [
{
"value": "new_new",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"style": [
{
"value": "Art Deco",
"language_tag": "en_US",
"marketplace_id": "A17E79C6D8DWNP"
}
],
"main_product_image_locator": [
{
"marketplace_id": "A17E79C6D8DWNP",
"media_location": "https://d1gpzof0viq1mp.cloudfront.net/products/thumb/073120200027085f23655c3b789.png"
}
],
"item_name": [
{
"language_tag": "en_US",
"marketplace_id": "A17E79C6D8DWNP",
"value": "Adidas Blue Sneakers"
}
],
"list_price": [
{
"currency": "SAR",
"value_with_tax": 1.00,
"marketplace_id": "A17E79C6D8DWNP"
}
]
}
}
</code>
<code>{ "productType": "APPAREL", "requirements": "LISTING", "attributes": { "brand": [ { "value": "GENERIC", "language_tag": "en_US", "marketplace_id": "A17E79C6D8DWNP" } ], "bullet_point": [ { "value": "it's an awesome luggage", "language_tag": "en_US", "marketplace_id": "A17E79C6D8DWNP" } ], "country_of_origin": [ { "value": "US", "language_tag": "en_US", "marketplace_id": "A17E79C6D8DWNP" } ], "item_name": [ { "value": "Awesome Luggage", "language_tag": "en_US", "marketplace_id": "A17E79C6D8DWNP" } ], "product_description": [ { "value": "This is a test description", "language_tag": "en_US", "marketplace_id": "A17E79C6D8DWNP" } ], "supplier_declared_dg_hz_regulation": [ { "value": "not_applicable", "language_tag": "en_US", "marketplace_id": "A17E79C6D8DWNP" } ], "recommended_browse_nodes": [ { "value": "12587455", "marketplace_id": "A17E79C6D8DWNP" } ], "merchant_suggested_asin": [ { "value": "B007KQBXN0", "marketplace_id": "A17E79C6D8DWNP" } ], "item_package_dimensions": [ { "height": { "value": 2.7, "unit": "inches" }, "length": { "value": 10, "unit": "inches" }, "width": { "value": 2, "unit": "inches" }, "marketplace_id": "A17E79C6D8DWNP" } ], "batteries_required": [ { "value": true, "marketplace_id": "A17E79C6D8DWNP" } ], "color": [ { "value": "Cranberry", "standardized_values": ["Red"], "language_tag": "en_US", "marketplace_id": "A17E79C6D8DWNP" } ], "externally_assigned_product_identifier": [ { "title": "Item Package Dimensions", "description": "Provide the item's package dimensions" } ], "manufacturer": [ { "value": "Everyday Manufacturing Company", "language_tag": "en_US", "marketplace_id": "A17E79C6D8DWNP" } ], "unit_count": [ { "value": 72.0, "type": { "value": "Ounces", "language_tag": "en_US" }, "marketplace_id": "A17E79C6D8DWNP" } ], "item_package_weight": [ { "value": 0.65, "unit": "pounds", "marketplace_id": "A17E79C6D8DWNP" } ], "batteries_included": [ { "value": true, "marketplace_id": "A17E79C6D8DWNP" } ], "battery": [ { "cell_composition": [ { "value": "alkaline" } ] } ], "list_price": [ { "currency": "SAR", "value_with_tax": 69, "marketplace_id": "A17E79C6D8DWNP" } ], "target_gender": [ { "value": "female", "marketplace_id": "A17E79C6D8DWNP" } ], "department": [ { "value": "Unisex Baby", "language_tag": "en_US", "marketplace_id": "A17E79C6D8DWNP" } ], "outer": [ { "material": [ { "value": "Leather", "language_tag": "en_US" }, { "value": "Carbon Fiber", "language_tag": "en_US" } ], "marketplace_id": "A17E79C6D8DWNP" } ], "age_range_description": [ { "value": "Toddler", "language_tag": "en_US", "marketplace_id": "A17E79C6D8DWNP" } ], "weave_type": [ { "value": "Jacquard", "language_tag": "en_US", "marketplace_id": "A17E79C6D8DWNP" } ], "model_name": [ { "value": "MacBook Pro", "language_tag": "en_US", "marketplace_id": "A17E79C6D8DWNP" } ], "care_instructions": [ { "value": "Hand Wash Only", "language_tag": "en_US", "marketplace_id": "A17E79C6D8DWNP" } ], "fabric_type": [ { "value": "75% Cotton, 15% Nylon, 10% Rayon", "language_tag": "en_US", "marketplace_id": "A17E79C6D8DWNP" } ], "size": [ { "value": "X-Large", "language_tag": "en_US", "marketplace_id": "A17E79C6D8DWNP" } ], "closure": [ { "type": [ { "value": "Zipper", "language_tag": "en_US" } ], "marketplace_id": "A17E79C6D8DWNP" } ], "condition_type": [ { "value": "new_new", "marketplace_id": "A17E79C6D8DWNP" } ], "style": [ { "value": "Art Deco", "language_tag": "en_US", "marketplace_id": "A17E79C6D8DWNP" } ], "main_product_image_locator": [ { "marketplace_id": "A17E79C6D8DWNP", "media_location": "https://d1gpzof0viq1mp.cloudfront.net/products/thumb/073120200027085f23655c3b789.png" } ], "item_name": [ { "language_tag": "en_US", "marketplace_id": "A17E79C6D8DWNP", "value": "Adidas Blue Sneakers" } ], "list_price": [ { "currency": "SAR", "value_with_tax": 1.00, "marketplace_id": "A17E79C6D8DWNP" } ] } } </code>
{
  "productType": "APPAREL",
  "requirements": "LISTING",
  "attributes": {
    "brand": [
      {
        "value": "GENERIC",
        "language_tag": "en_US",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "bullet_point": [
      {
        "value": "it's an awesome luggage",
        "language_tag": "en_US",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "country_of_origin": [
      {
        "value": "US",
        "language_tag": "en_US",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "item_name": [
      {
        "value": "Awesome Luggage",
        "language_tag": "en_US",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "product_description": [
      {
        "value": "This is a test description",
        "language_tag": "en_US",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "supplier_declared_dg_hz_regulation": [
      {
        "value": "not_applicable",
        "language_tag": "en_US",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "recommended_browse_nodes": [
      {
        "value": "12587455",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "merchant_suggested_asin": [
      {
        "value": "B007KQBXN0",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "item_package_dimensions": [
      {
        "height": {
          "value": 2.7,
          "unit": "inches"
        },
        "length": {
          "value": 10,
          "unit": "inches"
        },
        "width": {
          "value": 2,
          "unit": "inches"
        },
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "batteries_required": [
      {
        "value": true,
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "color": [
      {
        "value": "Cranberry",
        "standardized_values": ["Red"],
        "language_tag": "en_US",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "externally_assigned_product_identifier": [
      {
        "title": "Item Package Dimensions",
        "description": "Provide the item's package dimensions"
      }
    ],
    "manufacturer": [
      {
        "value": "Everyday Manufacturing Company",
        "language_tag": "en_US",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "unit_count": [
      {
        "value": 72.0,
        "type": {
          "value": "Ounces",
          "language_tag": "en_US"
        },
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "item_package_weight": [
      {
        "value": 0.65,
        "unit": "pounds",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "batteries_included": [
      {
        "value": true,
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "battery": [
      {
        "cell_composition": [
          {
            "value": "alkaline"
          }
        ]
      }
    ],
    "list_price": [
      {
        "currency": "SAR",
        "value_with_tax": 69,
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "target_gender": [
      {
        "value": "female",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "department": [
      {
        "value": "Unisex Baby",
        "language_tag": "en_US",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "outer": [
      {
        "material": [
          {
            "value": "Leather",
            "language_tag": "en_US"
          },
          {
            "value": "Carbon Fiber",
            "language_tag": "en_US"
          }
        ],
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "age_range_description": [
      {
        "value": "Toddler",
        "language_tag": "en_US",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "weave_type": [
      {
        "value": "Jacquard",
        "language_tag": "en_US",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "model_name": [
      {
        "value": "MacBook Pro",
        "language_tag": "en_US",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "care_instructions": [
      {
        "value": "Hand Wash Only",
        "language_tag": "en_US",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "fabric_type": [
      {
        "value": "75% Cotton, 15% Nylon, 10% Rayon",
        "language_tag": "en_US",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "size": [
      {
        "value": "X-Large",
        "language_tag": "en_US",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "closure": [
      {
        "type": [
          {
            "value": "Zipper",
            "language_tag": "en_US"
          }
        ],
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "condition_type": [
      {
        "value": "new_new",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "style": [
      {
        "value": "Art Deco",
        "language_tag": "en_US",
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ],
    "main_product_image_locator": [
      {
        "marketplace_id": "A17E79C6D8DWNP",
        "media_location": "https://d1gpzof0viq1mp.cloudfront.net/products/thumb/073120200027085f23655c3b789.png"
      }
    ],
    "item_name": [
      {
        "language_tag": "en_US",
        "marketplace_id": "A17E79C6D8DWNP",
        "value": "Adidas Blue Sneakers"
      }
    ],
    "list_price": [
      {
        "currency": "SAR",
        "value_with_tax": 1.00,
        "marketplace_id": "A17E79C6D8DWNP"
      }
    ]
  }
}

My Response:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>{
"sku": "3333-4567-8910",
"status": "ACCEPTED",
"submissionId": "bf09b1753c174a1cbba81b63568560e1",
"issues": []
}
</code>
<code>{ "sku": "3333-4567-8910", "status": "ACCEPTED", "submissionId": "bf09b1753c174a1cbba81b63568560e1", "issues": [] } </code>
{
  "sku": "3333-4567-8910",
  "status": "ACCEPTED",
  "submissionId": "bf09b1753c174a1cbba81b63568560e1",
  "issues": []
}

Problem:

Despite providing these details, the product’s title, quantity, and image are missing on the Amazon dashboard, and the status is marked as “Incomplete.”

Troubleshooting Steps Taken:

  1. Changed the product type and verified the schema for relevant fields.
  2. Checked for any issues or errors in the response.

Questions:

  1. What could be causing the product details (title, quantity, image) to be missing?
  2. Are there specific required fields for the product to be considered complete on Amazon?
  3. How can I ensure that all product details are correctly submitted and displayed?

New contributor

Zaheer Ahmad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật