Get list of partner pickup points Deprecated

GET /deliveries/partner/{code}/pickup-point

Replaced by /v2/transports endpoints.

Responses

  • 200

    OK

    Hide response attributes Show response attributes object
    • data object
      Hide data attribute Show data attribute object
      • ids array[string]
    • result object
      Hide result attributes Show result attributes object
      • code integer(int)
      • status string
GET /deliveries/partner/{code}/pickup-point
curl \
 -X GET https://mpapi.proxy.omnicado.com/v1/deliveries/partner/{code}/pickup-point?client_id=api_token_value
Response examples (200)
{
  "data": {
    "ids": [
      "PUP1",
      "PUP2",
      "PUP3"
    ]
  },
  "result": {
    "code": 200,
    "status": "OK"
  }
}
Response examples (200)
{
  "data": {
    "ids": [
      "PUP1",
      "PUP2",
      "PUP3"
    ]
  },
  "result": {
    "code": 200,
    "status": "OK"
  }
}