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

Boxc Products API

The Products resource allows users to add their products to the BoxC system. A product can have one or more Stock Keeping Units (SKUs). This gives users the ability to link their different shops' SKUs to the same product. There can only be one active SKU per shop per product. Orders won't be fulfilled until the warehouse accepts and processes your products. This includes measuring the weight and dimensions, and updating the quantity.**Note:** Products and SKUs linked to orders can't be deleted. Existing SKUs can't be assigned to a different shop.

Boxc Products API is one of 22 APIs that Boxc publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Product. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 8 operations across 4 paths, and defines 20 schemas. It is described by OpenAPI 3.2.0, at version 1.123.

Requests are made against a single base URL, https://api.boxc.com/v1.

8 operations 4 paths 20 schemas 2 DELETE2 GET2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.123
Base URL
https://api.boxc.com/v1
Authentication
HTTP Bearer, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Boxc Products API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT). It accepts HTTP bearer tokens (PrivilegedClient).

  • JWT — All operations require a JSON Web Token after completing an [OAuth2 flow](tag/Authentication).
  • PrivilegedClient — Some clients require special privileges to use operations. No additional scope is needed.

Paths & Operations 8

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

Products 8

The Products resource allows users to add their products to the BoxC system. A product can have one or more Stock Keeping Units (SKUs). This gives users the ability to link their…

GET
/products
GET /products
getProducts 7 params → 200400401403429
POST
/products
POST /products
addProduct body → 201400401403429
GET
/products/{id}
GET /products/{id}
getProductsById 5 params → 200401403404429
PUT
/products/{id}
PUT /products/{id}
updateProduct 1 param body → 200400401403404429
DELETE
/products/{id}
DELETE /products/{id}
deleteProduct 1 param → 200400401403404429500
POST
/products/{id}/skus
POST /products/{id}/skus
addProductSku 1 param body → 201400401403404429
PUT
/products/{id}/shop/{shopId}/sku/{sku}
PUT /products/{id}/shop/{shopId}/sku/{sku}
updateProductSku 3 params body → 200400401403404429
DELETE
/products/{id}/shop/{shopId}/sku/{sku}
DELETE /products/{id}/shop/{shopId}/sku/{sku}
deleteProductSku 3 params → 200400401403404429

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are product-warehouse (20 properties), product (19 properties), warehouse (7 properties), not-found (4 properties). Each schema is shown below with its type and property counts.

product-warehouse
object
Information about the product and warehouse the inbound shipment is being sent to.
20 properties 5 required
rate-limit
Too Many Requests
RateLimit
Forbidden
Product
forbidden
Forbidden
Sku
NotFound
internal-server-error
object
Processing Error
4 properties
ProductWarehouse
sku
object
3 properties 2 required
Unauthorized
InternalServerError
unauthorized
Unauthorized
warehouse
object
Information about the warehouse the inbound shipment or is being sent to or a return was processed at. Only the id is required when creating an inbound shipmen…
7 properties 1 required
product
object
Information about the warehouse the inbound shipment is being sent to. Only the id is required when creating a shipment. View the Warehouses resource for a lis…
19 properties 4 required
Warehouse
BadRequest
not-found
object
Object not found or not owned by the user
4 properties
bad-request
object
Validation error with the request
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

boxc-products-api-openapi.yml Raw ↑

Other APIs Boxc publishes across the network.

Boxc CalculateDuty API
Boxc Classify API
Boxc Credentials API
Boxc CustomsProducts API
Boxc EntryPoints API
Boxc Estimate API
Boxc Inbound API
Boxc Invoices API
Boxc Labels API
Boxc Manifests API
Boxc Orders API
Boxc Overpacks API
Where this information came from

This is an independent, third-party profile of Boxc Products 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.