Name
Format - int32.
>= 1<= 100000
Format - int32.
>= 1<= 2147483647
Searches Shipping Statuses by parameters
Name
Format - int32.
>= 1<= 100000
Format - int32.
>= 1<= 2147483647
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Paging Response with Shipping Statuses data
Shipping Status model
Sample request:
POST /shippingstatus
{
"name": "Test name"
}
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Shipping Status to be created
Shipping Status created
Shipping Status model
Identifier
name
>= 0 characters<= 50 characters
Gets Shipping Status by id
Gets Shipping Status by id
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Returns the Shipping Status
Shipping Status model
Identifier
name
>= 0 characters<= 50 characters
Sample request:
PUT /shippingstatus
{
"name": "Status A"
}
Shipping Status id
Example:100000
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Shipping Status model
Returns updated Shipping Status
Shipping Status model
Identifier
name
>= 0 characters<= 50 characters