CHANGELOG
This changelog reflects changes in the documentation only, not in the API itself.
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:
- Properties
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.
2026/05/05
RESOURCE:
- Kit
DESCRIPTION:
- Removed Kit resource documentation from v1. Moved to
2025-03andunstableversions.
2026/04/23
RESOURCE:
- Kit
SECTION:
- Properties
- Components
- GET /kits/{id}
DESCRIPTION:
- Added Kit resource documentation with catalog detail endpoint (
GET /kits/{id}), properties, and component structure.
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/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/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 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/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.
2025/09/23
RESOURCE:
SECTION:
DESCRIPTION:
- Added
payment_provider_tax_idfield to Transaction resource. - Added
authorization_codefield to Transaction Events resource. - Alter Payment provider installation guide to reflect the new changes
- Modified Create Transaction Event Postman default body to comply with the documentation.
2025/09/22
RESOURCE:
SECTION:
DESCRIPTION:
- Added estimated delivery date fields (shipping_min_days and shipping_max_days) for order creation.
- Removed native Apps as possible values within the payment method (gateway) and shipping method (shipping) fields.
2025/09/18
RESOURCE:
SECTION:
DESCRIPTION:
- Update shipping address number type.
2025/09/03
RESOURCE:
SECTION:
DESCRIPTION:
- Added new optional boolean field
only_cheapest_shippingto Coupon resource.
2025/08/29
RESOURCE:
- Disputes
DESCRIPTION:
- Remove Disputes resource documentation (for now it remains in the
unstableversion due to pending modifications).
2025/08/12
RESOURCE:
SECTION:
DESCRIPTION:
- Removing
allows_pickupfrom location properties.
2025/07/25
RESOURCE:
SECTION:
DESCRIPTION:
-
Added support for a new
cart_idfield in the payload sent to each application's callback_url during shipping quotation requests. -
The
cart_idfield may benullin some cases. -
Updated example for your_callback_url to reflect the inclusion of the
cart_idfield.
2025/06/25
RESOURCE:
SECTION:
DESCRIPTION: Clarified when the Cancel Payment API is triggered, detailing the specific error and timeout scenarios that prompt its invocation.
2025/06/24
RESOURCE:
SECTION:
- GET /fulfillment-orders
- GET /fulfillment-orders/{fulfillment_order_id}
- DELETE /fulfillment-orders/{fulfillment_order_id}
- POST /fulfillment-orders/{fulfillment_order_id}/tracking-events
- PUT /fulfillment-orders/{fulfillment_order_id}/tracking-events/{fulfillment_order_tracking_event_id}
- PATCH /fulfillment-orders/{fulfillment_order_id}
DESCRIPTION:
- The fixed API version and the
{store_id}parameter have been removed from the request examples for the following methods: GET, POST, DELETE, PATCH, and PUT.
2025/06/23
RESOURCE:
SECTION:
DESCRIPTION:
- This update adds a note clarifying that apps must request permission to access the Shipping scope through our public API. In order to use the Shipping endpoints, the app must be registered in the Partners Portal and have explicit authorization granted by our Partner Support Team.
2025/06/11
RESOURCE:
SECTION:
DESCRIPTION:
- Updated the Payment Provider guide to reflect an increased timeout duration (from 10 to 20 seconds) for the Process Payment, Cancel Payment, and Payment Status APIs.
2025/06/02
RESOURCE:
SECTION:
DESCRIPTION:
- Add a note clarifying that the example is for a single warehouse, and include a link to the documentation with an example for multiple warehouses.
2025/05/19
RESOURCE:
SECTION:
DESCRIPTION:
- Update Postman Collection with new API endpoints.
2025/05/05
RESOURCE:
SECTION:
DESCRIPTION:
- Clarification on API Default Result Limit.
2025/05/01
RESOURCE:
SECTION:
DESCRIPTION:
- Clarify that the
referencefield in shipping rates must be a non-null string for rates to be visible in the store.
2025/04/21
RESOURCE:
SECTION:
DESCRIPTION:
- Add two new items to the "Common problems" section:
- Curl request with
codeset to null - Requesting partner credentials when accepting the app installation
- Curl request with
2025/04/11
RESOURCE:
SECTION:
DESCRIPTION:
- Add clarification about the 800ms timeout.
2025/02/20
RESOURCE:
SECTION:
DESCRIPTION:
- Clarification about the 10,000ms timeout in Payment API.
2025/02/17
RESOURCE:
SECTION:
DESCRIPTION:
- We are adding the TrackingInfoHistory field. This field will be populated whenever a change occurs in TrackingInfo.