CHANGELOG
This changelog reflects changes in the documentation only, not in the API itself.
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/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.
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
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/15
RESOURCE:
DESCRIPTION:
- Adds
customerwebhooks for the events:created,updatedanddeleted
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/24
RESOURCE:
DESCRIPTION:
- Added new endpoints
/orders/id/history/valuesand/orders/id/history/editions/to the Order resource. - Removed deprecated shipping properties from the Order resource in favor of Fulfillment Order properties.
- Removed Order Multi Inventory resource, all relevant information was moved to the Order resource.
- Updated Order resource properties to reflect new possible statuses and properties.
- Updated Cart API for new endpoint for fetching a Cart.
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/03/04
RESOURCE:
SECTION:
DESCRIPTION:
- Remove 'WIP: This resource is in development and not available yet.'
2025/03/27
RESOURCE:
SECTION:
DESCRIPTION:
- New billing API
- New authentication method for some endpoints
- New webhook for billing API
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.
2025/01/30
RESOURCE:
SECTION:
DESCRIPTION:
- Remove the
has_multi_cdproperty.
2025/01/28
RESOURCE:
SECTION:
DESCRIPTION:
- Add the
same_billing_and_shipping_addressparameter documentation.