Dev Center Updates

API Updates June 28, 2019

by BigCommerce
V3 Customers API As of June 27th, 2019, the V3 Customers API is out of beta. Returns storecreditamounts if storecredit is added as an includes. acceptsproductreviewabandonedcart_emails was added. It determines if the is signed up to...
API
Announcement
Maintenance

API and Stencil Updates June 25, 2019

by BigCommerce
Announcement As of June 17th, Wishlist API is now out of beta. Maintenance API Fixed inaccuracies in Orders POST. Removed sub-resources that are read-only and marked required fields. Added discountrules type and pricelist_id to...
API
Maintenance
Announcement
Stencil

API Updates January 18, 2019

by BigCommerce
Enhancement As of Jan 16th, 2019, you can include information about Product Options and Product Modifiers together in a Get All Products API Request. This will allow you to make fewer API calls to understand the full state of a product...
API
Maintenance
Enhancement

API Updates January 11th 2019

by BigCommerce
Enhancement Taxes are now returned in more detail in the Storefront Checkout API. taxTotal is the total amount of all taxes in the checkout. The taxes object array, returns the name of the tax and the amount. Bug Fixes For V3 Catalog...
API
Bug Fix
Maintenance
Enhancement

API Documentation Updates

by BigCommerce
Bug Fixes When a product had a required text option, adding to the cart with the Storefront API returned a 500 error. Enhancement A product_id query parameter was added to the Get All Variants endpoint. This will help with the amount of...
API
Maintenance
Bug Fix

API Documentation Updates

by BigCommerce
Brand now returns as part of the Storefront Cart and Checkout. Updated Clarified the test payment gateway definition on Order Transactions API.. Added new scope Sites & Routes
API
Maintenance

Server to Server Checkout, Webhooks, Storefront API, Products

by BigCommerce
Server to Server Checkout Server to Server Checkout is now available. The S2S Checkout API can be used to process a checkout outside of the BigCommerce storefront or pre-populate a checkout's information to speed up checkout for...
API
Maintenance

Customer Login API Updates

by BigCommerce
The Customer Login API documentation was updated to include an example on creating a login token manually and more clarification on jwt.io. Example Payload { "iss": "Your app’s Oauth client ID", "iat": "timestamp for when the token...
API
Maintenance

Clarification added to Products Variants on V3 Catalog API

by BigCommerce
Clarification was added to V3 Catalog API on creating products and product variants. Included are examples on how to create a product with variants, adding variant options and use cases for creating variant options. Create a Product...
API
Maintenance