Retail Express API 2.1

Deletes Shipping Status by id

Deletes Shipping Status by id

delete
https://api.retailexpress.com.au/v2/shippingstatus/{id}

Path Parameters

idinteger(int32)required

Shipping Status id

Example:10000

Headers

x-api-keystringrequired

Api subscription key

Cache-Controlstring

Default:no-cache

Authorizationstringrequired

Bearer token for authorization (e.g., Bearer )

Response

Shipping Status deleted

delete/shippingstatus/{id}
 

supplierreturnitemsource

Searches Supplier Return Item Sources by parameters

Searches Supplier Return Item Sources by parameters

get
https://api.retailexpress.com.au/v2/supplierreturnitemsource

Query Parameters

namestring | null

Supplier Return Item source name.

order_bystring | null

Order by.

Available field name values: id, name

Available direction values: asc, desc.

Example: id asc, name desc

page_numberinteger(int32)

Format - int32.

>= 1<= 100000

page_sizeinteger(int32)

Format - int32.

>= 1<= 2147483647

Headers

x-api-keystringrequired

Api subscription key

Cache-Controlstring

Default:no-cache

Authorizationstringrequired

Bearer token for authorization (e.g., Bearer )

Response

application/json

Paging Response with Supplier Return Item Sources data

SupplierReturnItemSource.PagingResponse

* Additional properties are NOT allowed.
dataarray | null[object]

Supplier Return Item Product Model

* Additional properties are NOT allowed.
Show Child Parameters
page_numberinteger(int32)
page_sizeinteger(int32)
total_recordsinteger(int32)
get/supplierreturnitemsource
 
application/json

Gets specific Supplier Return Item Source by unique id

Gets specific Supplier Return Item Source by unique id

get
https://api.retailexpress.com.au/v2/supplierreturnitemsource/{id}

Path Parameters

idinteger(int32)required

Supplier Return Source id

Example:1

Headers

x-api-keystringrequired

Api subscription key

Cache-Controlstring

Default:no-cache

Authorizationstringrequired

Bearer token for authorization (e.g., Bearer )

Response

application/json

Returns found Supplier Return Item Source

SupplierReturnItemSource

Supplier Return Item Product Model

* Additional properties are NOT allowed.
idinteger | null(int32)

Supplier Return Item source Id.

namestring | null

Supplier Return Item source name

get/supplierreturnitemsource/{id}
 
application/json

supplierreturnitemstatus