CHANGELOG
This changelog reflects changes in the documentation only, not in the API itself.
2026/07/29
RESOURCE:
SECTION:
DESCRIPTION:
- Updated the Webhook retry policy: the maximum number of delivery attempts within the 48-hour window is now 16 instead of 18.
2026/07/28
RESOURCE:
SECTION:
DESCRIPTION:
- Documented the optional
tracking_info(codeandurl) andreason(typeandmessage) objects in thefulfillment_order/label_status_updatedwebhook. Each field is included when its corresponding data is available and omitted otherwise.
2026/07/28
RESOURCE:
SECTION:
DESCRIPTION:
- Documented the new
visibilityfield on the Product (valuesvisible,unlistedandhidden) and its relationship with the existingpublishedboolean, which is kept for backward compatibility and stays in sync (visible→published: true;unlisted/hidden→published: false). - Documented the new
unlistedstate: a Product hidden from every storefront discovery surface (search, categories, recommendations, sitemap, sales channel feeds) but reachable and fully purchasable through its direct URL. - Added the
visibilityquery-parameter filter toGET /products(multi-value, e.g.visibility=visible,unlisted) and clarified that the legacypublished=falsefilter now returns bothunlistedandhiddenProducts. - Documented the write contract on
POST /productsandPUT /products/{id}: send eitherpublishedorvisibility(never both, otherwiseHTTP 422). - Added the
visibilityfield to the Kit properties and example response.
2026/07/14
RESOURCE:
SECTION:
DESCRIPTION:
- Updated the "How to set up unlimited/infinite stock?" FAQ to cover stores with the Multiple Locations feature enabled. For these stores, stock must be set to infinite via the variant's
inventory_levelsarray (usingPUT /products/{product_id}/variants/{id}) instead of the top-levelstockfield. Added examples for stores with a single active location, and for setting infinite stock across all or just one specific location usinglocation_id.
2026/07/09
RESOURCE:
SECTION:
DESCRIPTION:
- Synced this version with content that was only published under
unstablebut already applies to every API version: added theby_dc_preparation_days_skippedfield toFulfillmentOrderAggregateDaysBase, recording how many distribution center preparation days were skipped when a shipping option is flagged to ignore DC preparation time (express/same-day). - The Cart Shipping Quotations API remains
unstable-only and was intentionally not added to this version.
2026/07/07
RESOURCE:
SECTION:
- Location Tags For Sales Channels
- Shipping Carrier Properties
- Circuit Breaker for Unstable Shipping Carrier
- Properties
- Labels API
- Labels API Endpoints
- Request to Shipping Carrier: callback_labels_url
- Webhooks
DESCRIPTION:
- Synced this version with content that was only published under
unstablebut already applies to every API version, since the underlying implementation is shared acrossv1,2025-03andunstable:- Added the
tagsfield (Location sale channel tags) to Location, including the new "Location Tags For Sales Channels" section and updated request/response examples. - Added
callback_labels_urlto Shipping Carrier properties, create/update request and response examples, and rewrote the Circuit Breaker section with clearer HTTP status handling and fallback behavior. - Added the
custom_fieldsline item aggregate and theaggregatesquery parameter, and expanded the FulfillmentOrder response schema and examples withrecipient,shipping,destination,status_history,tracking_info,tracking_info_historyandlabels. - Added the entire Labels API section (properties, input types, all Labels API endpoints, the
callback_labels_urlshipping carrier callback contract, and thefulfillment_order/label_status_updatedwebhook).
- Added the
- The
POST /orders/\{order_id\}/fulfillment-orders/\{fulfillment_order_id\}/splitendpoint remainsunstable-only and was intentionally not added to this version.
2026/05/29
RESOURCE:
SECTION:
DESCRIPTION:
- Added
nsufield to Transaction Info: available for Brazilian providers, holds the provider's unique sequential number for a credit/debit card transaction. It can be provided during creation or authorization events of a Transaction.
2026/05/13
RESOURCE:
SECTION:
DESCRIPTION:
- Added
kitfield (withcatalog_kit_idandorder_kit_id) toFulfillmentOrderLineItem, including the rule that both sub-fields must be sent together. - Added
stock_transferfield (withfrom_location_id) toFulfillmentOrderLineItem. - Added
estimated_delivery_timefield toFulfillmentOrderShipping, with the nestedFulfillmentOrderEstimatedDeliveryTime,FulfillmentOrderEstimatedDeliveryTimeBase, andFulfillmentOrderAggregateDaysBasebreakdowns. - Moved
custom_fieldsabovecreated_at/updated_atinFulfillmentOrderLineItem.
2026/05/05
RESOURCE:
SECTION:
DESCRIPTION:
- Added Kit resource documentation with catalog detail endpoint (
GET /kits/{id}), properties, and component structure. Moved from v1.
2026/04/28
RESOURCE:
SECTION:
DESCRIPTION:
- Added
GET /blogsendpoint to retrieve the Blog ID associated with the store.
2026/04/17
RESOURCE:
SECTION:
DESCRIPTION:
- Added new kit-related fields (
catalog_kit_id,order_kit_id,kit) to theproductsarray.
2026/04/15
RESOURCE:
SECTION:
DESCRIPTION:
- Added
visibilityandvisibility_updated_atfields to categories, along with documentation describing visibility rules within the category hierarchy.
2026/04/14
RESOURCE:
SECTION:
DESCRIPTION:
- Added HTTP response handling table with details on how 2xx, 4xx, 5xx, timeout and circuit breaker open states affect fallback behavior.
- Included recommendation to use 4xx for known business errors to ensure fallback shipping options are displayed.
- Documented circuit breaker parameters in a summary table.
- Added cache key composition details showing the MD5 hash structure used for server-side caching.
- Specified cache TTL expiration times for success and error responses.
2026/04/10
RESOURCE:
SECTION:
DESCRIPTION:
- Added description to explain abandoned carts lifespan (unobtainable after 30 days, deleted after 90 days)
2026/04/07
RESOURCE:
SECTION:
DESCRIPTION:
- Added
GET /promotionsendpoint to list all non-deleted promotions created by the current app for the current store. Returns promotion details includingid,name,allocation_type,activestatus, and granular combination fields.
2026/03/31
RESOURCE:
SECTION:
DESCRIPTION:
- Added
sold_byfield to the cart payload sent to partner discount applications. Contains the identifier of the seller (staff user) who initiated the sale, ornullwhen no seller is assigned.
2026/03/30
RESOURCE:
SECTION:
DESCRIPTION:
- Added granular combination fields (
combines_with_quantity_discounts,combines_with_free_shipping,combines_with_cart_amount_discounts,combines_with_app_discounts,combines_with_price_discounts) for promotions in the Discounts OpenAPI schema. - Marked
combines_with_other_discountsas deprecated and documented that it must not be sent together with granular fields.
2026/03/16
RESOURCE:
SECTION:
DESCRIPTION:
- Added a reference to the Request section in the Payments App Development Guide to clarify how the
extraobject is included in the payment payload and how partners can forward thecheckout_captcha_infofield using payload markers.
2026/02/24
RESOURCE:
SECTION:
DESCRIPTION:
- Changed webhook retry policy timeout from 10s to 3s.
2026/02/23
RESOURCE:
SECTION:
- Webhooks (Location)
- Available Events
- Payload Structure
- Parameters (Webhook)
DESCRIPTION:
- Added new Webhooks section to Location documentation.
- Documented three webhook events:
location/created,location/updated, andlocation/deleted. - Added complete payload structures with examples for each webhook event (fields:
store_id,event,id). - Added webhook registration instructions, required scopes (
read_locations,write_locations), and important considerations. - Updated Webhook resource events table adding
Location | created/updated/deleted. - Updated Webhook Parameters section with
location/created - location/updated - location/deletedparameter block and link to Location documentation.
2026/02/19
RESOURCE:
SECTION:
DESCRIPTION:
- Adds new aggregates param for
GET /orders:custom_fields. Includes each Order's Custom Fields in the API response for Orders list.
2026/02/11
RESOURCE:
SECTION:
DESCRIPTION:
- Aligned webhook documentation with unstable: added Fulfillment Order to the events table with
status_updated,tracking_event_created,tracking_event_updated,tracking_event_deleted. Added Parameters sections forfulfillment_order/status_updated,fulfillment_order/tracking_event_created,fulfillment_order/tracking_event_updated,fulfillment_order/tracking_event_deleted, and link to Fulfillment Order documentation.
2026/02/10
RESOURCE:
SECTION:
DESCRIPTION:
- Added new
custom_fieldsproperty toFulfillmentOrderLineItemobject. - Added new
GET /fulfillment-ordersaggregatesparam with valuecustom_fields. - Added warning on updating fulfillment order to
DELIVERED: preferred approach is creating or updating tracking events with statusdelivered; when the system receives such an event (POST/PUT), it automatically sets the fulfillment order toDELIVEREDandfulfilled_atto the tracking event'shappened_at. - Unification (from unstable): Added Webhooks section with events
fulfillment_order/status_updatedandfulfillment_order/tracking_event_created,fulfillment_order/tracking_event_updated,fulfillment_order/tracking_event_deleted(payload: store_id, order_id, fulfillment_id, tracking_event_id, status). Label-related webhooks and label functionality are not included in this version.
2025/12/09
docs/resources/webhook.md RESOURCE:
SECTION:
DESCRIPTION:
- Removed the description that says the store/redact notification is sent in 48 hours and replaced it with "After a merchant uninstall your app, Nuvemshop|Tiendanube sends this webhook with the store ID so that you can delete the shopkeeper's information from your database."
2025/11/19
RESOURCE:
SECTION:
DESCRIPTION:
- Added comprehensive duplicate tracking event validation rules documentation.
2025/11/06
RESOURCE:
SECTION:
DESCRIPTION:
- Added documentation for hard limit of 10.000 items in query results. If a query exceeds this limit, the request will return the corresponding error. Users are advised to filter their queries using available parameters, such as completion date ranges, to reduce the number of results.
2025/10/22
RESOURCE:
SECTION:
DESCRIPTION:
- Clarification on the scope of POST, PUT, and DELETE endpoints (only for non-autoinstallable scripts)
2025/10/21
RESOURCE:
DESCRIPTION:
- Added new Blog resource documentation with complete API endpoints for blog post management.
- Includes endpoints for creating, reading, updating, and deleting blog posts.
- Added publication control endpoints (publish/unpublish) for blog posts.
- Added media management endpoints for uploading images and thumbnails.
2025/10/20
RESOURCE:
SECTION:
DESCRIPTION:
- Update the explanation of how the
qparameter works (it applies totagsinstead ofdescription).
2025/10/09
RESOURCE:
SECTION:
DESCRIPTION:
- Added
minimum_purchase_valuefield to installments specification. This field allows defining the minimum purchase value (inclusive) from which an installment option applies for each currency.
2025/09/24
RESOURCE:
SECTION:
DESCRIPTION:
- Added
app_idfield to Fulfillment Orders Shipping Carrier.