Retrieve an item from a catalog

Retrieves the details of an existing catalog item. Requires you to pass the unique impact.com Id for the catalog item.

Parameters

No parameters.

Returns

Returns a (catalog) item object if a valid identifier is provided. Returns an empty result set for non existing contact identifiers.

Example Request


curl 'https://api.impact.com/Advertisers/<AccountSID>/Catalogs/4000/Items/55555' \
  -X GET \
  -u '<AccountSID>:<AuthToken>' \
  -H 'Accept: application/json'

Example Response


{
  "CatalogItemId": "55555",
  "Name": "Anvil",
  "Description": "Pairs well with a hammer.",
  "MultiPack": "YES",
  "Bullets": [
    "Reinforced Steel"
    ],
  "Labels": [],
  "Manufacturer": "ACME",
  "Url": "https://acme.impact.com/store/anvil",
  "MobileUrl": "mobile.anvil.com",
  "ImageUrl": "anvil.jpg.com",
  "AdditionalImageUrls": [
    "ACMEanvils.com"
    ],
  "PromotionIds": [
    "3monthsfree",
    "get20off"
    ],
  "CurrentPrice": "20.00",
  "OriginalPrice": "40.00",
  "DiscountPercentage": "50",
  "ManufacturingCost": "",
  "Currency": "USD",
  "StockAvailability": "OutOfStock",
  "EstimatedShipDate": "",
  "LaunchDate": "2021-01-19T16:00:00-08:00",
  "ExpirationDate": "",
  "Gtin": "9876543210987",
  "GtinType": "EAN",
  "Asin": "",
  "Mpn": "BSC0424PP",
  "ShippingRate": "0.00",
  "ShippingWeight": "3.0",
  "ShippingWeightUnit": "",
  "ShippingLength": "",
  "ShippingWidth": "",
  "ShippingHeight": "",
  "ShippingLengthUnit": "",
  "ShippingLabel": "",
  "Category": "Forge > Anvils",
  "OriginalFormatCategory": "Forge > Anvils",
  "OriginalFormatCategoryId": "98765",
  "ParentName": "ACME Forges",
  "ParentSku": "323461A33",
  "IsParent": false,
  "ItemGroupId": "AB12345",
  "Colors": [
    "Gray"
    ],
  "Material": "Steel",
  "Pattern": "",
  "Size": "300",
  "SizeUnit": "Pounds",
  "Weight": "300.0",
  "WeightUnit": "lbs",
  "Condition": "Used",
  "AgeGroup": "",
  "AgeRangeMin": "25",
  "AgeRangeMax": "55",
  "AgeRangeUnit": "Years",
  "Gender": "Male",
  "Adult": true,
  "ProductBid": "4",
  "Inventory": "0",
  "Text1": "Masterclass anvil",
  "Text2": "",
  "Text3": "",
  "Numeric1": "123.00",
  "Numeric2": "",
  "Numeric3": "",
  "Money1": "$600",
  "Money2": "",
  "Money3": "",
  "Uri": "/Advertisers/<AccountSID>/Catalogs/1234/Items/product_1234_55555"
}