Product

Create new product

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
brand_idstringRequired
product_idstringRequired
shopify_product_idstringOptional
slugstring · enumRequiredPossible values:
Responses
200Success
application/json
post
/product/create
200Success

Fill car with AI

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
vinstringRequired
Responses
200Success
application/json
post
/product/fill/car/ai
200Success

Update product

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
product_idstringRequired
Body
product_feature_liststring[]Optional
slugstring · enumOptionalPossible values:
Responses
200Success
application/json
put
/product/update/{product_id}
200Success

Delete product

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
product_idstringRequired
Responses
200Success
application/json
delete
/product/delete/{product_id}
200Success

Add poll to a product

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
product_idstringRequired
Body
Responses
200Success
application/json
post
/product/poll/{product_id}
200Success

Update a poll

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
poll_idstringRequired
Body
Responses
200Success
application/json
put
/product/poll/{poll_id}
200Success

Delete a poll

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
poll_idstringRequired
Responses
200Success
application/json
delete
/product/poll/{poll_id}
200Success

Create certificates from a product

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
product_idstringRequired
Body
collection_namestringOptional
display_edition_badgebooleanOptional
multi_ownerbooleanRequired
proof_of_purchase_securitybooleanRequired
collection_materialsstring[]Optional
collection_dimensionsstringOptional
certificate_typestring · enumOptionalPossible values:
claim_templatestring · enumOptionalPossible values:
supplynumber · min: 1Required
Responses
200Success
application/json
post
/product/certificate/create/{product_id}
200Success

Get product urls

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
product_idstringRequired
Responses
200Success
application/json
get
/product/urls/{product_id}
200Success

Add Digital Passport Product to a product

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
product_idstringRequired
Body
Responses
200Success
application/json
post
/product/dpp/{product_id}
200Success

Export product ids as CSV

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200Success
application/json
get
/product/export/product_ids
200Success

Get epos codes for a product as CSV

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
product_idstringRequired
Responses
200Success
application/json
get
/product/export/proof_of_purchase_codes/{product_id}
200Success

Get all epos codes as CSV

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200Success
application/json
get
/product/export/all/proof_of_purchase_codes
200Success

Get product owners

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
product_idstringRequired
Responses
200Success
application/json
get
/product/get/owners/{product_id}
200Success

Add Apple & Google pass structure to a product

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
product_idstringRequired
Body
typestring · enumRequiredPossible values:
qr_code_urlstringRequired
text_colorstringRequired
pass_colorstringRequired
Responses
200Success
application/json
post
/product/build/pass/{product_id}
200Success

(Shopify) Bulk import products

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
brand_idstringRequired
product_idstringRequired
shopify_product_idstringOptional
slugstring · enumRequiredPossible values:
Responses
200Success
application/json
post
/product/bulk-import
200Success

Last updated