I’d like to use the sp-api to add/edit item customization. I suspect this isn’t possible, but wanted to see if anyone here can confirm… I’ve been getting lost in the maze of Listing Items API documentation pages Amazon has, and I haven’t found anything that seems to allow this sort of thing. But that being said, it’s barely possible to find proper documentation for things that I know are allowed, so maybe I’m missing something.
The problem I’m trying to solve is that we use “Product customization templates”, and we apply those templates to various items. Yesterday I made a change to a template, but that change has not flowed through to an item I’m watching. It seems that the template gets copied to an item, but that copy has no link to the parent template. So I’d like to do something along the lines of:
Manually edit a template
Use the sp-api to modify the item’s customization (overwrite it with the new version of the template)
or alternatively:
Manually edit a template
Use the sp-api to remove customization from the item
Use the sp-api to assign the template to the item
To make matters worse, the template in question has likely been applied to dozens of items, and thanks to my other question I asked here previously, I know it’s not possible to find those items using the sp-api. So even if the above issue was solved, I still have to start keeping a manual list of which templates have been applied to which items. It’s like having a car that uses bicycle pedals instead of an engine.
On the Amazon Custom Program page that opens, look for this box and the link at the bottom directing you to add product customizations in bulk via upload
On this page you can upload the excel template for custom items
You could assign like item ASINs to a single custom template.
You could use different excel templates for different custom templates (doing so will group your ASINs by the custom template they use making it easier to manage the custom template used).
Finally, you might be able to use an attribute field like the last Bullet Point or Manufacturer Part Number to store the name of the Custom Template used on the ASIN which would allow you to extract (sort) those ASINs from an excel sheet.
We know this doesn’t solve the initial problem of finding and grouping the ASINs already using the custom templates but it might help you manage once the excel custom templates are set up.
Note - there is an attribute field that the sp-api might be able to use to at least pull down all of the ASINs using a custom template. You would request all items with Customizations with Yes.
Thanks @Lost_My_Marbles, that did the trick. I was able to download a file for an existing template, modify it, and upload.
The downloaded template came in with just one sku listed, even though we’ve assigned this template to dozens of items. I’m guessing the sku it showed was the first sku we used to create this template with. So I just changed that sku to the item I wanted to update, saved as .txt, and uploaded, and within a few minutes the item was correctly updated. Next I’ll try building out a list of all the skus that need updating, then copy that row down, once for each sku.
I dug around in the sp-api docs to see if this feed can be downloaded/uploaded automatically, but it doesn’t seem to be possible, there’s no corresponding feed type (I tried inserting a link to Amazon’s documentation here but it was blocked, you can find it in their sp-api documentation under ‘FEEDS API’ > ‘Feed Type Values’)
When the Discourse Platform which hosts the SAS Forums balks in this way (due largely to idiosyncracies on Amazon’s server end of the handshake), I tend to ‘break’ the URL, like so:
Hi @mw521, just letting you know that the link was blocked only because your new SellersAskSellers account is still earning privileges. Keep doing what you’re doing, and it shouldn’t be a problem again, but if it is, you can tag or flag SAS staff (@Pepper_Thine_Angus@VTR or me @papy) for help.