Skip to main content
GET
/
v1
/
shipping
/
orders
/
massUpdate
Method not allowed
curl --request GET \
  --url https://{base_url_domain}/api/global/v1/shipping/orders/massUpdate \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "type": "method_not_allowed",
      "message": "Method not allowed. Must be one of: POST",
      "details": [
        {
          "key": "",
          "message": "The request method is not supported for the requested resource."
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.

Response

405 - application/json

The HTTP method is not supported for this endpoint.

errors
object[]
Minimum array length: 1