oope_shipping_carrier/{code}

oope_shipping_carrier/{code}

Get a single out of process shipping carrier by code

Request
path Parameters
code
required
string
Responses
200

200 Success.

401

401 Unauthorized

500

Internal Server error

default

Unexpected error

get/V1/oope_shipping_carrier/{code}
Response samples
{
  • "id": 0,
  • "code": "string",
  • "title": "string",
  • "stores": [
    ],
  • "countries": [
    ],
  • "sort_order": 0,
  • "active": true,
  • "tracking_available": true,
  • "shipping_labels_available": true
}

oope_shipping_carrier/{code}

Delete an out of process shipping carrier

Request
path Parameters
code
required
string
Responses
200

200 Success.

401

401 Unauthorized

500

Internal Server error

default

Unexpected error

delete/V1/oope_shipping_carrier/{code}
Response samples
true