Skip to main content
GET
Zapier Trigger for Order Status Change
This endpoint is used by the Portal.io Zapier integration. It fires when an order’s status changes in your Portal.io account — for example, when an order moves from Draft to Submitted, or from Submitted to Accepted.

Authorizations

X-MSS-API-APPID
string
header
required

Portal application identifier used as part of HMAC-authenticated API requests.

X-MSS-API-USERKEY
string
header
required

Portal user API key used together with the HMAC signature headers.

X-MSS-CUSTOM-DATE
string
header
required

Timestamp header included in the signed request to prevent replay attacks.

X-MSS-SIGNATURE
string
header
required

HMAC-SHA256 signature for the request, calculated over the canonical string defined in the authentication docs.

Headers

Accept
enum<string>
required

Accept Header

Available options:
application/json

Response

Order Item

ZapierOrderItem

id
integer<int32>
required
name
string
number
integer<int32>
createdDate
string<date-time>
modifiedDate
string<date-time>
status
enum<string>
Available options:
Draft,
Outstanding,
Received
total
number<double>
partCount
number<double>
orderSuppliers
ZapierOrderSupplierItem · object[]