Get Products by ID

Retrieve a specific Product by its ID.

This action retrieves all informations of a product specified, including SKU's, Categories, Images, Prices and Characteristics. The field value is defined by the order it appears, by example when "name" is inside of the skus object array, it references to sku's name.

Fields retrieved:

FieldTypeDescription
nameStringThe name of product, sku or image.
codeStringThe code of product, sku, or category.
urlStringProduct or sku's address.
imageUrlStringProduct or sku's image address.
descriptionStringProduct or Sku's description.
idGuidObjects ID.
clientIdStringClient ID.
isActiveBooleanIf the object is active (true) or inactive (false).
isDeletedBooleanIf the object is deleted (true) or not (false)
createDateDateCreation date.
lastUpdateDateLast update date.
orderIntOrder where the object appears in catalog.
priceFloatActual price.
oldPriceFloatOld price.
sellerIdGuidSeller's ID.
keystringCharacteristic's key.
valuestringValue that represent a characteristic's key.
Language
Authorization
Basic
base64
:
URL