Skip to main content

Create an entity

Create an entity.

Authorizations:Token, JWT
Query Parameters
cart_id
required
string36 charactersCart ID
Request Body Schema:
The new Calculated shipping rates resource
addressobject or null
  • object
address1string
address2string
address3string
zipcodestring
citystring
country_codestring
stateinteger or null
state_namestring or null

Responses

201Calculated shipping rates resource created
Response schema:
Calculated shipping rates resource created
addressobject or null
  • object
address1string
address2string
address3string
zipcodestring
citystring
country_codestring
stateinteger or null
state_namestring or null
ratesArray of objects
Array
methodobject
namestring
valudnumber
idstring or null
400Invalid input
401Unauthorized
Response schema:
Unauthorized
typestring
titlestring
detailstring or null
instancestring or null
422Unprocessable entity
500Internal error
Response schema:
Internal error
typestring
titlestring
detailstring or null
instancestring or null