Multiple items with getItem (not getItems)
Trying to get multiple items with the 'getItem' call. In the documentation is an example in the URI Parameters which suggests this is possible: v1|1**********2|4**********2
Yet, when I try this, it only returns product details from the first item.
Example:
Is this even possible? Unfortunately, the other call 'getItems' is a Limited Release available only to select Partners.
4 comments
dori862011
·1 year agoThere are not multiple SKUs but one SKU with variations like this:
megamav
·1 year agoI think the documentation is wrong on getitem for multiple SKUs.
I've tried it every which way: commas, pipes, spaces, and it doesn't work.
Documentation:
For a single SKU listing, pass in the item ID:
For a multi-SKU listing, pass in the identifier of the variation:
evkn_8251
·2 years agoHow can to be a select Partners for GetItemsCall?
shipscript
·3 years agoI'm not sure what the pipe is delimiting, but I don't think it is multiple items. It is described as the "RESTful Item ID Format: v1|#|#". There are three explicit elements in that pipe-delimited string, which is the same for the restricted "getItems" call. Additionally, the "getItems" call requires a comma-delimited list of item numbers.