wishlists

Remove a item

This endpoint allows you to remove an item previously added to any given wishlist.

Note: It will remove single items from the wishlist, not the entire wishlist.

delete/v1/wishlists/{wishlistId}/items/{itemKey}

Path parameters

wishlistIdstring required
Example:your-wishlist-key

Wishlist ID

itemKeystring required
Example:item-1234

Item key

Query parameters

campaignKeystring

Adjust prices based on the specified campaignKey. If results are not having a matching campaign, the default price is returned.

Please note, that campaign prices are stored in advance and available earlier than the campaign starts.

pricePromotionKeystring

Adjust variant price based on the specified pricePromotionKey. If the variant does not have a matching price promotion, the default price is returned.

displayHighestPpkPriceboolean

Include Display highest PPK Price

forcePPKSaleCategoriesboolean

Include PPK sale categories

withstring[]

The with parameter can be applied to include only product related resources, for example, the attributes of a product can be attached using with=items.product.attributes. It is also possible to filter attributes by key with=items.product.attributes:key(plusSize) or by type with=items.product.attributes:type(material_care). In the following table, there is more information about possible includes.

IncludeNested includes and Available Filters for products
items.variant.attributesInclude item variant attributes.
items.variant.attributes:key(ean)Include all item variant attributes filtered by key
items.variant.attributes:type(fit_size)Include all item variant attributes filtered by type
items.variant.advancedAttributes:key(productName)Include all item variant advancedAttributes filtered by key
items.variant.advancedAttributes:type()Include all item variant advancedAttributes filtered by type
items.variant.lowestPriorPriceInclude all item variant lowestPriorPrice
items.product.variantsInclude item product variants.
items.product.variants.attributesInclude item product variants attributes.
items.product.variants.attributes:key(ean)Include all item product variants attributes filtered by key
items.product.variants.attributes:type(fit_size)Include all item product variants attributes filtered by type
items.product.variants.advancedAttributes:key(productName)Include all item product variants advancedAttributes filtered by key
items.product.variants.advancedAttributes:type()Include all item product variants advancedAttributes filtered by type
items.product.variants.lowestPriorPriceInclude item product variants lowestPriorPrice
items.product.priceRangeInclude item product priceRange
items.product.reductionRangeInclude item product reductionRange
items.product.lowestPriorPriceInclude item product lowestPriorPrice
items.product.searchCategoryIdsInclude item product filtered by searchCategoryIds
items.product.baseCategoriesInclude item product baseCategories
items.product.pricePromotionInfoInclude item product pricePromotionInfo
items.product.definingAttributesInclude item product definingAttributes
items.product.attributesInclude item product attributes
items.product.attributes:key(new)Include all item product attributes filtered by key
items.product.attributes:type(localizedString)Include all item product attributes filtered by type
items.product.advancedAttributes:key(productName)Include all item product advancedAttributes filtered by key
items.product.advancedAttributes:type()Include all item product advancedAttributes filtered by type
items.product.images.attributesInclude item product image attributes
items.product.images.attributes:key()Include all item product image attributes filtered by key
items.product.images.attributes:type()Include all item product image attributes filtered by type
items.product.categoriesInclude item product categories
items.product.categories:hidden(true)Include item product with hidden categories
items.product.categories.categoryProperties:nameInclude item product categories only with name property
items.product.categories.countryLevelCustomDataInclude item product categories country level custom data
items.product.categories.shopLevelCustomDataInclude item product categories shop level custom data
items.product.siblings.*Include item product available siblings products and apply the same filters, and other properties such as items.product.siblings.variants, ..., items.product.siblings.categories.shopLevelCustomData.

Response

request successful

keystring required

Changes

Changed in 2 of the 3 revisions of this API.16044167

  • 8cfa924ae7031236129See the full diff
    • the response property items/items/product/attributes/additionalProperties/values became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/images/items/attributes/additionalProperties/values became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/lowestPriorPrice/relativeDifferenceToPrice became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/lowestPriorPrice/withTax became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/variants/items/attributes/additionalProperties/values became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/variant/attributes/additionalProperties/values became nullable for the status 200

      response-property-became-nullable

    • the items/items/product/advancedAttributes/additionalProperties/values response's property type/format changed from object/ to array/ for status 200

      response-property-type-changed

    • the items/items/product/categories/items/ response's property type/format changed from object/ to array/ for status 200

      response-property-type-changed

    • the items/items/product/variants/items/advancedAttributes/additionalProperties/values response's property type/format changed from object/ to array/ for status 200

      response-property-type-changed

    • the items/items/productId response's property type/format changed from string/ to integer/ for status 200

      response-property-type-changed

    • the items/items/variant/advancedAttributes/additionalProperties/values response's property type/format changed from object/ to array/ for status 200

      response-property-type-changed

    • the items/items/variantId response's property type/format changed from string/ to integer/ for status 200

      response-property-type-changed

    • removed the optional property items/items/product/advancedAttributes/additionalProperties/values/fieldSet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/product/advancedAttributes/additionalProperties/values/groupSet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/product/categories/items/categoryHidden from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/product/categories/items/categoryId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/product/categories/items/categoryName from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/product/categories/items/categoryProperties from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/product/categories/items/categorySlug from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/product/categories/items/categoryUrl from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/product/categories/items/countryLevelCustomData from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/product/categories/items/shopLevelCustomData from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/product/definingAttributes/value from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/product/pricePromotionInfo from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/product/variants/items/advancedAttributes/additionalProperties/values/fieldSet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/product/variants/items/advancedAttributes/additionalProperties/values/groupSet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/product/variants/items/stock/deliveryForecast from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/variant/advancedAttributes/additionalProperties/values/fieldSet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/variant/advancedAttributes/additionalProperties/values/groupSet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/variant/stock/deliveryForecast from the response with the 200 status

      response-optional-property-removed

    • added the new campaign enum value to the items/items/product/priceRange/max/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-added

    • added the new campaign enum value to the items/items/product/priceRange/min/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-added

    • added the new campaign enum value to the items/items/product/reductionRange/max/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-added

    • added the new campaign enum value to the items/items/product/reductionRange/min/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-added

    • added the new campaign enum value to the items/items/product/variants/items/price/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-added

    • added the new campaign enum value to the items/items/variant/price/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-added

    • added the new promotion enum value to the items/items/product/priceRange/max/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-added

    • added the new promotion enum value to the items/items/product/priceRange/min/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-added

    • added the new promotion enum value to the items/items/product/reductionRange/max/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-added

    • added the new promotion enum value to the items/items/product/reductionRange/min/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-added

    • added the new promotion enum value to the items/items/product/variants/items/price/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-added

    • added the new promotion enum value to the items/items/variant/price/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-added

    • added the new sale enum value to the items/items/product/priceRange/max/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-added

    • added the new sale enum value to the items/items/product/priceRange/min/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-added

    • added the new sale enum value to the items/items/product/reductionRange/max/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-added

    • added the new sale enum value to the items/items/product/reductionRange/min/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-added

    • added the new sale enum value to the items/items/product/variants/items/price/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-added

    • added the new sale enum value to the items/items/variant/price/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-added

    • added the new optional query request parameter campaignKey

      new-optional-request-parameter

    • added the new optional query request parameter displayHighestPpkPrice

      new-optional-request-parameter

    • added the new optional query request parameter forcePPKSaleCategories

      new-optional-request-parameter

    • added the new optional query request parameter pricePromotionKey

      new-optional-request-parameter

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the optional property items/items/product/variants/items/lowestPriorPrice to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/product/variants/items/merchant to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/variant/lowestPriorPrice to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/variant/merchant to the response with the 200 status

      response-optional-property-added

    • the response property items/items/product/advancedAttributes/additionalProperties/id became required for the status 200

      response-property-became-required

    • the response property items/items/product/advancedAttributes/additionalProperties/key became required for the status 200

      response-property-became-required

    • the response property items/items/product/advancedAttributes/additionalProperties/label became required for the status 200

      response-property-became-required

    • the response property items/items/product/advancedAttributes/additionalProperties/type became required for the status 200

      response-property-became-required

    • the response property items/items/product/advancedAttributes/additionalProperties/values became required for the status 200

      response-property-became-required

    • the response property items/items/product/baseCategories/items/categoryId became required for the status 200

      response-property-became-required

    • the response property items/items/product/baseCategories/items/categoryName became required for the status 200

      response-property-became-required

    • the response property items/items/product/baseCategories/items/categoryParentId became required for the status 200

      response-property-became-required

    • the response property items/items/product/baseCategories/items/categoryPath became required for the status 200

      response-property-became-required

    • the response property items/items/product/createdAt became required for the status 200

      response-property-became-required

    • the response property items/items/product/customData became required for the status 200

      response-property-became-required

    • the response property items/items/product/definingAttributes/id became required for the status 200

      response-property-became-required

    • the response property items/items/product/definingAttributes/label became required for the status 200

      response-property-became-required

    • the response property items/items/product/firstLiveAt became required for the status 200

      response-property-became-required

    • the response property items/items/product/id became required for the status 200

      response-property-became-required

    • the response property items/items/product/images became required for the status 200

      response-property-became-required

    • the response property items/items/product/indexedAt became required for the status 200

      response-property-became-required

    • the response property items/items/product/isActive became required for the status 200

      response-property-became-required

    • the response property items/items/product/isNew became required for the status 200

      response-property-became-required

    • the response property items/items/product/isSoldOut became required for the status 200

      response-property-became-required

    • the response property items/items/product/lowestPriorPrice/relativeDifferenceToPrice became required for the status 200

      response-property-became-required

    • the response property items/items/product/lowestPriorPrice/withTax became required for the status 200

      response-property-became-required

    • the response property items/items/product/masterKey became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/max became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/max/appliedReductions became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/max/appliedReductions/items/amount became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/max/appliedReductions/items/category became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/max/appliedReductions/items/type became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/max/currencyCode became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/max/recommendedRetailPrice became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/max/tax became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/max/withTax became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/max/withoutTax became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/min became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/min/appliedReductions became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/min/appliedReductions/items/amount became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/min/appliedReductions/items/category became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/min/appliedReductions/items/type became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/min/currencyCode became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/min/recommendedRetailPrice became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/min/tax became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/min/withTax became required for the status 200

      response-property-became-required

    • the response property items/items/product/priceRange/min/withoutTax became required for the status 200

      response-property-became-required

    • the response property items/items/product/reductionRange/max/appliedReductions became required for the status 200

      response-property-became-required

    • the response property items/items/product/reductionRange/max/appliedReductions/items/amount became required for the status 200

      response-property-became-required

    • the response property items/items/product/reductionRange/max/appliedReductions/items/category became required for the status 200

      response-property-became-required

    • the response property items/items/product/reductionRange/max/appliedReductions/items/type became required for the status 200

      response-property-became-required

    • the response property items/items/product/reductionRange/max/currencyCode became required for the status 200

      response-property-became-required

    • the response property items/items/product/reductionRange/max/recommendedRetailPrice became required for the status 200

      response-property-became-required

    • the response property items/items/product/reductionRange/max/tax became required for the status 200

      response-property-became-required

    • the response property items/items/product/reductionRange/max/withTax became required for the status 200

      response-property-became-required

    • the response property items/items/product/reductionRange/max/withoutTax became required for the status 200

      response-property-became-required

    • the response property items/items/product/reductionRange/min/appliedReductions became required for the status 200

      response-property-became-required

    • the response property items/items/product/reductionRange/min/appliedReductions/items/amount became required for the status 200

      response-property-became-required

    • the response property items/items/product/reductionRange/min/appliedReductions/items/category became required for the status 200

      response-property-became-required

    • the response property items/items/product/reductionRange/min/appliedReductions/items/type became required for the status 200

      response-property-became-required

    • the response property items/items/product/reductionRange/min/currencyCode became required for the status 200

      response-property-became-required

    • the response property items/items/product/reductionRange/min/recommendedRetailPrice became required for the status 200

      response-property-became-required

    • the response property items/items/product/reductionRange/min/tax became required for the status 200

      response-property-became-required

    • the response property items/items/product/reductionRange/min/withTax became required for the status 200

      response-property-became-required

    • the response property items/items/product/reductionRange/min/withoutTax became required for the status 200

      response-property-became-required

    • the response property items/items/product/referenceKey became required for the status 200

      response-property-became-required

    • the response property items/items/product/updatedAt became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/advancedAttributes/additionalProperties/id became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/advancedAttributes/additionalProperties/key became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/advancedAttributes/additionalProperties/label became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/advancedAttributes/additionalProperties/type became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/advancedAttributes/additionalProperties/values became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/createdAt became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/customData became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/firstLiveAt became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/id became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/price became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/price/appliedReductions became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/price/appliedReductions/items/amount became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/price/appliedReductions/items/category became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/price/appliedReductions/items/type became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/price/currencyCode became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/price/recommendedRetailPrice became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/price/tax became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/price/withTax became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/price/withoutTax became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/productId became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/referenceKey became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/stock became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/stock/isSellableWithoutStock became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/stock/quantity became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/stock/supplierId became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/stock/warehouseId became required for the status 200

      response-property-became-required

    • the response property items/items/product/variants/items/updatedAt became required for the status 200

      response-property-became-required

    • the response property items/items/variant/advancedAttributes/additionalProperties/id became required for the status 200

      response-property-became-required

    • the response property items/items/variant/advancedAttributes/additionalProperties/key became required for the status 200

      response-property-became-required

    • the response property items/items/variant/advancedAttributes/additionalProperties/label became required for the status 200

      response-property-became-required

    • the response property items/items/variant/advancedAttributes/additionalProperties/type became required for the status 200

      response-property-became-required

    • the response property items/items/variant/advancedAttributes/additionalProperties/values became required for the status 200

      response-property-became-required

    • the response property items/items/variant/createdAt became required for the status 200

      response-property-became-required

    • the response property items/items/variant/customData became required for the status 200

      response-property-became-required

    • the response property items/items/variant/firstLiveAt became required for the status 200

      response-property-became-required

    • the response property items/items/variant/id became required for the status 200

      response-property-became-required

    • the response property items/items/variant/price became required for the status 200

      response-property-became-required

    • the response property items/items/variant/price/appliedReductions became required for the status 200

      response-property-became-required

    • the response property items/items/variant/price/appliedReductions/items/amount became required for the status 200

      response-property-became-required

    • the response property items/items/variant/price/appliedReductions/items/category became required for the status 200

      response-property-became-required

    • the response property items/items/variant/price/appliedReductions/items/type became required for the status 200

      response-property-became-required

    • the response property items/items/variant/price/currencyCode became required for the status 200

      response-property-became-required

    • the response property items/items/variant/price/recommendedRetailPrice became required for the status 200

      response-property-became-required

    • the response property items/items/variant/price/tax became required for the status 200

      response-property-became-required

    • the response property items/items/variant/price/withTax became required for the status 200

      response-property-became-required

    • the response property items/items/variant/price/withoutTax became required for the status 200

      response-property-became-required

    • the response property items/items/variant/productId became required for the status 200

      response-property-became-required

    • the response property items/items/variant/referenceKey became required for the status 200

      response-property-became-required

    • the response property items/items/variant/stock became required for the status 200

      response-property-became-required

    • the response property items/items/variant/stock/isSellableWithoutStock became required for the status 200

      response-property-became-required

    • the response property items/items/variant/stock/quantity became required for the status 200

      response-property-became-required

    • the response property items/items/variant/stock/supplierId became required for the status 200

      response-property-became-required

    • the response property items/items/variant/stock/warehouseId became required for the status 200

      response-property-became-required

    • the response property items/items/variant/updatedAt became required for the status 200

      response-property-became-required

    • added the required property items/items/product/variants/items/stock/expectedAvailabilityAt to the response with the 200 status

      response-required-property-added

    • added the required property items/items/variant/stock/expectedAvailabilityAt to the response with the 200 status

      response-required-property-added

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 302b7c443b51148838See the full diff
    • the response property items/items/product/attributes/additionalProperties/id became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/attributes/additionalProperties/type became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/attributes/additionalProperties/values/items/id became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/attributes/additionalProperties/values/items/label became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/attributes/additionalProperties/values/items/value became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/definingAttributes/id became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/definingAttributes/label became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/images/items/attributes/additionalProperties/id became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/images/items/attributes/additionalProperties/type became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/images/items/attributes/additionalProperties/values/items/id became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/images/items/attributes/additionalProperties/values/items/label became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/images/items/attributes/additionalProperties/values/items/value became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/referenceKey became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/variants/items/attributes/additionalProperties/id became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/variants/items/attributes/additionalProperties/type became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/variants/items/attributes/additionalProperties/values/items/id became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/variants/items/attributes/additionalProperties/values/items/label became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/variants/items/attributes/additionalProperties/values/items/value became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/variant/attributes/additionalProperties/id became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/variant/attributes/additionalProperties/type became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/variant/attributes/additionalProperties/values/items/id became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/variant/attributes/additionalProperties/values/items/label became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/variant/attributes/additionalProperties/values/items/value became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/product/advancedAttributes/additionalProperties/id became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/advancedAttributes/additionalProperties/key became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/advancedAttributes/additionalProperties/label became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/advancedAttributes/additionalProperties/type became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/advancedAttributes/additionalProperties/values became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/baseCategories/items/categoryId became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/baseCategories/items/categoryName became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/baseCategories/items/categoryParentId became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/baseCategories/items/categoryPath became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/createdAt became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/customData became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/definingAttributes/id became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/definingAttributes/label became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/firstLiveAt became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/id became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/images became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/indexedAt became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/isActive became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/isNew became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/isSoldOut became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/lowestPriorPrice/relativeDifferenceToPrice became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/lowestPriorPrice/withTax became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/masterKey became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/max became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/max/appliedReductions became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/max/appliedReductions/items/amount became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/max/appliedReductions/items/category became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/max/appliedReductions/items/type became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/max/currencyCode became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/max/recommendedRetailPrice became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/max/tax became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/max/withTax became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/max/withoutTax became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/min became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/min/appliedReductions became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/min/appliedReductions/items/amount became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/min/appliedReductions/items/category became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/min/appliedReductions/items/type became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/min/currencyCode became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/min/recommendedRetailPrice became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/min/tax became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/min/withTax became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/priceRange/min/withoutTax became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/reductionRange/max/appliedReductions became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/reductionRange/max/appliedReductions/items/amount became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/reductionRange/max/appliedReductions/items/category became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/reductionRange/max/appliedReductions/items/type became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/reductionRange/max/currencyCode became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/reductionRange/max/recommendedRetailPrice became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/reductionRange/max/tax became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/reductionRange/max/withTax became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/reductionRange/max/withoutTax became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/reductionRange/min/appliedReductions became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/reductionRange/min/appliedReductions/items/amount became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/reductionRange/min/appliedReductions/items/category became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/reductionRange/min/appliedReductions/items/type became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/reductionRange/min/currencyCode became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/reductionRange/min/recommendedRetailPrice became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/reductionRange/min/tax became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/reductionRange/min/withTax became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/reductionRange/min/withoutTax became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/referenceKey became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/updatedAt became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/advancedAttributes/additionalProperties/id became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/advancedAttributes/additionalProperties/key became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/advancedAttributes/additionalProperties/label became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/advancedAttributes/additionalProperties/type became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/advancedAttributes/additionalProperties/values became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/createdAt became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/customData became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/firstLiveAt became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/id became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/price became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/price/appliedReductions became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/price/appliedReductions/items/amount became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/price/appliedReductions/items/category became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/price/appliedReductions/items/type became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/price/currencyCode became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/price/recommendedRetailPrice became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/price/tax became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/price/withTax became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/price/withoutTax became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/productId became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/referenceKey became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/stock became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/stock/isSellableWithoutStock became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/stock/quantity became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/stock/supplierId became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/stock/warehouseId became optional for the status 200

      response-property-became-optional

    • the response property items/items/product/variants/items/updatedAt became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/advancedAttributes/additionalProperties/id became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/advancedAttributes/additionalProperties/key became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/advancedAttributes/additionalProperties/label became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/advancedAttributes/additionalProperties/type became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/advancedAttributes/additionalProperties/values became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/createdAt became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/customData became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/firstLiveAt became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/id became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/price became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/price/appliedReductions became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/price/appliedReductions/items/amount became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/price/appliedReductions/items/category became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/price/appliedReductions/items/type became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/price/currencyCode became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/price/recommendedRetailPrice became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/price/tax became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/price/withTax became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/price/withoutTax became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/productId became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/referenceKey became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/stock became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/stock/isSellableWithoutStock became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/stock/quantity became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/stock/supplierId became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/stock/warehouseId became optional for the status 200

      response-property-became-optional

    • the response property items/items/variant/updatedAt became optional for the status 200

      response-property-became-optional

    • the items/items/product/advancedAttributes/additionalProperties/values response's property type/format changed from array/ to object/ for status 200

      response-property-type-changed

    • the items/items/product/categories/items/ response's property type/format changed from array/ to object/ for status 200

      response-property-type-changed

    • the items/items/product/variants/items/advancedAttributes/additionalProperties/values response's property type/format changed from array/ to object/ for status 200

      response-property-type-changed

    • the items/items/productId response's property type/format changed from integer/ to string/ for status 200

      response-property-type-changed

    • the items/items/variant/advancedAttributes/additionalProperties/values response's property type/format changed from array/ to object/ for status 200

      response-property-type-changed

    • the items/items/variantId response's property type/format changed from integer/ to string/ for status 200

      response-property-type-changed

    • removed the required property items/items/product/variants/items/stock/expectedAvailabilityAt from the response with the 200 status

      response-required-property-removed

    • removed the required property items/items/variant/stock/expectedAvailabilityAt from the response with the 200 status

      response-required-property-removed

    • deleted the query request parameter campaignKey

      request-parameter-removed

    • deleted the query request parameter displayHighestPpkPrice

      request-parameter-removed

    • deleted the query request parameter forcePPKSaleCategories

      request-parameter-removed

    • deleted the query request parameter pricePromotionKey

      request-parameter-removed

    • removed the optional property items/items/product/variants/items/lowestPriorPrice from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/product/variants/items/merchant from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/variant/lowestPriorPrice from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/variant/merchant from the response with the 200 status

      response-optional-property-removed

    • removed the non-success response with the status 401

      response-non-success-status-removed

    • removed the non-success response with the status 404

      response-non-success-status-removed

    • added the optional property items/items/product/advancedAttributes/additionalProperties/values/fieldSet to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/product/advancedAttributes/additionalProperties/values/groupSet to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/product/categories/items/categoryHidden to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/product/categories/items/categoryId to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/product/categories/items/categoryName to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/product/categories/items/categoryProperties to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/product/categories/items/categorySlug to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/product/categories/items/categoryUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/product/categories/items/countryLevelCustomData to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/product/categories/items/shopLevelCustomData to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/product/definingAttributes/value to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/product/pricePromotionInfo to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/product/variants/items/advancedAttributes/additionalProperties/values/fieldSet to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/product/variants/items/advancedAttributes/additionalProperties/values/groupSet to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/product/variants/items/stock/deliveryForecast to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/variant/advancedAttributes/additionalProperties/values/fieldSet to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/variant/advancedAttributes/additionalProperties/values/groupSet to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/variant/stock/deliveryForecast to the response with the 200 status

      response-optional-property-added

    • removed the campaign enum value from the items/items/product/priceRange/max/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-removed

    • removed the campaign enum value from the items/items/product/priceRange/min/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-removed

    • removed the campaign enum value from the items/items/product/reductionRange/max/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-removed

    • removed the campaign enum value from the items/items/product/reductionRange/min/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-removed

    • removed the campaign enum value from the items/items/product/variants/items/price/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-removed

    • removed the campaign enum value from the items/items/variant/price/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-removed

    • removed the promotion enum value from the items/items/product/priceRange/max/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-removed

    • removed the promotion enum value from the items/items/product/priceRange/min/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-removed

    • removed the promotion enum value from the items/items/product/reductionRange/max/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-removed

    • removed the promotion enum value from the items/items/product/reductionRange/min/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-removed

    • removed the promotion enum value from the items/items/product/variants/items/price/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-removed

    • removed the promotion enum value from the items/items/variant/price/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-removed

    • removed the sale enum value from the items/items/product/priceRange/max/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-removed

    • removed the sale enum value from the items/items/product/priceRange/min/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-removed

    • removed the sale enum value from the items/items/product/reductionRange/max/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-removed

    • removed the sale enum value from the items/items/product/reductionRange/min/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-removed

    • removed the sale enum value from the items/items/product/variants/items/price/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-removed

    • removed the sale enum value from the items/items/variant/price/appliedReductions/items/category response property for the response status 200

      response-property-enum-value-removed

    This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog