https:/api.fabric.inc/v3/
.x-fabric-tenant-id
to identify the tenant from which you would like to get the information.x-fabric-channel-id
to identify the channel within a tenant from which you would like to get the information. A “channel” refers to a specific platform or marketplace used to sell products, such as an online store, social media platform, or third-party marketplace. For example, you may have a custom channel YOUR_COMPANY_US
that represents your US market and YOUR_COMPANY_CA
that represents your Canadian market.[Search API](https:/www.algolia.com/doc/rest-api/search/)
documentation.
In addition, Algolia’s [Faceting API](https:/www.algolia.com/doc/guides/managing-results/refine-results/faceting/)
can be advantageous when implementing facets. They’re a collection of filterable categories enabling shoppers to refine search results based on multiple categories, concurrently. For instance, for a luxury store, the facets could include brand or designer.
sku
, locationNumber
, and itemId
. Here is a use case to demonstrate the importance of filtering by proximity. inventory of a product within a specific zip code. For instance, let’s say you are searching for a particular pair of trousers from a store in your area. If there is only one available within a 5-mile radius of your specified zip code, but ten available within a 20-mile radius. This use case demonstrates the importance of filtering by proximity.
/carts
endpoint.400 - Bad Request
error is returned. Additionally, since the checkout session relies on various services to validate the checkout process, such as validating payment information or verifying the cart, a failure in any of these dependent services would trigger a 424 - Failed Dependency
client error. This error response will also include additional information about the specific point of failure, including the error message and details.
424 - Failed Dependency
client error is returned in the response. In such cases, the order isn’t created as expected.
Upon successful creation of an order, the cart associated with the completed checkout session will be removed or deleted.