Masara Oshima
Masara Oshima

Reputation: 31

Amazon SP-API, Feeds API, JSON_LISTINGS_FEED : PUT Succeeds but Prices Do Not Update

I followed the official documentation: https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-use-case-guide to create and submit a feed using the Feeds API.

The API process itself completes successfully, and no errors are displayed in the Seller Central dashboard.

However, only about half of the submitted updates are reflected, while the rest remain unchanged.

Even after 24 hours, the prices have not updated.

It is possible that there may be an issue with the content of my feed.

If anyone has any information or insights, I would greatly appreciate your assistance.

{
  "header": {
    "sellerId": "A**********",
    "version": "2.0",
    "issueLocale": "ja_JP"
  },
  "messages": [
    {
      "messageId": 1,
      "sku": "bb-01952047",
      "operationType": "PATCH",
      "productType": "BOOT",
      "patches": [
        {
          "op": "replace",
          "path": "/attributes/purchasable_offer",
          "value": [
            {
              "currency": "JPY",
              "our_price": [
                {
                  "schedule": [
                    {
                      "value_with_tax": 86751
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "messageId": 2,
      "sku": "ma-45734310",
      "operationType": "PATCH",
      "productType": "PANTS",
      "patches": [
        {
          "op": "replace",
          "path": "/attributes/purchasable_offer",
          "value": [
            {
              "currency": "JPY",
              "our_price": [
                {
                  "schedule": [
                    {
                      "value_with_tax": 56252
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "messageId": 3,
      "sku": "ma-45897406",
      "operationType": "PATCH",
      "productType": "SPORT_ACTIVITY_GLOVE",
      "patches": [
        {
          "op": "replace",
          "path": "/attributes/purchasable_offer",
          "value": [
            {
              "currency": "JPY",
              "our_price": [
                {
                  "schedule": [
                    {
                      "value_with_tax": 73465
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "messageId": 4,
      "sku": "ma-45732460",
      "operationType": "PATCH",
      "productType": "SPORTING_GOODS",
      "patches": [
        {
          "op": "replace",
          "path": "/attributes/purchasable_offer",
          "value": [
            {
              "currency": "JPY",
              "our_price": [
                {
                  "schedule": [
                    {
                      "value_with_tax": 37857
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "messageId": 5,
      "sku": "ma-49635074",
      "operationType": "PATCH",
      "productType": "SHOES",
      "patches": [
        {
          "op": "replace",
          "path": "/attributes/purchasable_offer",
          "value": [
            {
              "currency": "JPY",
              "our_price": [
                {
                  "schedule": [
                    {
                      "value_with_tax": 55061
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "messageId": 6,
      "sku": "ma-45490951",
      "operationType": "PATCH",
      "productType": "SHOES",
      "patches": [
        {
          "op": "replace",
          "path": "/attributes/purchasable_offer",
          "value": [
            {
              "currency": "JPY",
              "our_price": [
                {
                  "schedule": [
                    {
                      "value_with_tax": 59349
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "messageId": 7,
      "sku": "ma-40264958",
      "operationType": "PATCH",
      "productType": "CYCLING_TIRE",
      "patches": [
        {
          "op": "replace",
          "path": "/attributes/purchasable_offer",
          "value": [
            {
              "currency": "JPY",
              "our_price": [
                {
                  "schedule": [
                    {
                      "value_with_tax": 85939
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "messageId": 8,
      "sku": "ma-4548745",
      "operationType": "PATCH",
      "productType": "NUTS",
      "patches": [
        {
          "op": "replace",
          "path": "/attributes/purchasable_offer",
          "value": [
            {
              "currency": "JPY",
              "our_price": [
                {
                  "schedule": [
                    {
                      "value_with_tax": 12113
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "messageId": 9,
      "sku": "bb-4907388",
      "operationType": "PATCH",
      "productType": "ABRASIVES",
      "patches": [
        {
          "op": "replace",
          "path": "/attributes/purchasable_offer",
          "value": [
            {
              "currency": "JPY",
              "our_price": [
                {
                  "schedule": [
                    {
                      "value_with_tax": 9990
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
    

  ]
}

Upvotes: 0

Views: 137

Answers (0)

Related Questions