APIs
SDKs
Client Onboarding
Search…
Get Started
The Basics
Customers
Events
Objects & Fields
Creating Objects & Fields
Updating Objects & Fields
API
Use Cases
Marketing & Channels
eCommerce
Loyalty & Rewards
Powered By
GitBook
Updating Objects & Fields
We are no longer updating this site. For user documentation, please go to
U
ser Docs
. For developer documentation, please go to
D
eveloper Docs
. If you have any questions or feedback, please
submit a ticket
.
Full Reference
API
Quick Reference
API
Zaius App
1
curl
-iX POST
\
2
https://api.zaius.com/v3/objects/products
\
3
-d
'[
4
{
5
"object_id": "myObjectId",
6
"some_custom_field": "myValue"
7
},{
8
"object_id": "myObjectId_2",
9
"some_custom_field": "anotherValue"
10
}
11
]'
\
12
-H
'Content-Type: application/json'
\
13
-H
'x-api-key: example.apiKey'
Copied!
1
z
.
object
({
type
:
"zendesk_tickets"
,
{
ticket_id
:
"12345"
,
status
:
"open"
});
2
3
z
.
object
({
type
:
"zendesk_tickets"
,
[{
ticket_id
:
"12345"
,
status
:
"open"
},
{
ticket_id
:
"56789"
,
status
:
"closed"
}]);
Copied!
Previous
Creating Objects & Fields
Next - Use Cases
Marketing & Channels
Last modified
1mo ago
Copy link
Contents
Full Reference
Quick Reference