Add Shipping Method
POST/api/v1/shipping_methods
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Insert shipping methods into the database, The shipping method is associated to a shipping connector.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
Successful Response
`shipping_method_already_exists`: A shipping method already exists for this shipping connector and ID.
`unauthorized`: Invalid or no credentials where supplied.
`could_not_validate_credentials`: Could not validate credentials.
`shipping_connector_not_found`: No shipping connector found for matching organization.
Validation Error