Product

Checks if the product is in Stock or not.

get

Sample request:

Get /stock-check
{
   "productId": 1,
   "dmdCode": 12345678,
}
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Available scopes:
  • : CloudRx Order Service
  • : CloudRx Product Service
  • : CloudRx Sms Service
  • : CloudRx Shipping Service
Query parameters
productIdinteger · int32Optional
dmdCodeinteger · int64Optional
Responses
200

If the product is in Stock or not.

application/json
get
/api/v1/Product/stock-check

Checks the price of the product.

get

Sample request:

Get /stock-price
{
   "productId": 1,
   "dmdCode": 12345678,
   "totalPacks": 2,
}
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Available scopes:
  • : CloudRx Order Service
  • : CloudRx Product Service
  • : CloudRx Sms Service
  • : CloudRx Shipping Service
Query parameters
productIdinteger · int32Optional
dmdCodeinteger · int64Optional
totalPacksinteger · int32Optional
Responses
200

Price of the product.

application/json
get
/api/v1/Product/price-check
get
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Available scopes:
  • : CloudRx Order Service
  • : CloudRx Product Service
  • : CloudRx Sms Service
  • : CloudRx Shipping Service
Query parameters
searchTermstringOptional
Responses
200

OK

application/json
get
/api/v1/Product/search

Last updated