Return the DHL Service Point and UPS Access point for a quote

GET /V1/guest-carts/{cartId}/pickup-point

Return the DHL Service Point and UPS Access point for a quote.

Path parameters

Responses

GET /V1/guest-carts/{cartId}/pickup-point
curl \
 -X GET https://magento2.winkelstraat.mac/rest/all/V1/guest-carts/{cartId}/pickup-point
Response examples (200)
{
  "pick_up_point_id": "string",
  "carrier_method": "string",
  "name": "string",
  "address_lines": [
    "string"
  ],
  "city": "string",
  "state": "string",
  "country": "string",
  "postal": "string",
  "telephone": "string",
  "fax": "string"
}
Response examples (500)
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "parameters": [
        {
          "resources": "string",
          "fieldName": "string",
          "fieldValue": "string"
        }
      ]
    }
  ],
  "code": 42,
  "parameters": [
    {
      "resources": "string",
      "fieldName": "string",
      "fieldValue": "string"
    }
  ],
  "trace": "string"
}
Response examples (default)
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "parameters": [
        {
          "resources": "string",
          "fieldName": "string",
          "fieldValue": "string"
        }
      ]
    }
  ],
  "code": 42,
  "parameters": [
    {
      "resources": "string",
      "fieldName": "string",
      "fieldValue": "string"
    }
  ],
  "trace": "string"
}