oope_shipping_carrier

oope_shipping_carrier

Get a list of out of process shipping carriers

Responses
200

200 Success.

401

401 Unauthorized

default

Unexpected error

get/V1/oope_shipping_carrier
Response samples
[
  • {
    }
]

oope_shipping_carrier

Create or update an out of process shipping carrier

Request
Request Body schema:
required
object (out-of-process-shipping-methods-data-out-of-process-carrier-interface)

Shipping carrier interface for out of process shipping carriers

Responses
200

200 Success.

401

401 Unauthorized

default

Unexpected error

post/V1/oope_shipping_carrier
Request samples
{
  • "carrier": {
    }
}
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

Create or update an out of process shipping carrier

Request
Request Body schema:
required
object (out-of-process-shipping-methods-data-out-of-process-carrier-interface)

Shipping carrier interface for out of process shipping carriers

Responses
200

200 Success.

401

401 Unauthorized

default

Unexpected error

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