# Docs ## Docs - [Delete fiscal_group](https://docs.x-mart.io/api-reference/fiscal/delete-admin-fiscal-groups-id.md) - [Delete category by productId](https://docs.x-mart.io/api-reference/fiscal/delete-admin-product-fiscal-categories-productid.md) - [List fiscal_groups](https://docs.x-mart.io/api-reference/fiscal/get-admin-fiscal-groups.md) - [Get fiscal_group by UUID](https://docs.x-mart.io/api-reference/fiscal/get-admin-fiscal-groups-id.md) - [List persisted orders (paginated)](https://docs.x-mart.io/api-reference/fiscal/get-admin-orders.md): Orden por `created_at` descendente. Filtros opcionales por tienda, origen, estado, texto en `order_id`, rango de fechas de creación e intentos de webhook. - [List product_fiscal_category](https://docs.x-mart.io/api-reference/fiscal/get-admin-product-fiscal-categories.md) - [Get by productId (text)](https://docs.x-mart.io/api-reference/fiscal/get-admin-product-fiscal-categories-productid.md) - [Create fiscal_group](https://docs.x-mart.io/api-reference/fiscal/post-admin-fiscal-groups.md) - [Create product fiscal category](https://docs.x-mart.io/api-reference/fiscal/post-admin-product-fiscal-categories.md) - [Enrich order with taxes](https://docs.x-mart.io/api-reference/fiscal/post-enrich-order.md): Calcula impuestos sobre líneas principales (`order.products[].price.totalPrice`) y modificadores según reglas fiscales y guarda la orden en base de datos (upsert por `orderId`). El cuerpo puede ser `OrderPayload` en la raíz o envuelto en un objeto con propiedad `payload`. Requisitos: body no vacío;… - [Enrich, persist, and notify via webhook](https://docs.x-mart.io/api-reference/fiscal/post-enrich-order-forward.md): Mismo cuerpo que `POST /enrich-order`. Tras enriquecer y persistir, envía un POST JSON al webhook (`ORDER_WEBHOOK_URL`) con **únicamente el payload enriquecido** (misma forma que el campo `payload` de la respuesta 200 de `/enrich-order`). La respuesta HTTP de **esta** API solo indica si el flujo y e… - [Update fiscal_group (partial)](https://docs.x-mart.io/api-reference/fiscal/put-admin-fiscal-groups-id.md) - [Update category (productId cannot be sent in body)](https://docs.x-mart.io/api-reference/fiscal/put-admin-product-fiscal-categories-productid.md) - [Orders - Payment Information](https://docs.x-mart.io/api-reference/fulfillment/getpay.md): Oauth authentication with client credentials - [Pickup Orders - Dispatched](https://docs.x-mart.io/api-reference/fulfillment/postdispatched.md): Oauth authentication with client credentials - [Orders - Status Change](https://docs.x-mart.io/api-reference/fulfillment/poststatus.md): Oauth authentication with client credentials - [Registers tracking information for a specific order](https://docs.x-mart.io/api-reference/fulfillment/posttrack.md): Record tracking information for a specific order - [Orders - Transfer](https://docs.x-mart.io/api-reference/fulfillment/puttransfer.md): Autenticación oauth con client credentials - [Get Order](https://docs.x-mart.io/api-reference/injection/get.md): Gets detailed information of a specific order by its ID, including products, pricing, client details, store info, shipping, payments, marketing and additional info. - [New Order Webhook](https://docs.x-mart.io/api-reference/injection/postorder.md): This service will need to be implemented on the client side so that Trade can consume it. This will serve to notify the client every time a new order entered event occurs. - [Create Stores and Sales Channels](https://docs.x-mart.io/api-reference/v3/channels-stores/post.md): This endpoint allows registering stores and sales channels in the system. Important!: Each request sent is processed as a new configuration, so if a store, sales channel, warehouse, etc. is not sent, its entire configuration will be deleted - [Get Synchronization Report](https://docs.x-mart.io/api-reference/v3/lists/get.md): Allows obtaining a detailed report of: synchronization status, categories, products, modifiers, modifier options, errors and warnings of the last synchronization of a store - [This endpoint allows registering or editing a list in the system](https://docs.x-mart.io/api-reference/v3/lists/put.md): This endpoint allows you to register or edit a list in the system. Important: Each submitted request is processed as a new configuration, so if a product, category, modifier, etc. is not sent all your configuration will be deleted - [This endpoint allows adding a list to the system](https://docs.x-mart.io/api-reference/v3/products/post.md): This endpoint allows you to add a list in the system. Important: Each submitted request is processed as a new configuration, so if a product, category, modifier, etc. is not sent all your configuration will be deleted. - [This endpoint allows updating product information](https://docs.x-mart.io/api-reference/v3/products/put.md): This endpoint allows you to update product information - [This endpoint allows registering or editing a list in the system](https://docs.x-mart.io/api-reference/v3/products/putpro.md): This endpoint updates information for an existing product - [Get stores by brand](https://docs.x-mart.io/api-reference/v3/stores/get.md): This endpoint allows listing the stores of a brand registered in the system - [Get store by id](https://docs.x-mart.io/api-reference/v3/stores/getId.md): This endpoint allows obtaining information about a store registered in the system - [Change store status](https://docs.x-mart.io/api-reference/v3/stores/put.md): This endpoint changes the status of a store in the system - [Channels](https://docs.x-mart.io/ingles/Concepts/Channels.md): Discover what channels are to achieve a successful synchronization - [Stores](https://docs.x-mart.io/ingles/Concepts/Stores.md): Discover what stores are to achieve a successful synchronization - [List](https://docs.x-mart.io/ingles/Concepts/list.md): Discover what lists are to achieve a successful synchronization - [Our API](https://docs.x-mart.io/ingles/Our API.md): Learn about external client integration, store and list overview, and discover v3 injection and status changes - [Get Token](https://docs.x-mart.io/ingles/api-reference/authentication/login/post.md): This endpoint allows obtaining the access token for OAuth2 clients - [Order integration Guide](https://docs.x-mart.io/ingles/essentials/Order integration Guide.md) - [Authentication](https://docs.x-mart.io/ingles/essentials/auth.md) - [Menu integration Guide](https://docs.x-mart.io/ingles/essentials/menu integration Guide.md) - [Store Integration Guide](https://docs.x-mart.io/ingles/essentials/stores integration Guide.md) - [Introduction](https://docs.x-mart.io/ingles/introduction.md) - [Quickstart](https://docs.x-mart.io/ingles/quickstart.md): How to configure the Xmart account ## OpenAPI Specs - [openapi](https://docs.x-mart.io/api-reference/openapi.json) ## Optional - [Create an account](https://app.x-mart.io/auth/signin) - [Version](https://docs.x-mart.io/version)