docs
  1. Admin Api
  2. Resources
  3. Carriers
  4. Attach Carrier To Merchant

Attach carrier to merchant

Attach a carrier to a merchant

Rate Limit: 300 Max attempts within 1 minute.

Path Parameters

ParameterDetails
merchantIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key(%3D|\=)[a-zA-Z0-9-_%\+\. ]*$
carrierIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key%3D[a-zA-Z0-9-_%\+\. ]*$
countryCode
  • required
string
Example:
DE

Responses

204
The carrier was successfully attached to the merchant.
Success
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
POST/merchants/{merchantIdentifier}/carriers/{carrierIdentifier}/countries/{countryCode}

Request samples

Provide Feedback