Интеграция с платформой интеграции Ebay Merchant - PullRequest
0 голосов
/ 28 апреля 2020
  1. Создана учетная запись разработчика E-Bay (песочница)
  2. Подготовлено product.csv, inventory.csv, Availability.csv

product.csv пример

SKU,Localized For,Variation Specific Name 1,Variation Specific Value 1,Variation Specific Name 2,Variation Specific Value 2,Variation Specific Name 3,Variation Specific Value 3,Variation Specific Name 4,Variation Specific Value 4,Variation Specific Name 5,Variation Specific Value 5,Title,Subtitle,Product Description,Additional Info,Group Picture URL,Picture URL 1,Picture URL 2,Picture URL 3,Picture URL 4,Picture URL 5,Picture URL 6,Picture URL 7,Picture URL 8,Picture URL 9,Picture URL 10,Picture URL 11,Picture URL 12,UPC,ISBN,EAN,MPN,Brand,ePID,Attribute Name 1,Attribute Value 1,Attribute Name 2,Attribute Value 2,Attribute Name 3,Attribute Value 3,Attribute Name 4,Attribute Value 4,Attribute Name 5,Attribute Value 5,Attribute Name 6,Attribute Value 6,Attribute Name 7,Attribute Value 7,Attribute Name 8,Attribute Value 8,Attribute Name 9,Attribute Value 9,Attribute Name 10,Attribute Value 10,Attribute Name 11,Attribute Value 11,Attribute Name 12,Attribute Value 12,Attribute Name 13,Attribute Value 13,Attribute Name 14,Attribute Value 14,Attribute Name 15,Attribute Value 15,Attribute Name 16,Attribute Value 16,Attribute Name 17,Attribute Value 17,Attribute Name 18,Attribute Value 18,Attribute Name 19,Attribute Value 19,Attribute Name 20,Attribute Value 20,Attribute Name 21,Attribute Value 21,Attribute Name 22,Attribute Value 22,Attribute Name 23,Attribute Value 23,Attribute Name 24,Attribute Value 24,Attribute Name 25,Attribute Value 25,Condition,Condition Description,Measurement System,Length,Width,Height,Weight Major,Weight Minor,Package Type
NAPKINS1,en_US,,,,,,,,,,,Wireless Color Photo printer.,,"The Product is a remarkable Wireless Inkjet Photo All-In-One printer delivering great performance, versatility and remarkable quality. This allows you to easily print both beautiful, borderless photos, as well as crisp documents up to 8.5"" x 11"" with 4800 x 1200 maximum color dpi1 and 2pl technology.",,,http://www.example.com/image123.jpg,,,,,,,,,,,,13803240825,,,,,,Brand,Printer Brand,Features,GPS|LTE|Retina Display,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,USED_EXCELLENT,In Mint condition,,,,,,,
NAPKINS2,en_US,Size (Men's),S,Color,blue,Size Type,Regular,,,,,Polo shirt for men,,New Polo men's t-shirts are available in different sizes. It is beautifully stitched. Don't wash it in hot water otherwise color isn't guaranteed.,,http://www.example.com/image123.jpg,http://www.example.com/image123.jpg,,,,,,,,,,,,,,,,,,Brand,eBay Brand,Style,Polo,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,NEW,,,,,,,,
NAPKINS3,en_US,Size (Men's),M,Color,blue,Size Type,Regular,,,,,,,,,,http://www.example.com/image123.jpg,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,NEW,,,,,,,,
NAPKINS4,en_US,Size (Men's),L,Color,blue,Size Type,Regular,,,,,,,,,,http://www.example.com/image123.jpg,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,NEW,,,,,,,,

Пример инвентаризации

SKU,Channel ID,List Price,Total Ship to Home Quantity
NAPKINS1,EBAY_US,,100
NAPKINS2,EBAY_US,201,
NAPKINS3,EBAY_US,,0
NAPKINS4,EBAY_US,203,103

Availability.csv

SKU,Total Ship To Home Quantity
NAPKINS1,2
NAPKINS2,2
NAPKINS3,2
NAPKINS4,2

При загрузке файла дистрибутива .csv получите сообщение:

A transformation script error occurred due  to function transform. Check the config-spec and feed, then upload the config-spec and feed again.  

Найдено несколько примеров https://developer.ebay.com/Devzone/merchant-products/MIP/UsingConfigSpecs.html

В результате я получил это сообщение:

/store/config-spec/test.zip: open for write: received failure with description 'The request limit on behalf of this user has been reached for the resource.'
Error:  File transfer failed
...