Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

1WorldSync FetchProduct API

The FetchProduct API from 1WorldSync — 3 operation(s) for fetchproduct.

1WorldSync FetchProduct API is published by 1WorldSync on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include FetchProduct. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 3 operations across 3 paths, and defines 13 schemas. It is described by OpenAPI 3.0.1, at version V1.

Requests are made against a single base URL, https://content1-api.1worldsync.com.

3 operations 3 paths 13 schemas 3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
V1
Base URL
https://content1-api.1worldsync.com
Resource Areas
1

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 POST. Each is listed below with its method, path, parameters, and response codes.

FetchProduct 3
POST
/V1/product/count
This method will return product count for a given search criteria.
fetchItemCountByCriteria 4 params body → 500200401
POST
/V1/product/fetch
This method will return list of products for a given search criteria.
fetchItemByCriteria 5 params body → 500200204401
POST
/V1/product/hierarchy
Fetch item hierarchy details.
fetchHierarchiesByCriteria 5 params body → 500200401

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are ItemFetchRequest (14 properties), ItemFetchResult (6 properties), FetchHierarchyRequest (5 properties), Item (4 properties). Each schema is shown below with its type and property counts.

ItemFetchRequest
object
Product search criteria object
14 properties
SortField
object
Fields that will be sorted upon
2 properties
HierarchyFetchResult
object
Hierarchy search result
3 properties
ItemFetchError
object
Error response object. you will receive this object when there is an error in server side in processing
3 properties
LastModifiedDate
object
Item last modified date
2 properties
FetchHierarchyRequest
object
Hierarchy search criteria
5 properties
ItemFetchResult
object
Product search result
6 properties
ItemFetchHierarchy
object
Hierarchy mapping
4 properties
Item
object
4 properties
ItemCount
object
Product count result
1 property
DateField
object
LastModifiedDate To
2 properties
FetchFields
object
Fields to be include or exclude in result; By default all fields will be included
2 properties
HierarchyDetails
object
Item hierarchy details
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

1worldsync-fetchproduct-api-openapi.yml Raw ↑