All Release Notes
Added new endpoints for checking if a resource exists
18 October 2023
Composable Commerce
HTTP API
Enhancement
General
We have added new endpoints across all resources to enable a more efficient way to determine if a particular resource, identified by a key
, ID
, or Query Parameter, exists. These endpoints are available for all resources, allowing for a consistent and efficient method to verify whether a particular resource is present without retrieving the full data.
Changes:
- [API] Added Check if API Client exists endpoint.
- [API] Added Check if API Extension exists endpoint.
- [API] Added Check if AssociateRole exists endpoint.
- [API] Added Check if AttributeGroup exists endpoint.
- [API] Added Check if BusinessUnit exists endpoint.
- [API] Added Check if BusinessUnit exists as Associate endpoint.
- [API] Added Check if Cart exists endpoint.
- [API] Added Check if Cart exists in BusinessUnit endpoint.
- [API] Added Check if Cart exists in Store endpoint.
- [API] Added Check if CartDiscount exists endpoint.
- [API] Added Check if CartDiscount exists in Store endpoint.
- [API] Added Check if Category exists endpoint.
- [API] Added Check if Channel exists endpoint.
- [API] Added Check if CustomObject exists endpoint.
- [API] Added Check if Customer exists endpoint.
- [API] Added Check if Customer exists in Store endpoint.
- [API] Added Check if Customer Group exists endpoint.
- [API] Added Check if DiscountCode exists endpoint.
- [API] Added Check if InventoryEntry exists endpoint.
- [API] Added Check if Message exists endpoint.
- [API] Added Check if My BusinessUnit exists endpoint.
- [API] Added Check if My Cart exists endpoint.
- [API] Added Check if My Order exists endpoint.
- [API] Added Check if My Payment exists endpoint.
- [API] Added Check if My QuoteRequest exists endpoint.
- [API] Added Check if My ShoppingList exists endpoint.
- [API] Added Check if My ShoppingList exists in Store endpoint.
- [API] Added Check if Order exists endpoint.
- [API] Added Check if Order exists in BusinessUnit endpoint.
- [API] Added Check if Order exists in Store endpoint.
- [API] Added Check if OrderEdit exists endpoint.
- [API] Added Check if Quote exists endpoint.
- [API] Added Check if Quote exists in BusinessUnit endpoint.
- [API] Added Check if QuoteRequest exists in BusinessUnit endpoint.
- [API] Added Check if Payment exists endpoint.
- [API] Added Check if Project exists endpoint.
- [API] Added Check if Product exists endpoint.
- [API] Added Check if ProductDiscount exists endpoint.
- [API] Added Check if ProductProjection exists endpoint.
- [API] Added Check if ProductProjection exists in Store endpoint.
- [API] Added Check if ProductSelection exists endpoint.
- [API] Added Check if QuoteRequest exists endpoint.
- [API] Added Check if Review exists endpoint.
- [API] Added Check if ShippingMethod exists endpoint.
- [API] Added Check if matching ShippingMethod exists endpoint.
- [API] Added Check if ShoppingList exists endpoint.
- [API] Added Check if ShoppingList exists in Store endpoint.
- [API] Added Check if State exists endpoint.
- [API] Added Check if StagedQuote exists endpoint.
- [API] Added Check if StandalonePrice exists endpoint.
- [API] Added Check if Store exists endpoint.
- [API] Added Check if Subscription exists endpoint.
- [API] Added Check if TaxCategory exists endpoint.
- [API] Added Check if Type exists endpoint.
- [API] Added Check if Zone exists endpoint.