Save your wardrobe booking apis
  1. shoppingCart
Save your wardrobe booking apis
  • Customer booking
    • Getting Started
      • Introduction
      • Authentication
      • Attribute groups
    • Authentication
      • Customer login
      • Customer signup
    • categories
      • Get providers
      • Get clothes categories
    • services
      • Get services
    • Upload photos
      • Uplaod photos
    • shoppingCart
      • Create A New Shopping Cart
        GET
      • Add items to Shopping Cart
        POST
      • Add customer to Shopping Cart
        POST
      • Delete Item From Shopping Cart
        DELETE
      • Get Available Logistics Options
        GET
      • Add Logistic Option To Shopping Cart
        POST
    • order
      • Create the Order from the Shopping Cart
      • List Orders
  • Schemas
    • attributesGroup
    • currency
    • translatedString
    • metadata
    • shoppingCart
    • item
    • item Copy
    • order
  1. shoppingCart

Get Available Logistics Options

Developing
GET
api/sip/logistics-options
Retrieves available logistics options for shipping the items in the ShoppingCart

Request

Query Params

Responses

🟢200Success
application/json
Body

Example
[
    {
        "id": "string",
        "status": "string",
        "tags": [
            "string"
        ],
        "index": 0,
        "name": "string",
        "displayName": {
            "fr": "string",
            "en": "string",
            "de": "string",
            "es": "string"
        },
        "detail": {
            "fr": "string",
            "en": "string",
            "de": "string",
            "es": "string"
        },
        "description": {
            "fr": "string",
            "en": "string",
            "de": "string",
            "es": "string"
        },
        "price": {
            "EUR": "string",
            "GBP": "string",
            "USD": "string"
        }
    }
]
Previous
Delete Item From Shopping Cart
Next
Add Logistic Option To Shopping Cart
Built with