Home Javascript SDK Rest API/SSO Webhooks AppMarket Login

Method: /Stores/SendOrderUpdate

Endpoint

https://api.cashcow.co.il/Api/Stores/SendOrderUpdate

Method

HttpPost

Authentication

this method require a valid account access token. (parameter: token)

Permissions

Request

parameter Description Type Required
store_id Account Store Id (for Authentication) Int True
order_id Order ID (for Authentication) Int True
email_address Order Email address (for Authentication) Int True
order_status_type Order status:
4:Paid
6:Delivered
7:Pending review
8:Cancaled
9:Claimed
Int False
total_price Order total price Double False
invoice_number Invoice number String False
invoice_url Invoice URL String False
order_notes set notes to order (only you can see notes) string[] False
tracking_code set order shipping tracking code String False
token account access token string True

Response

Returns a valid JSON type.

Name Type Description
is_updated Boolean
is_order_status_changed Boolean
token String
response_time DateTime
state_id ResultState