shipbob-node-sdk 0.0.16 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/README.md +78 -175
  2. package/dist/WebScraper.js +7 -5
  3. package/dist/WebScraper.js.map +1 -1
  4. package/dist/client/2025-07/client/client.gen.d.ts +2 -0
  5. package/dist/client/2025-07/client/client.gen.js +240 -0
  6. package/dist/client/2025-07/client/client.gen.js.map +1 -0
  7. package/dist/client/2025-07/client/index.d.ts +8 -0
  8. package/dist/client/2025-07/client/index.js +18 -0
  9. package/dist/client/2025-07/client/index.js.map +1 -0
  10. package/dist/client/2025-07/client/types.gen.d.ts +117 -0
  11. package/dist/client/2025-07/client/types.gen.js +4 -0
  12. package/dist/client/2025-07/client/types.gen.js.map +1 -0
  13. package/dist/client/2025-07/client/utils.gen.d.ts +33 -0
  14. package/dist/client/2025-07/client/utils.gen.js +242 -0
  15. package/dist/client/2025-07/client/utils.gen.js.map +1 -0
  16. package/dist/client/2025-07/client.gen.d.ts +12 -0
  17. package/dist/client/2025-07/client.gen.js +7 -0
  18. package/dist/client/2025-07/client.gen.js.map +1 -0
  19. package/dist/client/2025-07/core/auth.gen.d.ts +18 -0
  20. package/dist/client/2025-07/core/auth.gen.js +19 -0
  21. package/dist/client/2025-07/core/auth.gen.js.map +1 -0
  22. package/dist/client/2025-07/core/bodySerializer.gen.d.ts +25 -0
  23. package/dist/client/2025-07/core/bodySerializer.gen.js +61 -0
  24. package/dist/client/2025-07/core/bodySerializer.gen.js.map +1 -0
  25. package/dist/client/2025-07/core/params.gen.d.ts +43 -0
  26. package/dist/client/2025-07/core/params.gen.js +105 -0
  27. package/dist/client/2025-07/core/params.gen.js.map +1 -0
  28. package/dist/client/2025-07/core/pathSerializer.gen.d.ts +33 -0
  29. package/dist/client/2025-07/core/pathSerializer.gen.js +116 -0
  30. package/dist/client/2025-07/core/pathSerializer.gen.js.map +1 -0
  31. package/dist/client/2025-07/core/queryKeySerializer.gen.d.ts +18 -0
  32. package/dist/client/2025-07/core/queryKeySerializer.gen.js +99 -0
  33. package/dist/client/2025-07/core/queryKeySerializer.gen.js.map +1 -0
  34. package/dist/client/2025-07/core/serverSentEvents.gen.d.ts +71 -0
  35. package/dist/client/2025-07/core/serverSentEvents.gen.js +138 -0
  36. package/dist/client/2025-07/core/serverSentEvents.gen.js.map +1 -0
  37. package/dist/client/2025-07/core/types.gen.d.ts +78 -0
  38. package/dist/client/2025-07/core/types.gen.js +4 -0
  39. package/dist/client/2025-07/core/types.gen.js.map +1 -0
  40. package/dist/client/2025-07/core/utils.gen.d.ts +19 -0
  41. package/dist/client/2025-07/core/utils.gen.js +94 -0
  42. package/dist/client/2025-07/core/utils.gen.js.map +1 -0
  43. package/dist/client/2025-07/index.d.ts +2 -0
  44. package/dist/client/2025-07/index.js +73 -0
  45. package/dist/client/2025-07/index.js.map +1 -0
  46. package/dist/client/2025-07/sdk.gen.d.ts +380 -0
  47. package/dist/client/2025-07/sdk.gen.js +778 -0
  48. package/dist/client/2025-07/sdk.gen.js.map +1 -0
  49. package/dist/client/2025-07/types.gen.d.ts +7191 -0
  50. package/dist/client/2025-07/types.gen.js +4 -0
  51. package/dist/client/2025-07/types.gen.js.map +1 -0
  52. package/dist/client/2026-01/client/client.gen.d.ts +2 -0
  53. package/dist/client/2026-01/client/client.gen.js +240 -0
  54. package/dist/client/2026-01/client/client.gen.js.map +1 -0
  55. package/dist/client/2026-01/client/index.d.ts +8 -0
  56. package/dist/client/2026-01/client/index.js +18 -0
  57. package/dist/client/2026-01/client/index.js.map +1 -0
  58. package/dist/client/2026-01/client/types.gen.d.ts +117 -0
  59. package/dist/client/2026-01/client/types.gen.js +4 -0
  60. package/dist/client/2026-01/client/types.gen.js.map +1 -0
  61. package/dist/client/2026-01/client/utils.gen.d.ts +33 -0
  62. package/dist/client/2026-01/client/utils.gen.js +242 -0
  63. package/dist/client/2026-01/client/utils.gen.js.map +1 -0
  64. package/dist/client/2026-01/client.gen.d.ts +12 -0
  65. package/dist/client/2026-01/client.gen.js +7 -0
  66. package/dist/client/2026-01/client.gen.js.map +1 -0
  67. package/dist/client/2026-01/core/auth.gen.d.ts +18 -0
  68. package/dist/client/2026-01/core/auth.gen.js +19 -0
  69. package/dist/client/2026-01/core/auth.gen.js.map +1 -0
  70. package/dist/client/2026-01/core/bodySerializer.gen.d.ts +25 -0
  71. package/dist/client/2026-01/core/bodySerializer.gen.js +61 -0
  72. package/dist/client/2026-01/core/bodySerializer.gen.js.map +1 -0
  73. package/dist/client/2026-01/core/params.gen.d.ts +43 -0
  74. package/dist/client/2026-01/core/params.gen.js +105 -0
  75. package/dist/client/2026-01/core/params.gen.js.map +1 -0
  76. package/dist/client/2026-01/core/pathSerializer.gen.d.ts +33 -0
  77. package/dist/client/2026-01/core/pathSerializer.gen.js +116 -0
  78. package/dist/client/2026-01/core/pathSerializer.gen.js.map +1 -0
  79. package/dist/client/2026-01/core/queryKeySerializer.gen.d.ts +18 -0
  80. package/dist/client/2026-01/core/queryKeySerializer.gen.js +99 -0
  81. package/dist/client/2026-01/core/queryKeySerializer.gen.js.map +1 -0
  82. package/dist/client/2026-01/core/serverSentEvents.gen.d.ts +71 -0
  83. package/dist/client/2026-01/core/serverSentEvents.gen.js +138 -0
  84. package/dist/client/2026-01/core/serverSentEvents.gen.js.map +1 -0
  85. package/dist/client/2026-01/core/types.gen.d.ts +78 -0
  86. package/dist/client/2026-01/core/types.gen.js +4 -0
  87. package/dist/client/2026-01/core/types.gen.js.map +1 -0
  88. package/dist/client/2026-01/core/utils.gen.d.ts +19 -0
  89. package/dist/client/2026-01/core/utils.gen.js +94 -0
  90. package/dist/client/2026-01/core/utils.gen.js.map +1 -0
  91. package/dist/client/2026-01/index.d.ts +2 -0
  92. package/dist/client/2026-01/index.js +73 -0
  93. package/dist/client/2026-01/index.js.map +1 -0
  94. package/dist/client/2026-01/sdk.gen.d.ts +450 -0
  95. package/dist/client/2026-01/sdk.gen.js +848 -0
  96. package/dist/client/2026-01/sdk.gen.js.map +1 -0
  97. package/dist/client/2026-01/types.gen.d.ts +7282 -0
  98. package/dist/client/2026-01/types.gen.js +4 -0
  99. package/dist/client/2026-01/types.gen.js.map +1 -0
  100. package/dist/index.d.ts +20 -178
  101. package/dist/index.js +116 -386
  102. package/dist/index.js.map +1 -1
  103. package/dist/types.d.ts +61 -1435
  104. package/dist/types.js +1 -38
  105. package/dist/types.js.map +1 -1
  106. package/openapi-1.0.json +8422 -0
  107. package/openapi-2025-07.json +1 -0
  108. package/openapi-2026-01.json +1 -0
  109. package/package.json +6 -9
@@ -0,0 +1,450 @@
1
+ import type { Client, Options as Options2, TDataShape } from './client';
2
+ import type { Delete202601ProductByProductIdData, Delete202601ProductByProductIdErrors, Delete202601ProductByProductIdResponses, Delete202601WebhookByIdData, Delete202601WebhookByIdErrors, Delete202601WebhookByIdResponses, Get202601ChannelData, Get202601ChannelErrors, Get202601ChannelResponses, Get202601FulfillmentCenterData, Get202601FulfillmentCenterErrors, Get202601FulfillmentCenterResponses, Get202601InventoryByInventoryIdData, Get202601InventoryByInventoryIdErrors, Get202601InventoryByInventoryIdResponses, Get202601InventoryData, Get202601InventoryErrors, Get202601InventoryLevelByInventoryIdData, Get202601InventoryLevelByInventoryIdErrors, Get202601InventoryLevelByInventoryIdLocationsData, Get202601InventoryLevelByInventoryIdLocationsErrors, Get202601InventoryLevelByInventoryIdLocationsResponses, Get202601InventoryLevelByInventoryIdLotsData, Get202601InventoryLevelByInventoryIdLotsErrors, Get202601InventoryLevelByInventoryIdLotsResponses, Get202601InventoryLevelByInventoryIdResponses, Get202601InventoryLevelData, Get202601InventoryLevelErrors, Get202601InventoryLevelLocationsData, Get202601InventoryLevelLocationsErrors, Get202601InventoryLevelLocationsResponses, Get202601InventoryLevelLotsData, Get202601InventoryLevelLotsErrors, Get202601InventoryLevelLotsResponses, Get202601InventoryLevelResponses, Get202601InventoryResponses, Get202601InvoicesByInvoiceIdTransactionsData, Get202601InvoicesByInvoiceIdTransactionsErrors, Get202601InvoicesByInvoiceIdTransactionsResponses, Get202601InvoicesData, Get202601InvoicesErrors, Get202601InvoicesResponses, Get202601LocationData, Get202601LocationErrors, Get202601LocationResponses, Get202601OrderByOrderIdData, Get202601OrderByOrderIdErrors, Get202601OrderByOrderIdResponses, Get202601OrderByOrderIdShipmentByShipmentIdData, Get202601OrderByOrderIdShipmentByShipmentIdErrors, Get202601OrderByOrderIdShipmentByShipmentIdLogsData, Get202601OrderByOrderIdShipmentByShipmentIdLogsErrors, Get202601OrderByOrderIdShipmentByShipmentIdLogsResponses, Get202601OrderByOrderIdShipmentByShipmentIdResponses, Get202601OrderByOrderIdShipmentByShipmentIdTimelineData, Get202601OrderByOrderIdShipmentByShipmentIdTimelineErrors, Get202601OrderByOrderIdShipmentByShipmentIdTimelineResponses, Get202601OrderByOrderIdShipmentData, Get202601OrderByOrderIdShipmentErrors, Get202601OrderByOrderIdShipmentResponses, Get202601OrderByOrderIdStoreOrderJsonData, Get202601OrderByOrderIdStoreOrderJsonErrors, Get202601OrderByOrderIdStoreOrderJsonResponses, Get202601OrderData, Get202601OrderErrors, Get202601OrderResponses, Get202601PackagingRequirementData, Get202601PackagingRequirementResponses, Get202601ProductByProductIdData, Get202601ProductByProductIdErrors, Get202601ProductByProductIdResponses, Get202601ProductByProductIdVariantsData, Get202601ProductByProductIdVariantsErrors, Get202601ProductByProductIdVariantsResponses, Get202601ProductData, Get202601ProductErrors, Get202601ProductResponses, Get202601ReceivingByIdBoxesData, Get202601ReceivingByIdBoxesErrors, Get202601ReceivingByIdBoxesResponses, Get202601ReceivingByIdData, Get202601ReceivingByIdDistributionsData, Get202601ReceivingByIdDistributionsErrors, Get202601ReceivingByIdDistributionsResponses, Get202601ReceivingByIdErrors, Get202601ReceivingByIdLabelsData, Get202601ReceivingByIdLabelsErrors, Get202601ReceivingByIdLabelsResponses, Get202601ReceivingByIdResponses, Get202601ReceivingData, Get202601ReceivingErrors, Get202601ReceivingResponses, Get202601ReturnByIdData, Get202601ReturnByIdErrors, Get202601ReturnByIdResponses, Get202601ReturnData, Get202601ReturnErrors, Get202601ReturnResponses, Get202601ShipmentByShipmentIdData, Get202601ShipmentByShipmentIdErrors, Get202601ShipmentByShipmentIdLogsData, Get202601ShipmentByShipmentIdLogsErrors, Get202601ShipmentByShipmentIdLogsResponses, Get202601ShipmentByShipmentIdResponses, Get202601ShipmentByShipmentIdTimelineData, Get202601ShipmentByShipmentIdTimelineErrors, Get202601ShipmentByShipmentIdTimelineResponses, Get202601ShippingMethodData, Get202601ShippingMethodErrors, Get202601ShippingMethodResponses, Get202601TaxonomyByIdData, Get202601TaxonomyByIdErrors, Get202601TaxonomyByIdParentData, Get202601TaxonomyByIdParentErrors, Get202601TaxonomyByIdParentResponses, Get202601TaxonomyByIdResponses, Get202601TaxonomyData, Get202601TaxonomyErrors, Get202601TaxonomyResponses, Get202601TransactionFeesData, Get202601TransactionFeesErrors, Get202601TransactionFeesResponses, Get202601WebhookData, Get202601WebhookErrors, Get202601WebhookResponses, Patch202601ProductByProductIdData, Patch202601ProductByProductIdResponses, Patch202601ProductByProductIdVariantsData, Patch202601ProductByProductIdVariantsResponses, Post202601InventoryHistoryQueryData, Post202601InventoryHistoryQueryResponses, Post202601OrderByOrderIdCancelData, Post202601OrderByOrderIdCancelErrors, Post202601OrderByOrderIdCancelResponses, Post202601OrderByOrderIdShipmentByShipmentIdCancelData, Post202601OrderByOrderIdShipmentByShipmentIdCancelErrors, Post202601OrderByOrderIdShipmentByShipmentIdCancelResponses, Post202601OrderData, Post202601OrderErrors, Post202601OrderEstimateData, Post202601OrderEstimateErrors, Post202601OrderEstimateResponses, Post202601OrderResponses, Post202601ProductByProductIdMoveVariantsData, Post202601ProductByProductIdMoveVariantsErrors, Post202601ProductByProductIdMoveVariantsResponses, Post202601ProductByProductIdVariantsData, Post202601ProductByProductIdVariantsResponses, Post202601ProductData, Post202601ProductMoveVariantsData, Post202601ProductMoveVariantsErrors, Post202601ProductMoveVariantsResponses, Post202601ProductResponses, Post202601ReceivingByIdCancelData, Post202601ReceivingByIdCancelErrors, Post202601ReceivingByIdCancelResponses, Post202601ReceivingData, Post202601ReceivingErrors, Post202601ReceivingResponses, Post202601ReceivingSetExternalSyncData, Post202601ReceivingSetExternalSyncErrors, Post202601ReceivingSetExternalSyncResponses, Post202601ReturnByIdCancelData, Post202601ReturnByIdCancelErrors, Post202601ReturnByIdCancelResponses, Post202601ReturnData, Post202601ReturnErrors, Post202601ReturnResponses, Post202601ShipmentBatchCancelData, Post202601ShipmentBatchCancelErrors, Post202601ShipmentBatchCancelResponses, Post202601ShipmentBatchUpdateTrackingUploadData, Post202601ShipmentBatchUpdateTrackingUploadErrors, Post202601ShipmentBatchUpdateTrackingUploadResponses, Post202601ShipmentByShipmentIdCancelData, Post202601ShipmentByShipmentIdCancelErrors, Post202601ShipmentByShipmentIdCancelResponses, Post202601TransactionsQueryData, Post202601TransactionsQueryErrors, Post202601TransactionsQueryResponses, Post202601VariantByVariantIdConvertToBundleData, Post202601VariantByVariantIdConvertToBundleResponses, Post202601VariantByVariantIdMergeData, Post202601VariantByVariantIdMergeResponses, Post202601WebhookData, Post202601WebhookErrors, Post202601WebhookResponses, Put202601ReturnByIdData, Put202601ReturnByIdErrors, Put202601ReturnByIdResponses } from './types.gen';
3
+ export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean, TResponse = unknown> = Options2<TData, ThrowOnError, TResponse> & {
4
+ /**
5
+ * You can provide a client instance returned by `createClient()` instead of
6
+ * individual options. This might be also useful if you want to implement a
7
+ * custom client.
8
+ */
9
+ client?: Client;
10
+ /**
11
+ * You can pass arbitrary values through the `meta` object. This can be
12
+ * used to access values that aren't defined as part of the SDK function.
13
+ */
14
+ meta?: Record<string, unknown>;
15
+ };
16
+ /**
17
+ * Get All Inventory Levels
18
+ *
19
+ * Retrieves current inventory levels across all locations. Returns available, on-hand, committed, and other quantity types. Supports filtering by inventory IDs and product attributes.
20
+ */
21
+ export declare const get202601InventoryLevel: <ThrowOnError extends boolean = false>(options?: Options<Get202601InventoryLevelData, ThrowOnError>) => import("./client").RequestResult<Get202601InventoryLevelResponses, Get202601InventoryLevelErrors, ThrowOnError, "fields">;
22
+ /**
23
+ * Get Inventory Levels
24
+ *
25
+ * Retrieves the aggregated inventory levels for a specific inventory item across all locations, including available, on-hand, committed, and other quantity types.
26
+ */
27
+ export declare const get202601InventoryLevelByInventoryId: <ThrowOnError extends boolean = false>(options: Options<Get202601InventoryLevelByInventoryIdData, ThrowOnError>) => import("./client").RequestResult<Get202601InventoryLevelByInventoryIdResponses, Get202601InventoryLevelByInventoryIdErrors, ThrowOnError, "fields">;
28
+ /**
29
+ * Get All Inventory Levels Grouped By Fulfillment Center
30
+ *
31
+ * Retrieves inventory levels for all inventory items grouped by fulfillment center location. Supports filtering by location type, location ID, and various product attributes.
32
+ */
33
+ export declare const get202601InventoryLevelLocations: <ThrowOnError extends boolean = false>(options?: Options<Get202601InventoryLevelLocationsData, ThrowOnError>) => import("./client").RequestResult<Get202601InventoryLevelLocationsResponses, Get202601InventoryLevelLocationsErrors, ThrowOnError, "fields">;
34
+ /**
35
+ * Get Inventory
36
+ *
37
+ * Retrieves detailed information about a specific inventory item by its ID, including product details, variant information, and associated metadata.
38
+ */
39
+ export declare const get202601InventoryByInventoryId: <ThrowOnError extends boolean = false>(options: Options<Get202601InventoryByInventoryIdData, ThrowOnError>) => import("./client").RequestResult<Get202601InventoryByInventoryIdResponses, Get202601InventoryByInventoryIdErrors, ThrowOnError, "fields">;
40
+ /**
41
+ * Get Inventory Levels Grouped By Lot
42
+ *
43
+ * Retrieves inventory levels for a specific inventory item broken down by lot number. Useful for tracking inventory by manufacturing lot, expiration date, or batch information.
44
+ */
45
+ export declare const get202601InventoryLevelByInventoryIdLots: <ThrowOnError extends boolean = false>(options: Options<Get202601InventoryLevelByInventoryIdLotsData, ThrowOnError>) => import("./client").RequestResult<Get202601InventoryLevelByInventoryIdLotsResponses, Get202601InventoryLevelByInventoryIdLotsErrors, ThrowOnError, "fields">;
46
+ /**
47
+ * Get All Inventory Levels Grouped By Lot
48
+ *
49
+ * Retrieves inventory levels for all inventory items grouped by lot number. Enables tracking of inventory across multiple lots, including expiration dates and manufacturing batch information.
50
+ */
51
+ export declare const get202601InventoryLevelLots: <ThrowOnError extends boolean = false>(options?: Options<Get202601InventoryLevelLotsData, ThrowOnError>) => import("./client").RequestResult<Get202601InventoryLevelLotsResponses, Get202601InventoryLevelLotsErrors, ThrowOnError, "fields">;
52
+ /**
53
+ * Get Inventory Levels Grouped By Fulfillment Center
54
+ *
55
+ * Retrieves inventory levels for a specific inventory item broken down by fulfillment center location. Shows quantity breakdowns for each location where the inventory is stored.
56
+ */
57
+ export declare const get202601InventoryLevelByInventoryIdLocations: <ThrowOnError extends boolean = false>(options: Options<Get202601InventoryLevelByInventoryIdLocationsData, ThrowOnError>) => import("./client").RequestResult<Get202601InventoryLevelByInventoryIdLocationsResponses, Get202601InventoryLevelByInventoryIdLocationsErrors, ThrowOnError, "fields">;
58
+ /**
59
+ * Get All Inventories
60
+ *
61
+ * Retrieves a paginated list of all inventory items. Supports filtering by active status, tags, and various product attributes. Use query parameters to search and filter results.
62
+ */
63
+ export declare const get202601Inventory: <ThrowOnError extends boolean = false>(options?: Options<Get202601InventoryData, ThrowOnError>) => import("./client").RequestResult<Get202601InventoryResponses, Get202601InventoryErrors, ThrowOnError, "fields">;
64
+ /**
65
+ * Get Return Order
66
+ *
67
+ *
68
+ * Retrieves the complete details of a specific return order by its unique ID. Use this to view return status, inventory items, transactions, and processing history.
69
+ *
70
+ */
71
+ export declare const get202601ReturnById: <ThrowOnError extends boolean = false>(options: Options<Get202601ReturnByIdData, ThrowOnError>) => import("./client").RequestResult<Get202601ReturnByIdResponses, Get202601ReturnByIdErrors, ThrowOnError, "fields">;
72
+ /**
73
+ * Edit Return Order
74
+ *
75
+ *
76
+ * Updates an existing return using the provided request body and returns the updated return payload.
77
+ *
78
+ */
79
+ export declare const put202601ReturnById: <ThrowOnError extends boolean = false>(options: Options<Put202601ReturnByIdData, ThrowOnError>) => import("./client").RequestResult<Put202601ReturnByIdResponses, Put202601ReturnByIdErrors, ThrowOnError, "fields">;
80
+ /**
81
+ * Get Taxonomy Parent
82
+ *
83
+ * Retrieves the parent taxonomy node for a given taxonomy ID.
84
+ */
85
+ export declare const get202601TaxonomyByIdParent: <ThrowOnError extends boolean = false>(options: Options<Get202601TaxonomyByIdParentData, ThrowOnError>) => import("./client").RequestResult<Get202601TaxonomyByIdParentResponses, Get202601TaxonomyByIdParentErrors, ThrowOnError, "fields">;
86
+ /**
87
+ * Move Variants Between Products
88
+ *
89
+ * Moves variants from their current product to the target product specified in the path. Provide an array of variant IDs to move.
90
+ */
91
+ export declare const post202601ProductByProductIdMoveVariants: <ThrowOnError extends boolean = false>(options: Options<Post202601ProductByProductIdMoveVariantsData, ThrowOnError>) => import("./client").RequestResult<Post202601ProductByProductIdMoveVariantsResponses, Post202601ProductByProductIdMoveVariantsErrors, ThrowOnError, "fields">;
92
+ /**
93
+ * Get Taxonomy by ID
94
+ *
95
+ * Retrieves a specific taxonomy node and its details by taxonomy ID.
96
+ */
97
+ export declare const get202601TaxonomyById: <ThrowOnError extends boolean = false>(options: Options<Get202601TaxonomyByIdData, ThrowOnError>) => import("./client").RequestResult<Get202601TaxonomyByIdResponses, Get202601TaxonomyByIdErrors, ThrowOnError, "fields">;
98
+ /**
99
+ * Get Taxonomies
100
+ *
101
+ * Retrieves all available product taxonomies for categorizing products.
102
+ */
103
+ export declare const get202601Taxonomy: <ThrowOnError extends boolean = false>(options?: Options<Get202601TaxonomyData, ThrowOnError>) => import("./client").RequestResult<Get202601TaxonomyResponses, Get202601TaxonomyErrors, ThrowOnError, "fields">;
104
+ /**
105
+ * Convert Variant to Bundle
106
+ *
107
+ * Converts an existing product variant into a bundle product. Provide the bundle definition specifying which variants and quantities make up the bundle.
108
+ */
109
+ export declare const post202601VariantByVariantIdConvertToBundle: <ThrowOnError extends boolean = false>(options: Options<Post202601VariantByVariantIdConvertToBundleData, ThrowOnError>) => import("./client").RequestResult<Post202601VariantByVariantIdConvertToBundleResponses, unknown, ThrowOnError, "fields">;
110
+ /**
111
+ * Delete Product Bundle
112
+ *
113
+ * Deletes a bundle product by ID. Delete operation not allowed for non-bundles.
114
+ */
115
+ export declare const delete202601ProductByProductId: <ThrowOnError extends boolean = false>(options: Options<Delete202601ProductByProductIdData, ThrowOnError>) => import("./client").RequestResult<Delete202601ProductByProductIdResponses, Delete202601ProductByProductIdErrors, ThrowOnError, "fields">;
116
+ /**
117
+ * Get Product
118
+ *
119
+ * Retrieves a product with all its variants and details.
120
+ */
121
+ export declare const get202601ProductByProductId: <ThrowOnError extends boolean = false>(options: Options<Get202601ProductByProductIdData, ThrowOnError>) => import("./client").RequestResult<Get202601ProductByProductIdResponses, Get202601ProductByProductIdErrors, ThrowOnError, "fields">;
122
+ /**
123
+ * Update Product
124
+ *
125
+ * Updates a product. Supports partial updates - only the fields provided will be updated. When updating variants through this endpoint, you must include the variant ID.
126
+ */
127
+ export declare const patch202601ProductByProductId: <ThrowOnError extends boolean = false>(options: Options<Patch202601ProductByProductIdData, ThrowOnError>) => import("./client").RequestResult<Patch202601ProductByProductIdResponses, unknown, ThrowOnError, "fields">;
128
+ /**
129
+ * Get Product Variants
130
+ *
131
+ * Retrieves all variants for a specific product.
132
+ */
133
+ export declare const get202601ProductByProductIdVariants: <ThrowOnError extends boolean = false>(options: Options<Get202601ProductByProductIdVariantsData, ThrowOnError>) => import("./client").RequestResult<Get202601ProductByProductIdVariantsResponses, Get202601ProductByProductIdVariantsErrors, ThrowOnError, "fields">;
134
+ /**
135
+ * Update Product Variants
136
+ *
137
+ * Updates one or more product variants. The request body must be an array of variant objects. Each variant must include the variant ID, and only the fields provided will be updated.
138
+ */
139
+ export declare const patch202601ProductByProductIdVariants: <ThrowOnError extends boolean = false>(options: Options<Patch202601ProductByProductIdVariantsData, ThrowOnError>) => import("./client").RequestResult<Patch202601ProductByProductIdVariantsResponses, unknown, ThrowOnError, "fields">;
140
+ /**
141
+ * Add Product Variants
142
+ *
143
+ * Adds new variants to an existing product. The request body must be an array of variant objects, each requiring a unique SKU.
144
+ */
145
+ export declare const post202601ProductByProductIdVariants: <ThrowOnError extends boolean = false>(options: Options<Post202601ProductByProductIdVariantsData, ThrowOnError>) => import("./client").RequestResult<Post202601ProductByProductIdVariantsResponses, unknown, ThrowOnError, "fields">;
146
+ /**
147
+ * Get Packaging Requirement
148
+ *
149
+ * Retrieves all available packaging requirements that can be assigned to a product.
150
+ */
151
+ export declare const get202601PackagingRequirement: <ThrowOnError extends boolean = false>(options?: Options<Get202601PackagingRequirementData, ThrowOnError>) => import("./client").RequestResult<Get202601PackagingRequirementResponses, unknown, ThrowOnError, "fields">;
152
+ /**
153
+ * Get Products
154
+ *
155
+ * Retrieves a paginated list of products. Supports filtering by search term, barcode, SKU, status, and other criteria.
156
+ */
157
+ export declare const get202601Product: <ThrowOnError extends boolean = false>(options?: Options<Get202601ProductData, ThrowOnError>) => import("./client").RequestResult<Get202601ProductResponses, Get202601ProductErrors, ThrowOnError, "fields">;
158
+ /**
159
+ * Create Product
160
+ *
161
+ * Creates a new product with one or more variants. Requires a product name and at least one variant with a unique SKU.
162
+ */
163
+ export declare const post202601Product: <ThrowOnError extends boolean = false>(options?: Options<Post202601ProductData, ThrowOnError>) => import("./client").RequestResult<Post202601ProductResponses, unknown, ThrowOnError, "fields">;
164
+ /**
165
+ * Move Variants to New Product
166
+ *
167
+ * Creates a new product and moves existing variants from their current products into it. Provide the new product details and variant IDs.
168
+ */
169
+ export declare const post202601ProductMoveVariants: <ThrowOnError extends boolean = false>(options?: Options<Post202601ProductMoveVariantsData, ThrowOnError>) => import("./client").RequestResult<Post202601ProductMoveVariantsResponses, Post202601ProductMoveVariantsErrors, ThrowOnError, "fields">;
170
+ /**
171
+ * Merge Variants
172
+ *
173
+ * Merges multiple product variants into a target variant. Provide an array of variant IDs to merge into the target variant specified in the path. Inventory from the merged variants will be consolidated into the target variant.
174
+ */
175
+ export declare const post202601VariantByVariantIdMerge: <ThrowOnError extends boolean = false>(options: Options<Post202601VariantByVariantIdMergeData, ThrowOnError>) => import("./client").RequestResult<Post202601VariantByVariantIdMergeResponses, unknown, ThrowOnError, "fields">;
176
+ /**
177
+ * Get Channels
178
+ *
179
+ * Retrieves a paginated list of channels that the authenticated user has access to based on the provided access token.
180
+ *
181
+ */
182
+ export declare const get202601Channel: <ThrowOnError extends boolean = false>(options?: Options<Get202601ChannelData, ThrowOnError>) => import("./client").RequestResult<Get202601ChannelResponses, Get202601ChannelErrors, ThrowOnError, "fields">;
183
+ /**
184
+ * Get Subscriptions
185
+ *
186
+ *
187
+ * This endpoint returns a list of webhook subscriptions.
188
+ *
189
+ */
190
+ export declare const get202601Webhook: <ThrowOnError extends boolean = false>(options?: Options<Get202601WebhookData, ThrowOnError>) => import("./client").RequestResult<Get202601WebhookResponses, Get202601WebhookErrors, ThrowOnError, "fields">;
191
+ /**
192
+ * Create Subscription
193
+ *
194
+ *
195
+ * This endpoint creates a new webhook subscription.
196
+ *
197
+ */
198
+ export declare const post202601Webhook: <ThrowOnError extends boolean = false>(options?: Options<Post202601WebhookData, ThrowOnError>) => import("./client").RequestResult<Post202601WebhookResponses, Post202601WebhookErrors, ThrowOnError, "fields">;
199
+ /**
200
+ * Delete Subscription
201
+ *
202
+ *
203
+ * This endpoint deletes a webhook subscription.
204
+ *
205
+ */
206
+ export declare const delete202601WebhookById: <ThrowOnError extends boolean = false>(options: Options<Delete202601WebhookByIdData, ThrowOnError>) => import("./client").RequestResult<Delete202601WebhookByIdResponses, Delete202601WebhookByIdErrors, ThrowOnError, "fields">;
207
+ /**
208
+ * Get Invoices
209
+ *
210
+ * Gets a paginated list of invoices, optionally filtered by invoice types and date range
211
+ */
212
+ export declare const get202601Invoices: <ThrowOnError extends boolean = false>(options?: Options<Get202601InvoicesData, ThrowOnError>) => import("./client").RequestResult<Get202601InvoicesResponses, Get202601InvoicesErrors, ThrowOnError, "fields">;
213
+ /**
214
+ * Get Transaction Fees
215
+ *
216
+ *
217
+ * This endpoint returns a list of transaction fees
218
+ *
219
+ */
220
+ export declare const get202601TransactionFees: <ThrowOnError extends boolean = false>(options?: Options<Get202601TransactionFeesData, ThrowOnError>) => import("./client").RequestResult<Get202601TransactionFeesResponses, Get202601TransactionFeesErrors, ThrowOnError, "fields">;
221
+ /**
222
+ * Get Transactions by Invoice ID
223
+ *
224
+ *
225
+ * The unique identifier of the invoice whose transactions are to be retrieved
226
+ */
227
+ export declare const get202601InvoicesByInvoiceIdTransactions: <ThrowOnError extends boolean = false>(options: Options<Get202601InvoicesByInvoiceIdTransactionsData, ThrowOnError>) => import("./client").RequestResult<Get202601InvoicesByInvoiceIdTransactionsResponses, Get202601InvoicesByInvoiceIdTransactionsErrors, ThrowOnError, "fields">;
228
+ /**
229
+ * Search Transactions
230
+ *
231
+ * Search transactions with filters (date, invoice, fee type, etc.)
232
+ */
233
+ export declare const post202601TransactionsQuery: <ThrowOnError extends boolean = false>(options?: Options<Post202601TransactionsQueryData, ThrowOnError>) => import("./client").RequestResult<Post202601TransactionsQueryResponses, Post202601TransactionsQueryErrors, ThrowOnError, "fields">;
234
+ /**
235
+ * Cancel Return order
236
+ *
237
+ *
238
+ * Cancels a return order for given return ID.
239
+ *
240
+ */
241
+ export declare const post202601ReturnByIdCancel: <ThrowOnError extends boolean = false>(options: Options<Post202601ReturnByIdCancelData, ThrowOnError>) => import("./client").RequestResult<Post202601ReturnByIdCancelResponses, Post202601ReturnByIdCancelErrors, ThrowOnError, "fields">;
242
+ /**
243
+ * Get Return Orders
244
+ *
245
+ *
246
+ * Retrieves a paginated list of return orders with optional filters for IDs, statuses, dates, and other criteria. Use this to track all returns across your ShipBob account.
247
+ *
248
+ */
249
+ export declare const get202601Return: <ThrowOnError extends boolean = false>(options?: Options<Get202601ReturnData, ThrowOnError>) => import("./client").RequestResult<Get202601ReturnResponses, Get202601ReturnErrors, ThrowOnError, "fields">;
250
+ /**
251
+ * Create Return Order
252
+ *
253
+ *
254
+ * Creates a new return order for a previously shipped order. Specify the original shipment, inventory items to return, and requested return actions.
255
+ *
256
+ */
257
+ export declare const post202601Return: <ThrowOnError extends boolean = false>(options: Options<Post202601ReturnData, ThrowOnError>) => import("./client").RequestResult<Post202601ReturnResponses, Post202601ReturnErrors, ThrowOnError, "fields">;
258
+ /**
259
+ * Get Locations
260
+ *
261
+ * Retrieves physical locations across ShipBob's fulfillment network. An active location (`is_active=true`) is operational for fulfillment processes, including receiving inventory and processing returns. Access to locations varies: some are available to all merchants by default, while others require special approval. Use the `access_granted` parameter to determine if a location is available to the authenticated user, and `receiving_enabled` to confirm if the location accepts inventory.
262
+ */
263
+ export declare const get202601Location: <ThrowOnError extends boolean = false>(options?: Options<Get202601LocationData, ThrowOnError>) => import("./client").RequestResult<Get202601LocationResponses, Get202601LocationErrors, ThrowOnError, "fields">;
264
+ /**
265
+ * Get Shipping Methods
266
+ *
267
+ * Retrieves all available shipping methods configured for your merchant account.
268
+ */
269
+ export declare const get202601ShippingMethod: <ThrowOnError extends boolean = false>(options?: Options<Get202601ShippingMethodData, ThrowOnError>) => import("./client").RequestResult<Get202601ShippingMethodResponses, Get202601ShippingMethodErrors, ThrowOnError, "fields">;
270
+ /**
271
+ * Get Shipment
272
+ *
273
+ * Retrieves detailed information about a specific shipment by shipment ID, including shipment status, tracking information, fulfillment center location, and contained products.
274
+ */
275
+ export declare const get202601ShipmentByShipmentId: <ThrowOnError extends boolean = false>(options: Options<Get202601ShipmentByShipmentIdData, ThrowOnError>) => import("./client").RequestResult<Get202601ShipmentByShipmentIdResponses, Get202601ShipmentByShipmentIdErrors, ThrowOnError, "fields">;
276
+ /**
277
+ * Get Shipment Status Timeline by Order ID and Shipment ID
278
+ *
279
+ * Retrieves a chronological timeline of shipment status updates by shipment ID, showing when each status change occurred and providing visibility into the fulfillment progress.
280
+ */
281
+ export declare const get202601OrderByOrderIdShipmentByShipmentIdTimeline: <ThrowOnError extends boolean = false>(options: Options<Get202601OrderByOrderIdShipmentByShipmentIdTimelineData, ThrowOnError>) => import("./client").RequestResult<Get202601OrderByOrderIdShipmentByShipmentIdTimelineResponses, Get202601OrderByOrderIdShipmentByShipmentIdTimelineErrors, ThrowOnError, "fields">;
282
+ /**
283
+ * Cancel Shipment
284
+ *
285
+ * Cancels a specific shipment by shipment ID. The shipment must not be picked, packed, or shipped to proceed with the cancellation.
286
+ */
287
+ export declare const post202601ShipmentByShipmentIdCancel: <ThrowOnError extends boolean = false>(options: Options<Post202601ShipmentByShipmentIdCancelData, ThrowOnError>) => import("./client").RequestResult<Post202601ShipmentByShipmentIdCancelResponses, Post202601ShipmentByShipmentIdCancelErrors, ThrowOnError, "fields">;
288
+ /**
289
+ * Get All Shipments for Order
290
+ *
291
+ * Retrieves all shipments associated with a specific order, including shipment status, tracking information, and product details.
292
+ */
293
+ export declare const get202601OrderByOrderIdShipment: <ThrowOnError extends boolean = false>(options: Options<Get202601OrderByOrderIdShipmentData, ThrowOnError>) => import("./client").RequestResult<Get202601OrderByOrderIdShipmentResponses, Get202601OrderByOrderIdShipmentErrors, ThrowOnError, "fields">;
294
+ /**
295
+ * Batch Cancel Shipments
296
+ *
297
+ * Cancels multiple shipments in a single request. Shipments can only be cancelled if they are in a cancellable state (i.e. not picked, packed, or shipped yet).
298
+ */
299
+ export declare const post202601ShipmentBatchCancel: <ThrowOnError extends boolean = false>(options: Options<Post202601ShipmentBatchCancelData, ThrowOnError>) => import("./client").RequestResult<Post202601ShipmentBatchCancelResponses, Post202601ShipmentBatchCancelErrors, ThrowOnError, "fields">;
300
+ /**
301
+ * Get Orders
302
+ *
303
+ * Retrieves a paginated list of orders from your ShipBob account with optional filters. All filter parameters use AND logic, meaning orders must match all provided criteria to be returned.
304
+ */
305
+ export declare const get202601Order: <ThrowOnError extends boolean = false>(options?: Options<Get202601OrderData, ThrowOnError>) => import("./client").RequestResult<Get202601OrderResponses, Get202601OrderErrors, ThrowOnError, "fields">;
306
+ /**
307
+ * Create Order
308
+ *
309
+ * Creates a new order in ShipBob’s system that will be queued for fulfillment. Orders can be created using either product reference IDs (SKUs) or ShipBob product IDs, with reference IDs being the recommended approach.
310
+ */
311
+ export declare const post202601Order: <ThrowOnError extends boolean = false>(options: Options<Post202601OrderData, ThrowOnError>) => import("./client").RequestResult<Post202601OrderResponses, Post202601OrderErrors, ThrowOnError, "fields">;
312
+ /**
313
+ * Cancel Order
314
+ *
315
+ * Cancels an order and all associated shipments. The order must be in a cancellable state to proceed with the cancellation.
316
+ */
317
+ export declare const post202601OrderByOrderIdCancel: <ThrowOnError extends boolean = false>(options: Options<Post202601OrderByOrderIdCancelData, ThrowOnError>) => import("./client").RequestResult<Post202601OrderByOrderIdCancelResponses, Post202601OrderByOrderIdCancelErrors, ThrowOnError, "fields">;
318
+ /**
319
+ * Estimate Fulfillment Cost For Order
320
+ *
321
+ * This endpoint will provide, where possible, an estimate of pricing and fulfillment center assignment of a potential standard (direct to consumer) order. Keep in mind that there are ways for the merchant to change FC assignment or product configuration after order creation that could invalidate this estimate. Estimates cannot be returned for items that are unknown, out of stock, or too large for fulfillment using standard box sizes. Additional services such as high-pick fees, shipping insurance, auto-splitting or auto-adding items to orders, and signature required are not included in this estimate.
322
+ */
323
+ export declare const post202601OrderEstimate: <ThrowOnError extends boolean = false>(options: Options<Post202601OrderEstimateData, ThrowOnError>) => import("./client").RequestResult<Post202601OrderEstimateResponses, Post202601OrderEstimateErrors, ThrowOnError, "fields">;
324
+ /**
325
+ * Get Order Store Data
326
+ *
327
+ * Retrieves the original store order data associated with the order in JSON format, preserving custom fields and metadata from the order source.
328
+ */
329
+ export declare const get202601OrderByOrderIdStoreOrderJson: <ThrowOnError extends boolean = false>(options: Options<Get202601OrderByOrderIdStoreOrderJsonData, ThrowOnError>) => import("./client").RequestResult<Get202601OrderByOrderIdStoreOrderJsonResponses, Get202601OrderByOrderIdStoreOrderJsonErrors, ThrowOnError, "fields">;
330
+ /**
331
+ * Mark Tracking Uploaded
332
+ *
333
+ * Mark tracking information as synced to your external system for multiple shipments. Use this endpoint after syncing tracking data to update the IsTrackingUploaded flag, preventing these shipments from appearing in future GET /order queries with IsTrackingUploaded=false.
334
+ *
335
+ * <Tip>Use this endpoint if you're filtering orders by is_tracking_uploaded. This allows integrations to acknowledge that shipments have been successfully synced to their system.</Tip>
336
+ */
337
+ export declare const post202601ShipmentBatchUpdateTrackingUpload: <ThrowOnError extends boolean = false>(options?: Options<Post202601ShipmentBatchUpdateTrackingUploadData, ThrowOnError>) => import("./client").RequestResult<Post202601ShipmentBatchUpdateTrackingUploadResponses, Post202601ShipmentBatchUpdateTrackingUploadErrors, ThrowOnError, "fields">;
338
+ /**
339
+ * Get Shipment Logs
340
+ *
341
+ * Retrieves operational logs for a specific shipment by shipment ID, providing a detailed record of all events and status changes that have occurred.
342
+ */
343
+ export declare const get202601ShipmentByShipmentIdLogs: <ThrowOnError extends boolean = false>(options: Options<Get202601ShipmentByShipmentIdLogsData, ThrowOnError>) => import("./client").RequestResult<Get202601ShipmentByShipmentIdLogsResponses, Get202601ShipmentByShipmentIdLogsErrors, ThrowOnError, "fields">;
344
+ /**
345
+ * Get Shipment by Order ID and Shipment ID
346
+ *
347
+ * Retrieves detailed shipment information for a specific order and shipment combination, including shipment status, tracking information, fulfillment center location, and contained products.
348
+ */
349
+ export declare const get202601OrderByOrderIdShipmentByShipmentId: <ThrowOnError extends boolean = false>(options: Options<Get202601OrderByOrderIdShipmentByShipmentIdData, ThrowOnError>) => import("./client").RequestResult<Get202601OrderByOrderIdShipmentByShipmentIdResponses, Get202601OrderByOrderIdShipmentByShipmentIdErrors, ThrowOnError, "fields">;
350
+ /**
351
+ * Get Order
352
+ *
353
+ * Retrieves detailed information about a specific order by its order ID, including order status, shipments, products, and recipient details.
354
+ */
355
+ export declare const get202601OrderByOrderId: <ThrowOnError extends boolean = false>(options: Options<Get202601OrderByOrderIdData, ThrowOnError>) => import("./client").RequestResult<Get202601OrderByOrderIdResponses, Get202601OrderByOrderIdErrors, ThrowOnError, "fields">;
356
+ /**
357
+ * Cancel Shipment by Order ID and Shipment ID
358
+ *
359
+ * Cancels a specific shipment by order ID and shipment ID. The shipment must not be picked, packed, or shipped to proceed with the cancellation.
360
+ */
361
+ export declare const post202601OrderByOrderIdShipmentByShipmentIdCancel: <ThrowOnError extends boolean = false>(options: Options<Post202601OrderByOrderIdShipmentByShipmentIdCancelData, ThrowOnError>) => import("./client").RequestResult<Post202601OrderByOrderIdShipmentByShipmentIdCancelResponses, Post202601OrderByOrderIdShipmentByShipmentIdCancelErrors, ThrowOnError, "fields">;
362
+ /**
363
+ * Get Shipment Timeline
364
+ *
365
+ * Retrieves a chronological timeline of shipment status updates by shipment ID, showing when each status change occurred and providing visibility into the fulfillment progress.
366
+ */
367
+ export declare const get202601ShipmentByShipmentIdTimeline: <ThrowOnError extends boolean = false>(options: Options<Get202601ShipmentByShipmentIdTimelineData, ThrowOnError>) => import("./client").RequestResult<Get202601ShipmentByShipmentIdTimelineResponses, Get202601ShipmentByShipmentIdTimelineErrors, ThrowOnError, "fields">;
368
+ /**
369
+ * Get Shipment Logs by Order ID and Shipment ID
370
+ *
371
+ * Retrieves operational logs for a specific shipment by shipment ID, providing a detailed record of all events and status changes that have occurred.
372
+ */
373
+ export declare const get202601OrderByOrderIdShipmentByShipmentIdLogs: <ThrowOnError extends boolean = false>(options: Options<Get202601OrderByOrderIdShipmentByShipmentIdLogsData, ThrowOnError>) => import("./client").RequestResult<Get202601OrderByOrderIdShipmentByShipmentIdLogsResponses, Get202601OrderByOrderIdShipmentByShipmentIdLogsErrors, ThrowOnError, "fields">;
374
+ /**
375
+ * Set ExternalSync flag for Wros
376
+ *
377
+ *
378
+ * Sets the external sync flag for one or more warehouse receiving orders to enable or disable external synchronization.
379
+ *
380
+ */
381
+ export declare const post202601ReceivingSetExternalSync: <ThrowOnError extends boolean = false>(options?: Options<Post202601ReceivingSetExternalSyncData, ThrowOnError>) => import("./client").RequestResult<Post202601ReceivingSetExternalSyncResponses, Post202601ReceivingSetExternalSyncErrors, ThrowOnError, "fields">;
382
+ /**
383
+ * Get Fulfillment Centers
384
+ *
385
+ *
386
+ * Returns a list of ShipBob fulfillment centers where inventory can be received.
387
+ *
388
+ */
389
+ export declare const get202601FulfillmentCenter: <ThrowOnError extends boolean = false>(options?: Options<Get202601FulfillmentCenterData, ThrowOnError>) => import("./client").RequestResult<Get202601FulfillmentCenterResponses, Get202601FulfillmentCenterErrors, ThrowOnError, "fields">;
390
+ /**
391
+ * Cancel Warehouse Receiving Order
392
+ *
393
+ *
394
+ * Cancels an existing warehouse receiving order. Only orders in certain statuses can be cancelled.
395
+ *
396
+ */
397
+ export declare const post202601ReceivingByIdCancel: <ThrowOnError extends boolean = false>(options: Options<Post202601ReceivingByIdCancelData, ThrowOnError>) => import("./client").RequestResult<Post202601ReceivingByIdCancelResponses, Post202601ReceivingByIdCancelErrors, ThrowOnError, "fields">;
398
+ /**
399
+ * Get Multiple Warehouse Receiving Orders
400
+ *
401
+ *
402
+ * Returns a list of warehouse receiving orders with optional filtering by status, fulfillment center, purchase order number, and date range.
403
+ *
404
+ */
405
+ export declare const get202601Receiving: <ThrowOnError extends boolean = false>(options?: Options<Get202601ReceivingData, ThrowOnError>) => import("./client").RequestResult<Get202601ReceivingResponses, Get202601ReceivingErrors, ThrowOnError, "fields">;
406
+ /**
407
+ * Create Warehouse Receiving Order
408
+ *
409
+ *
410
+ * Creates a new warehouse receiving order with specified fulfillment center, boxes, and inventory items.
411
+ *
412
+ */
413
+ export declare const post202601Receiving: <ThrowOnError extends boolean = false>(options?: Options<Post202601ReceivingData, ThrowOnError>) => import("./client").RequestResult<Post202601ReceivingResponses, Post202601ReceivingErrors, ThrowOnError, "fields">;
414
+ /**
415
+ * Get Warehouse Receiving Order Boxes
416
+ *
417
+ *
418
+ * Returns the boxes and their contents for a specific warehouse receiving order.
419
+ *
420
+ */
421
+ export declare const get202601ReceivingByIdBoxes: <ThrowOnError extends boolean = false>(options: Options<Get202601ReceivingByIdBoxesData, ThrowOnError>) => import("./client").RequestResult<Get202601ReceivingByIdBoxesResponses, Get202601ReceivingByIdBoxesErrors, ThrowOnError, "fields">;
422
+ /**
423
+ * Get Warehouse Receiving Order Box Labels
424
+ *
425
+ *
426
+ * Returns a PDF containing box labels for a specific warehouse receiving order.
427
+ *
428
+ */
429
+ export declare const get202601ReceivingByIdLabels: <ThrowOnError extends boolean = false>(options: Options<Get202601ReceivingByIdLabelsData, ThrowOnError>) => import("./client").RequestResult<Get202601ReceivingByIdLabelsResponses, Get202601ReceivingByIdLabelsErrors, ThrowOnError, "fields">;
430
+ /**
431
+ * Get Warehouse Receiving Order
432
+ *
433
+ *
434
+ * Returns details of a specific warehouse receiving order by ID.
435
+ *
436
+ */
437
+ export declare const get202601ReceivingById: <ThrowOnError extends boolean = false>(options: Options<Get202601ReceivingByIdData, ThrowOnError>) => import("./client").RequestResult<Get202601ReceivingByIdResponses, Get202601ReceivingByIdErrors, ThrowOnError, "fields">;
438
+ /**
439
+ * Query Inventory History Events
440
+ *
441
+ * Fetches inventory movement events that change on-hand quantities within the ShipBob network. Returns events such as receiving/stow, order picks, adjustments, restocks, and attribute updates. Filter by inventory IDs, event category, date range, and facility. Supports cursor-based pagination for large result sets.
442
+ */
443
+ export declare const post202601InventoryHistoryQuery: <ThrowOnError extends boolean = false>(options?: Options<Post202601InventoryHistoryQueryData, ThrowOnError>) => import("./client").RequestResult<Post202601InventoryHistoryQueryResponses, unknown, ThrowOnError, "fields">;
444
+ /**
445
+ * Get Inventory Distributions by WRO ID
446
+ *
447
+ * Retrieves the distribution details for a specific receiving order within ShipBob's Inventory Placement Program (IPP).
448
+ * <Warning>This endpoint is available only to accounts enrolled in ShipBob's Inventory Placement Program (IPP).</Warning>
449
+ */
450
+ export declare const get202601ReceivingByIdDistributions: <ThrowOnError extends boolean = false>(options: Options<Get202601ReceivingByIdDistributionsData, ThrowOnError>) => import("./client").RequestResult<Get202601ReceivingByIdDistributionsResponses, Get202601ReceivingByIdDistributionsErrors, ThrowOnError, "fields">;