{"section":"tutorials","requestedLocale":"en","requestedSlug":"how-to-identify-an-order-split-from-omnichannel","locale":"en","slug":"how-to-identify-an-order-split-from-omnichannel","path":"docs/en/tutorials/orders/orders-overview/how-to-identify-an-order-split-from-omnichannel.md","branch":"main","content":"Stores that operate with [Unified Commerce](/en/tracks/estrategias-de-comercio-unificado--3WGDRRhc3vf1MJb9zGncnv) strategies and omnichannel architecture need to manage orders alongside their financial reconciliation. The **Orders** module and the [Split Payment](/en/docs/tutorials/split-payment) solution allow an order to be split among multiple sellers, which is called order splitting.\n\nYou can see if an order has been split in the order ID. There are two ID formats for stores acting as a [marketplace](/en/docs/tutorials/configuring-vtex-marketplace):\n\n- A sequence of 12 numerical digits. For example: `527103869572`.\n- A sequence of alphanumeric numbers, consisting by default of the letter \"v,\" followed by 6 numerical digits and 4 letters. For example: `v527103anml`.\n\nWhen the order is split, a suffix is added to the ID, such as `-01` or `-02`. Each number represents a seller, and the count starts from one onwards.\n\n> For example: In the marketplace, an order's split ID could be `527103869572-01` or `v527103anml-01`.\n\n> ℹ️ Orders placed on the marketplace will have an ID in the sellers' environment. Each seller has restricted access to its order section and no access to other sellers' orders.\n\nThe order ID in the seller's environment is based on the same sequence used in the marketplace but has an additional prefix corresponding to the [affiliate ID](/en/docs/tutorials/what-is-an-affiliate), composed of three consonants that identify the seller in the marketplace.\n\n> For example: If the order ID in the marketplace is `v527103anml-01`, in the seller environment, it would be `SLR-v527103anml-01`.\n\nSome stores using [integrations with ERP](https://developers.vtex.com/vtex-rest-api/docs/erp-integration-guide) and other systems may require additional configuration or customization to receive order split information. If the store has access to both the marketplace and seller environments, you can access the information via [API](https://developers.vtex.com/vtex-rest-api/reference/listorders).\n\n## Learn more\n\n- [Precautions when setting the order numbering](/en/docs/tutorials/precautions-when-setting-the-order-numbering)"}