How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Unified.to commerce API

The commerce API from Unified.to — 17 operation(s) for commerce.

Unified.to commerce API is one of 140 APIs that Unified.to publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 13 JSON Schema definitions.

Tagged areas include Commerce. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 13 JSON Schemas.

This API exposes 49 operations across 17 paths, and defines 53 schemas. It is described by OpenAPI 3.0.0, at version 1.0.

Requests are made against 3 base URLs: https://api.unified.to, https://api-eu.unified.to, https://api-au.unified.to.

49 operations 17 paths 53 schemas 8 DELETE17 GET8 PATCH8 POST8 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0
Servers
https://api.unified.to
https://api-eu.unified.to
https://api-au.unified.to
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Unified.to commerce API declares 1 security scheme for authenticating requests. An API key is passed in the header as authorization (jwt). By default, every request must be authenticated.

Paths & Operations 49

Across 17 paths, the API surfaces 49 operations — 8 DELETE, 17 GET, 8 PATCH, 8 POST, 8 PUT. Each is listed below with its method, path, parameters, and response codes.

commerce 49
GET
/commerce/{connection_id}/availability
List all availabilities
listCommerceAvailabilities 15 params → 200
GET
/commerce/{connection_id}/collection
List all collections
listCommerceCollections 13 params → 200
POST
/commerce/{connection_id}/collection
Create a collection
createCommerceCollection 3 params body → 200
DELETE
/commerce/{connection_id}/collection/{id}
Remove a collection
removeCommerceCollection 2 params → 200default
GET
/commerce/{connection_id}/collection/{id}
Retrieve a collection
getCommerceCollection 4 params → 200
PATCH
/commerce/{connection_id}/collection/{id}
Update a collection
patchCommerceCollection 4 params body → 200
PUT
/commerce/{connection_id}/collection/{id}
Update a collection
updateCommerceCollection 4 params body → 200
GET
/commerce/{connection_id}/inventory
List all inventories
listCommerceInventories 11 params → 200
POST
/commerce/{connection_id}/inventory
Create an inventory
createCommerceInventory 3 params body → 200
DELETE
/commerce/{connection_id}/inventory/{id}
Remove an inventory
removeCommerceInventory 2 params → 200default
GET
/commerce/{connection_id}/inventory/{id}
Retrieve an inventory
getCommerceInventory 4 params → 200
PATCH
/commerce/{connection_id}/inventory/{id}
Update an inventory
patchCommerceInventory 4 params body → 200
PUT
/commerce/{connection_id}/inventory/{id}
Update an inventory
updateCommerceInventory 4 params body → 200
GET
/commerce/{connection_id}/item
List all items
listCommerceItems 11 params → 200
POST
/commerce/{connection_id}/item
Create an item
createCommerceItem 3 params body → 200
DELETE
/commerce/{connection_id}/item/{id}
Remove an item
removeCommerceItem 2 params → 200default
GET
/commerce/{connection_id}/item/{id}
Retrieve an item
getCommerceItem 4 params → 200
PATCH
/commerce/{connection_id}/item/{id}
Update an item
patchCommerceItem 4 params body → 200
PUT
/commerce/{connection_id}/item/{id}
Update an item
updateCommerceItem 4 params body → 200
GET
/commerce/{connection_id}/itemvariant
List all itemvariants
listCommerceItemvariants 12 params → 200
POST
/commerce/{connection_id}/itemvariant
Create an itemvariant
createCommerceItemvariant 3 params body → 200
DELETE
/commerce/{connection_id}/itemvariant/{id}
Remove an itemvariant
removeCommerceItemvariant 2 params → 200default
GET
/commerce/{connection_id}/itemvariant/{id}
Retrieve an itemvariant
getCommerceItemvariant 4 params → 200
PATCH
/commerce/{connection_id}/itemvariant/{id}
Update an itemvariant
patchCommerceItemvariant 4 params body → 200
PUT
/commerce/{connection_id}/itemvariant/{id}
Update an itemvariant
updateCommerceItemvariant 4 params body → 200
GET
/commerce/{connection_id}/location
List all locations
listCommerceLocations 10 params → 200
POST
/commerce/{connection_id}/location
Create a location
createCommerceLocation 3 params body → 200
DELETE
/commerce/{connection_id}/location/{id}
Remove a location
removeCommerceLocation 2 params → 200default
GET
/commerce/{connection_id}/location/{id}
Retrieve a location
getCommerceLocation 4 params → 200
PATCH
/commerce/{connection_id}/location/{id}
Update a location
patchCommerceLocation 4 params body → 200
PUT
/commerce/{connection_id}/location/{id}
Update a location
updateCommerceLocation 4 params body → 200
GET
/commerce/{connection_id}/reservation
List all reservations
listCommerceReservations 14 params → 200
POST
/commerce/{connection_id}/reservation
Create a reservation
createCommerceReservation 3 params body → 200
DELETE
/commerce/{connection_id}/reservation/{id}
Remove a reservation
removeCommerceReservation 2 params → 200default
GET
/commerce/{connection_id}/reservation/{id}
Retrieve a reservation
getCommerceReservation 4 params → 200
PATCH
/commerce/{connection_id}/reservation/{id}
Update a reservation
patchCommerceReservation 4 params body → 200
PUT
/commerce/{connection_id}/reservation/{id}
Update a reservation
updateCommerceReservation 4 params body → 200
GET
/commerce/{connection_id}/review
List all reviews
listCommerceReviews 12 params → 200
POST
/commerce/{connection_id}/review
Create a review
createCommerceReview 3 params body → 200
DELETE
/commerce/{connection_id}/review/{id}
Remove a review
removeCommerceReview 2 params → 200default
GET
/commerce/{connection_id}/review/{id}
Retrieve a review
getCommerceReview 4 params → 200
PATCH
/commerce/{connection_id}/review/{id}
Update a review
patchCommerceReview 4 params body → 200
PUT
/commerce/{connection_id}/review/{id}
Update a review
updateCommerceReview 4 params body → 200
GET
/commerce/{connection_id}/saleschannel
List all saleschannels
listCommerceSaleschannels 9 params → 200
POST
/commerce/{connection_id}/saleschannel
Create a saleschannel
createCommerceSaleschannel 3 params body → 200
DELETE
/commerce/{connection_id}/saleschannel/{id}
Remove a saleschannel
removeCommerceSaleschannel 2 params → 200default
GET
/commerce/{connection_id}/saleschannel/{id}
Retrieve a saleschannel
getCommerceSaleschannel 4 params → 200
PATCH
/commerce/{connection_id}/saleschannel/{id}
Update a saleschannel
patchCommerceSaleschannel 4 params body → 200
PUT
/commerce/{connection_id}/saleschannel/{id}
Update a saleschannel
updateCommerceSaleschannel 4 params body → 200

Schemas 53

The contract defines 53 schemas that model the data the API accepts and returns. The most detailed are CommerceItem (32 properties), CommerceItemvariant (28 properties), CommerceReview (25 properties), CommerceLocation (22 properties). Each schema is shown below with its type and property counts.

CommerceInventory
object
8 properties 1 required
CommerceItemvariants
array
property_CommerceReviewComment_metadata
array
CommerceItem
object
32 properties
CommerceMetadata
object
8 properties
CommerceItems
array
CommerceReviews
array
property_CommerceSaleschannel_collections
array
points to a CommerceCollection
property_CommerceItemMedia_metadata
array
property_CommerceItemvariant_items
array
references CommerceItem
property_CommerceItem_prices
array
CommerceItemOption
object
4 properties 2 required
property_CommerceCollection_metadata
array
CommerceSaleschannel
object
8 properties
CommerceSaleschannels
array
property_CommerceItem_tags
array
property_CommerceCollection_media
array
CommerceReservations
array
property_CommerceLocation_media
array
property_CommerceLocation_categories
array
CommerceItemPrice
object
3 properties 1 required
property_CommerceItemvariant_prices
array
property_CommerceCollection_tags
array
CommerceTelephone
object
2 properties 1 required
property_CommerceItemvariant_options
array
property_CommerceReview_comments
array
CommerceItemMedia
object
8 properties 1 required
CommerceReview
object
25 properties 1 required
CommerceReference
object
3 properties
CommerceLocations
array
property_CommerceItemvariant_media
array
property_CommerceItem_collections
array
points to Collection with id, name, and type fields
CommerceAvailabilities
array
property_CommerceItem_metadata
array
property_CommerceItemvariant_metadata
array
property_CommerceItemvariant_tags
array
property_CommerceItem_variants
array
first variant is the default variant
CommerceCollections
array
CommerceInventories
array
property_CommerceReview_media
array
Photosvideos attached to the review
property_CommerceItem_media
array
CommerceReviewComment
object
15 properties 1 required
property_CommerceLocation_telephones
array
CommerceAvailability
object
7 properties
property_CommerceItemOption_values
array
CommerceCollection
object
A collection of items/products/services
17 properties 1 required
CommerceLocation
object
22 properties 1 required
property_CommerceLocation_address
object
8 properties
property_CommerceCollection_item_metadata
array
property_CommerceReview_metadata
array
CommerceItemvariant
object
28 properties
CommerceReservation
object
18 properties
property_CommerceItem_collection_ids
array
@deprecated; use collections instead

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

unified-to-commerce-api-openapi.yml Raw ↑

Other APIs Unified.to publishes across the network.

Unified.to
Unified.to Authentication API
Unified.to account API
Unified.to accounting API
Unified.to activity API
Unified.to ad API
Unified.to ads API
Unified.to apicall API
Unified.to application API
Unified.to applicationstatus API
Unified.to assessment API
Unified.to ats API
Where this information came from

This is an independent, third-party profile of Unified.to commerce API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.