{"templateId":"markdown","versions":[{"version":"shipengine","label":"ShipStation API (formerly ShipEngine)","link":"/apis/shipengine/docs/orders/shipment-numbers","default":false,"active":false,"folderId":"58c9a61d"},{"version":"shipstation-v2","label":"ShipStation V2 API","link":"/apis/docs/orders/shipment-numbers","default":true,"active":true,"folderId":"58c9a61d"},{"version":"shipstation-v1","label":"ShipStation V1 API","link":"/apis/shipstation-v1/docs/orders/shipment-numbers","default":false,"active":false,"folderId":"58c9a61d"}],"sharedDataIds":{"sidebar":"sidebar-apis/@shipengine/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"Shipment Numbers & Uniqueness","keywords":"shipping, labels, shipstation, documentation, api","siteUrl":"https://docs.shipstation.com","lang":"en-US","llmstxt":{"hide":false,"title":"ShipStation API LLM Docs","description":"Find links and references to all markdown documentation for use with LLMs","excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"shipment-numbers--uniqueness","__idx":0},"children":["Shipment Numbers & Uniqueness"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipment_number"]}," is a user-friendly, human-readable identifier for shipments. Understanding how it works and its relationship to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["external_shipment_id"]}," is important for proper integration."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"what-is-shipment_number","__idx":1},"children":["What is shipment_number?"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipment_number"]}," is equivalent to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["orderNumber"]}," in the v1 API and ShipStation UI. It's designed to be:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Human-readable"]},": Easy to reference in conversations and support tickets"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Unique per account"]},": No two shipments can have the same ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipment_number"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Optional"]},": You can provide your own or let the system generate one"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Mutable"]},": Can be updated after creation (unlike ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["external_shipment_id"]},")"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"v1-to-v2-mapping","__idx":2},"children":["v1 to v2 Mapping"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v1 / UI Term"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v2 Term"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Purpose"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["orderNumber"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["shipment_number"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["User-friendly display number"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"uniqueness-rules","__idx":3},"children":["Uniqueness Rules"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"enforced-uniqueness","__idx":4},"children":["Enforced Uniqueness"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipment_number"]}," field has ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["strict uniqueness enforcement"]}," at the account level:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["✅ Each ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipment_number"]}," must be unique within your ShipStation account"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["❌ Attempting to create a shipment with a duplicate ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipment_number"]}," will fail"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["⚠️ This applies across ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["all shipments"]},", regardless of status"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example Error:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"errors\": [\n    {\n      \"message\": \"A shipment with shipment_number 'ORDER-12345' already exists\",\n      \"field\": \"shipment_number\"\n    }\n  ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"how-external_shipment_id-differs","__idx":5},"children":["How external_shipment_id Differs"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Field"},"children":["Field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Uniqueness"},"children":["Uniqueness"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Mutability"},"children":["Mutability"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Auto-Generated"},"children":["Auto-Generated"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipment_number"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Required unique"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Can be updated"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes (if not provided)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["external_shipment_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Required unique"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Cannot be changed"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes (if not provided)"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Both fields must be unique, but ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipment_number"]}," can be updated after creation while ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["external_shipment_id"]}," is immutable."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"automatic-population-rules","__idx":6},"children":["Automatic Population Rules"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ShipStation follows a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["duplication rule"]}," when neither field is provided:"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"scenario-1-you-provide-both","__idx":7},"children":["Scenario 1: You Provide Both"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"external_shipment_id\": \"ORDER-2024-12345\",\n  \"shipment_number\": \"ORD-12345\",\n  ...\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Result:"]}," Both values are used as provided."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"scenario-2-you-provide-only-external_shipment_id","__idx":8},"children":["Scenario 2: You Provide Only external_shipment_id"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"external_shipment_id\": \"ORDER-2024-12345\",\n  // shipment_number not provided\n  ...\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Result:"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["external_shipment_id"]}," = ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"ORDER-2024-12345\""]}," (your value)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipment_number"]}," = ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"ORDER-2024-12345\""]}," (duplicated from external_shipment_id)"]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"success","name":"Common Pattern"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Many integrations only provide ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["external_shipment_id"]}," and let the system duplicate it to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipment_number"]},". This works well if your external IDs are already human-readable."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"scenario-3-you-provide-only-shipment_number","__idx":9},"children":["Scenario 3: You Provide Only shipment_number"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  // external_shipment_id not provided\n  \"shipment_number\": \"ORD-12345\",\n  ...\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Result:"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipment_number"]}," = ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"ORD-12345\""]}," (your value)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["external_shipment_id"]}," = ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"se-123456789\""]}," (system-generated based on shipment_id)"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"scenario-4-you-provide-neither","__idx":10},"children":["Scenario 4: You Provide Neither"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  // Neither field provided\n  ...\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Result:"]}," Both are auto-generated based on the internal ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipment_id"]},":"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["external_shipment_id"]}," = ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"se-123456789\""]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipment_number"]}," = ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"se-123456789\""]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Not Recommended"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Relying on auto-generated values makes it harder to correlate ShipStation records with your own system. Always provide at least ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["external_shipment_id"]},"."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"best-practices","__idx":11},"children":["Best Practices"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"use-meaningful-identifiers","__idx":12},"children":["Use Meaningful Identifiers"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"// ✅ Good - Clear, readable identifiers\n{\n  \"external_shipment_id\": \"SHOPIFY-ORDER-98765\",\n  \"shipment_number\": \"WEB-2024-0615-001\"\n}\n\n// ❌ Not ideal - Cryptic or auto-generated values\n{\n  \"external_shipment_id\": \"se-123456789\",\n  \"shipment_number\": \"se-123456789\"\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"handle-uniqueness-conflicts","__idx":13},"children":["Handle Uniqueness Conflicts"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you encounter a duplicate ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipment_number"]}," error:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Check if the shipment already exists"]}," - Query by ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["external_shipment_id"]}," to see if you already created it"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Use a different number"]}," - Append a suffix or increment a counter"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Update the existing shipment"]}," - If you're re-creating a canceled shipment"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"// Example: Retry with incremented number\ntry {\n  await createShipment({\n    external_shipment_id: \"ORDER-12345\",\n    shipment_number: \"ORD-12345\"\n  });\n} catch (error) {\n  if (error.field === 'shipment_number') {\n    // Retry with suffixed number\n    await createShipment({\n      external_shipment_id: \"ORDER-12345\",\n      shipment_number: \"ORD-12345-RETRY\"\n    });\n  }\n}\n","lang":"javascript"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"leverage-the-duplication-rule","__idx":14},"children":["Leverage the Duplication Rule"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If your ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["external_shipment_id"]}," values are already user-friendly, just provide that:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"external_shipment_id\": \"ORDER-2024-06-15-001\"\n  // shipment_number will automatically duplicate: \"ORDER-2024-06-15-001\"\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This reduces redundancy and ensures consistency."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"updating-shipment_number","__idx":15},"children":["Updating shipment_number"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Unlike ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["external_shipment_id"]},", you ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["can update"]}," the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipment_number"]}," after creation:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"PUT /v2/shipments/se-123456\n{\n  \"shipment_number\": \"NEW-NUMBER-456\"\n}\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Must Still Be Unique"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The new ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipment_number"]}," must still be unique across your account. If another shipment already has that number, the update will fail."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"common-scenarios","__idx":16},"children":["Common Scenarios"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"e-commerce-integration","__idx":17},"children":["E-commerce Integration"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"external_shipment_id\": \"SHOPIFY-98765\",\n  \"shipment_number\": \"ORDER-2024-001\",\n  // external_shipment_id tracks the Shopify order\n  // shipment_number is what customers see\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sequential-order-numbers","__idx":18},"children":["Sequential Order Numbers"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"external_shipment_id\": \"UUID-a1b2c3d4\",\n  \"shipment_number\": \"100001\",  // Sequential counter\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"date-based-order-numbers","__idx":19},"children":["Date-Based Order Numbers"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"external_shipment_id\": \"INTERNAL-789\",\n  \"shipment_number\": \"20240615-001\",  // YYYYMMDD-sequence\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"related-guides","__idx":20},"children":["Related Guides"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/orders/external-identifiers"},"children":["External Identifiers Guide"]}]}," - Deep dive on ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["external_shipment_id"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["external_order_id"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/orders/understanding-orders-shipments"},"children":["Understanding Orders & Shipments"]}]}," - Core concepts overview"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/orders/legacy-migration"},"children":["Legacy API Migration"]}]}," - Migrating from v1 ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["orderNumber"]}]}]}]},"headings":[{"value":"Shipment Numbers & Uniqueness","id":"shipment-numbers--uniqueness","depth":1},{"value":"What is shipment_number?","id":"what-is-shipment_number","depth":2},{"value":"v1 to v2 Mapping","id":"v1-to-v2-mapping","depth":3},{"value":"Uniqueness Rules","id":"uniqueness-rules","depth":2},{"value":"Enforced Uniqueness","id":"enforced-uniqueness","depth":3},{"value":"How external_shipment_id Differs","id":"how-external_shipment_id-differs","depth":3},{"value":"Automatic Population Rules","id":"automatic-population-rules","depth":2},{"value":"Scenario 1: You Provide Both","id":"scenario-1-you-provide-both","depth":3},{"value":"Scenario 2: You Provide Only external_shipment_id","id":"scenario-2-you-provide-only-external_shipment_id","depth":3},{"value":"Scenario 3: You Provide Only shipment_number","id":"scenario-3-you-provide-only-shipment_number","depth":3},{"value":"Scenario 4: You Provide Neither","id":"scenario-4-you-provide-neither","depth":3},{"value":"Best Practices","id":"best-practices","depth":2},{"value":"Use Meaningful Identifiers","id":"use-meaningful-identifiers","depth":3},{"value":"Handle Uniqueness Conflicts","id":"handle-uniqueness-conflicts","depth":3},{"value":"Leverage the Duplication Rule","id":"leverage-the-duplication-rule","depth":3},{"value":"Updating shipment_number","id":"updating-shipment_number","depth":2},{"value":"Common Scenarios","id":"common-scenarios","depth":2},{"value":"E-commerce Integration","id":"e-commerce-integration","depth":3},{"value":"Sequential Order Numbers","id":"sequential-order-numbers","depth":3},{"value":"Date-Based Order Numbers","id":"date-based-order-numbers","depth":3},{"value":"Related Guides","id":"related-guides","depth":2}],"frontmatter":{"slug":"/orders/shipment-numbers","seo":{"title":"Shipment Numbers & Uniqueness"}},"lastModified":"2026-07-02T22:02:49.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/orders/shipment-numbers","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}