Skip to main content

GET /v1/delivery_companies

Scope

read_items write_shipping

Request parameters

No parameters.

Response example

{
"data": [
{
"id": "string",
"name": "ヤマト運輸",
"url": "string"
}
]
}

Description

The carriers you may pass as carrier_id to POST /v1/orders/{id}/trackings. Includes both shop-specific carriers and carriers shared across all shops. A client that only handles shipping can read this with write_shipping.

Error response example

{
"error": {
"code": "insufficient_scope",
"message": "requires scope 'read_items'",
"request_id": "req_01H..."
}
}

Possible errors: 401 / 403