Dev Center Updates

GraphQL Storefront API - Bulk Pricing on Products and Variants

by BigCommerce
The GraphQL Storefront API now supports fetching the bulk pricing tiers on both products and variants. Consider this query: query bulkPricingTiers { site { products(first: 3) { edges { cursor node...
API
Storefront API
Enhancement

GraphQL Storefront API updates - Variant-level inventory!

by BigCommerce
New features You may now request inventory levels for each product variant. Note that inventory levels will NOT be returned if your store settings are set to not display stock levels on the storefront. Consider this query: query...
API
Storefront API
Enhancement

API and Theme Updates for May 28, 2020

by BigCommerce
API Section on logging in a customer with GraphQL API added Example added to GraphQL API documentation for getting a swatch option value Limit for Storefront widgets increased Customer Login API tutorial updated Developer Blog...
Developer Blog
API

GraphQL Storefront API updates - Metafields on Product, Category, Brand, Variant

by BigCommerce
New features Metafields which have been associated with products, categories, brands, or variants can now be accessed via the GraphQL Storefront API. The metafield must be marked with a permissionset of readandsfaccess or writeandsf...
Storefront API
Enhancement
API

API Updates for May 15, 2020

by BigCommerce
API Updated Orders API documentation to reflect that the shippingprovider field is not_ required when creating order shipments. Developer Blog Announcing the BigCommerce Dev Library Using BigCommerce Storefront APIs to Create Custom...
Developer Blog
API

API & Theme Updates for May 7, 2020

by BigCommerce
API New Themes configuration endpoints now available Clarified documentation to note store/cart/abandoned will fire whether or not a store has the Abandoned Cart Saver feature enabled. GET Customers V3 endpoint includes new sort...
API
Theme

API and Theme Updates, April 16, 2020

by BigCommerce
API Updated Payments API sample app diagram Adyen removed from list of providers compatible with Payments API BigCommerce for Wordpress New article Multi-Channel Capabilities with Wordpress Theme %%GLOBALTrackingLink_List%% variable...
API
Theme
Maintenance

API Updates for April 10, 2020

by BigCommerce
API Section added to Developer Documentation to include deprecations and sunsets Dev Blog Tips for Optimizing Your Workflow [Order Refund API: Automate Refunds in BigCommerce ](https://medium.com/bigcommerce-developer-blog/order-refund...
Developer Blog
API

API and Theme Updates for April 2, 2020

by BigCommerce
API GraphQL API documentation expanded to include more information on making Customer Impersonation Token authenticated requests and querying the API from an external system store/shipment/created Webhook now sends orderID as an integer...
API
Theme
Maintenance