CartBasedServiceabilityCheck
Type: schema
TypeScript Definition
typescript
CartBasedServiceabilityCheck: {{
delivery_pincode: string;
cart_id: string;
};
/** @description This Cart Item model captures the attributes of a cart item, including product details, pricing information, subscription details, and other relevant information related to Cart Item. */
}OpenAPI Schema
json
{
"title": "CartBasedServiceabilityCheck",
"type": "object",
"externalDocs": {
"url": "https://llm-docs.commercengine.io/storefront/schemas/CartBasedServiceabilityCheck",
"description": "API reference for the CartBasedServiceabilityCheck schema"
},
"required": [
"delivery_pincode",
"cart_id"
],
"properties": {
"delivery_pincode": {
"type": "string"
},
"cart_id": {
"type": "string"
}
}
}Auto-generated from OpenAPI spec and TypeScript definitions