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

Bond Pet Foods Wc/store/v1 API

The wc/store/v1 API from Bond Pet Foods — 31 operation(s) for wc/store/v1.

Bond Pet Foods Wc/store/v1 API is one of 2 APIs that Bond Pet Foods publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include wc/store/v1. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 43 operations across 31 paths, and defines 12 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://www.bondpets.com/wp-json.

43 operations 31 paths 12 schemas 4 DELETE21 GET2 PATCH14 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://www.bondpets.com/wp-json/wc/store/v1
Authentication
API Key, API Key, HTTP Basic
Resource Areas
1

Authentication & Security 3

Bond Pet Foods Wc/store/v1 API declares 3 security schemes for authenticating requests. An API key is passed in the header as X-WP-Nonce (cookieNonce). An API key is passed in the header as Cart-Token (cartToken). It accepts HTTP basic authentication (applicationPassword).

  • cookieNonce — WordPress cookie authentication nonce. Required for state-changing wp/v2 requests from a logged-in browser session.
  • cartToken — WooCommerce Store API JWT session token identifying an anonymous cart. Returned in the Cart-Token response header.
  • applicationPassword — WordPress Application Password (username + generated password) sent as HTTP Basic.

Paths & Operations 43

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

wc/store/v1 43
GET
/wc/store/v1
GET /wc/store/v1
getWcStoreV1 2 params → 200400401404
POST
/wc/store/v1/batch
POST /wc/store/v1/batch
postWcStoreV1Batch body → 200400401404
GET
/wc/store/v1/cart
GET /wc/store/v1/cart
getWcStoreV1Cart 1 param → 200400401404
POST
/wc/store/v1/cart/add-item
POST /wc/store/v1/cart/add-item
postWcStoreV1CartAddItem body → 200400401404
POST
/wc/store/v1/cart/apply-coupon
POST /wc/store/v1/cart/apply-coupon
postWcStoreV1CartApplyCoupon body → 200400401404
GET
/wc/store/v1/cart/coupons
GET /wc/store/v1/cart/coupons
getWcStoreV1CartCoupons 1 param → 200400401404
POST
/wc/store/v1/cart/coupons
POST /wc/store/v1/cart/coupons
postWcStoreV1CartCoupons body → 200400401404
DELETE
/wc/store/v1/cart/coupons
DELETE /wc/store/v1/cart/coupons
deleteWcStoreV1CartCoupons → 200400401404
GET
/wc/store/v1/cart/coupons/{code}
GET /wc/store/v1/cart/coupons/(?P [\w-]+)
getWcStoreV1CartCouponsByCode 3 params → 200400401404
DELETE
/wc/store/v1/cart/coupons/{code}
DELETE /wc/store/v1/cart/coupons/(?P [\w-]+)
deleteWcStoreV1CartCouponsByCode 2 params → 200400401404
POST
/wc/store/v1/cart/extensions
POST /wc/store/v1/cart/extensions
postWcStoreV1CartExtensions body → 200400401404
GET
/wc/store/v1/cart/items
GET /wc/store/v1/cart/items
getWcStoreV1CartItems 1 param → 200400401404
POST
/wc/store/v1/cart/items
POST /wc/store/v1/cart/items
postWcStoreV1CartItems body → 200400401404
DELETE
/wc/store/v1/cart/items
DELETE /wc/store/v1/cart/items
deleteWcStoreV1CartItems → 200400401404
GET
/wc/store/v1/cart/items/{key}
GET /wc/store/v1/cart/items/(?P [\w-]{32})
getWcStoreV1CartItemsByKey 3 params → 200400401404
POST
/wc/store/v1/cart/items/{key}
POST /wc/store/v1/cart/items/(?P [\w-]{32})
postWcStoreV1CartItemsByKey 1 param body → 200400401404
PUT
/wc/store/v1/cart/items/{key}
PUT /wc/store/v1/cart/items/(?P [\w-]{32})
putWcStoreV1CartItemsByKey 1 param body → 200400401404
PATCH
/wc/store/v1/cart/items/{key}
PATCH /wc/store/v1/cart/items/(?P [\w-]{32})
patchWcStoreV1CartItemsByKey 1 param body → 200400401404
DELETE
/wc/store/v1/cart/items/{key}
DELETE /wc/store/v1/cart/items/(?P [\w-]{32})
deleteWcStoreV1CartItemsByKey 2 params → 200400401404
POST
/wc/store/v1/cart/remove-coupon
POST /wc/store/v1/cart/remove-coupon
postWcStoreV1CartRemoveCoupon body → 200400401404
POST
/wc/store/v1/cart/remove-item
POST /wc/store/v1/cart/remove-item
postWcStoreV1CartRemoveItem body → 200400401404
POST
/wc/store/v1/cart/select-shipping-rate
POST /wc/store/v1/cart/select-shipping-rate
postWcStoreV1CartSelectShippingRate body → 200400401404
POST
/wc/store/v1/cart/update-customer
POST /wc/store/v1/cart/update-customer
postWcStoreV1CartUpdateCustomer body → 200400401404
POST
/wc/store/v1/cart/update-item
POST /wc/store/v1/cart/update-item
postWcStoreV1CartUpdateItem body → 200400401404
GET
/wc/store/v1/checkout
GET /wc/store/v1/checkout
getWcStoreV1Checkout 1 param → 200400401404
POST
/wc/store/v1/checkout
POST /wc/store/v1/checkout
postWcStoreV1Checkout body → 200400401404
PUT
/wc/store/v1/checkout
PUT /wc/store/v1/checkout
putWcStoreV1Checkout body → 200400401404
PATCH
/wc/store/v1/checkout
PATCH /wc/store/v1/checkout
patchWcStoreV1Checkout body → 200400401404
POST
/wc/store/v1/checkout/{id}
POST /wc/store/v1/checkout/(?P [\d]+)
postWcStoreV1CheckoutById 1 param body → 200400401404
GET
/wc/store/v1/order/{id}
GET /wc/store/v1/order/(?P [\d]+)
getWcStoreV1OrderById 2 params → 200400401404
GET
/wc/store/v1/products
GET /wc/store/v1/products
getWcStoreV1Products 33 params → 200400401404
GET
/wc/store/v1/products/{id}
GET /wc/store/v1/products/(?P [\d]+)
getWcStoreV1ProductsById 3 params → 200400401404
GET
/wc/store/v1/products/{slug}
GET /wc/store/v1/products/(?P [\S]+)
getWcStoreV1ProductsBySlug 3 params → 200400401404
GET
/wc/store/v1/products/attributes
GET /wc/store/v1/products/attributes
getWcStoreV1ProductsAttributes 1 param → 200400401404
GET
/wc/store/v1/products/attributes/{attribute_id}/terms
GET /wc/store/v1/products/attributes/(?P [\d]+)/terms
getWcStoreV1ProductsAttributesByAttributeIdTerms 12 params → 200400401404
GET
/wc/store/v1/products/attributes/{id}
GET /wc/store/v1/products/attributes/(?P [\d]+)
getWcStoreV1ProductsAttributesById 3 params → 200400401404
GET
/wc/store/v1/products/brands
GET /wc/store/v1/products/brands
getWcStoreV1ProductsBrands 10 params → 200400401404
GET
/wc/store/v1/products/brands/{identifier}
GET /wc/store/v1/products/brands/(?P [\w-]+)
getWcStoreV1ProductsBrandsByIdentifier 3 params → 200400401404
GET
/wc/store/v1/products/categories
GET /wc/store/v1/products/categories
getWcStoreV1ProductsCategories 10 params → 200400401404
GET
/wc/store/v1/products/categories/{id}
GET /wc/store/v1/products/categories/(?P [\d]+)
getWcStoreV1ProductsCategoriesById 3 params → 200400401404
GET
/wc/store/v1/products/collection-data
GET /wc/store/v1/products/collection-data
getWcStoreV1ProductsCollectionData 38 params → 200400401404
GET
/wc/store/v1/products/reviews
GET /wc/store/v1/products/reviews
getWcStoreV1ProductsReviews 8 params → 200400401404
GET
/wc/store/v1/products/tags
GET /wc/store/v1/products/tags
getWcStoreV1ProductsTags 10 params → 200400401404

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are Product (36 properties), CartItem (21 properties), Cart (17 properties), ProductReview (13 properties). Each schema is shown below with its type and property counts.

Term
object
6 properties
Cart
object
17 properties
WpRestError
object
The WordPress REST API error envelope, returned for every 4xx/5xx.
3 properties 3 required
CartItem
object
21 properties
CartCoupon
object
3 properties
ProductCategory
object
9 properties
Checkout
object
13 properties
ProductAttribute
object
7 properties
Product
object
36 properties
ProductReview
object
13 properties
ProductBrand
object
9 properties
ProductCollectionData
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

bond-pet-foods-wc-store-v1-api-openapi.yml Raw ↑

Other APIs Bond Pet Foods publishes across the network.

Bond Pet Foods Wp/v2 API
Where this information came from

This is an independent, third-party profile of Bond Pet Foods Wc/store/v1 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.