{"openapi":"3.1.0","paths":{"/v1/orders":{"get":{"operationId":"listOrders","parameters":[],"responses":{"200":{"description":"Success. Returns the list of orders","content":{"application/json":{"schema":{"type":"object","properties":{"orders":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"invoiceNumber":{"type":["string","null"]},"quotationId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"inventoryLocationGroupId":{"type":["string","null"]},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"totalWeight":{"type":["string","null"]},"customerId":{"type":"string"},"contactPersonId":{"type":["string","null"]},"placedBy":{"type":"string"},"placedByType":{"type":"string","enum":["user","system","customer","integration"]},"salesRepId":{"type":["string","null"]},"salesChannelId":{"type":["string","null"]},"subtotalPrice":{"type":"string"},"totalPrice":{"type":"string"},"totalTax":{"type":["string","null"]},"totalShipping":{"type":["string","null"]},"totalWithheldTaxAmount":{"type":["string","null"]},"orderDiscount":{"type":["string","null"]},"totalDiscount":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"paymentTerms":{"type":["string","null"]},"paymentDueDate":{"type":["string","null"]},"billingAddressId":{"type":["string","null"]},"shippingAddressId":{"type":["string","null"]},"trackingNumber":{"type":["string","null"]},"shippingCarrier":{"type":["string","null"]},"shippingMethod":{"type":["string","null"]},"estimatedDeliveryDate":{"type":["string","null"]},"actualDeliveryDate":{"type":["string","null"]},"confirmedAt":{"type":["string","null"]},"shippedAt":{"type":["string","null"]},"deliveredAt":{"type":["string","null"]},"closedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalDocumentNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"notes":{"type":["string","null"]},"tags":{"type":["array","null"],"items":{"type":"string"}},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"metrics":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"branchId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"customer":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"itemsCount":{"type":"number"},"attachments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"documentType":{"type":"string","enum":["invoice","credit_note","delivery_note","proof_of_payment","purchase_order","withholding_tax_certificate","packing_list","order_receipt"]},"documentId":{"type":"string"},"status":{"type":"string","enum":["uploaded","sent"]},"fileName":{"type":"string"},"fileSize":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":["string","null"]},"fileKey":{"type":"string"},"sentAt":{"type":["string","null"]},"failureReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","orderId","documentType","documentId","status","fileName","fileSize","mimeType","fileKey","sentAt","failureReason","createdAt","updatedAt","deletedAt"]},"default":[]},"shippingAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"payments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]},"default":[]},"lineItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"sku":{"type":["string","null"]},"variantTitle":{"type":["string","null"]},"productId":{"type":"string"},"quantity":{"type":"number"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]},"unitPrice":{"type":"number"},"costPrice":{"type":["number","null"]},"priceBookId":{"type":["string","null"]}},"required":["id","name","title","productId","quantity","inventoryLocationId","inventoryLocation","unitPrice"]}}},"required":["id","orderNumber","invoiceNumber","quotationId","inventoryLocationId","inventoryLocationGroupId","deliveryMethod","totalWeight","customerId","contactPersonId","placedBy","placedByType","salesRepId","salesChannelId","subtotalPrice","totalPrice","totalTax","totalShipping","totalWithheldTaxAmount","orderDiscount","totalDiscount","discountPercentage","discountType","discountReason","status","approvalStatus","paymentStatus","paymentTerms","paymentDueDate","billingAddressId","shippingAddressId","trackingNumber","shippingCarrier","shippingMethod","estimatedDeliveryDate","actualDeliveryDate","confirmedAt","shippedAt","deliveredAt","closedAt","cancelledAt","externalId","externalSystem","externalDocumentNumber","syncStatus","syncError","lastSyncAt","notes","tags","metadata","metrics","branchId","organizationId","createdAt","updatedAt","deletedAt","customer","itemsCount","attachments","payments","lineItems"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["orders","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List orders","tags":["Orders"]},"post":{"operationId":"createOrder","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"customerId":{"type":"string","minLength":1},"priceBookId":{"type":"string","minLength":1},"contactPersonId":{"type":"string"},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"inventoryLocationId":{"type":"string"},"inventoryLocationGroupId":{"type":"string"},"shippingAddressId":{"type":"string"},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"shipping":{"type":"number","minimum":0},"salesChannelId":{"type":"string"},"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string","minLength":1},"variantId":{"type":["string","null"],"minLength":1},"inventoryLocationId":{"type":"string","minLength":1},"quantity":{"type":"number","exclusiveMinimum":0},"unitPrice":{"type":"number","exclusiveMinimum":0},"overridingPrice":{"type":["number","null"],"exclusiveMinimum":0},"productOfferId":{"type":["string","null"],"minLength":1},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"priceBookId":{"type":"string","minLength":1},"priceBookEntryId":{"type":["string","null"]},"unitOfMeasure":{"type":"string"}},"required":["productId","inventoryLocationId","quantity","priceBookId"]},"minItems":1},"estimatedDeliveryDate":{"type":"string"},"paymentDueDate":{"type":"string"},"paymentTerms":{"type":"string"},"notes":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"approvalRequestComments":{"type":"string"},"quotationId":{"type":"string"}},"required":["customerId","priceBookId","deliveryMethod","lineItems"]}}}},"responses":{"201":{"description":"Success. Returns the created order","content":{"application/json":{"schema":{"type":"object","properties":{"order":{"type":"object","properties":{"id":{"type":"string"},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"invoiceNumber":{"type":["string","null"]},"quotationId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"inventoryLocationGroupId":{"type":["string","null"]},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"totalWeight":{"type":["string","null"]},"customerId":{"type":"string"},"contactPersonId":{"type":["string","null"]},"placedBy":{"type":"string"},"placedByType":{"type":"string","enum":["user","system","customer","integration"]},"salesRepId":{"type":["string","null"]},"salesChannelId":{"type":["string","null"]},"subtotalPrice":{"type":"string"},"totalPrice":{"type":"string"},"totalTax":{"type":["string","null"]},"totalShipping":{"type":["string","null"]},"totalWithheldTaxAmount":{"type":["string","null"]},"orderDiscount":{"type":["string","null"]},"totalDiscount":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"paymentTerms":{"type":["string","null"]},"paymentDueDate":{"type":["string","null"]},"billingAddressId":{"type":["string","null"]},"shippingAddressId":{"type":["string","null"]},"trackingNumber":{"type":["string","null"]},"shippingCarrier":{"type":["string","null"]},"shippingMethod":{"type":["string","null"]},"estimatedDeliveryDate":{"type":["string","null"]},"actualDeliveryDate":{"type":["string","null"]},"confirmedAt":{"type":["string","null"]},"shippedAt":{"type":["string","null"]},"deliveredAt":{"type":["string","null"]},"closedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalDocumentNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"notes":{"type":["string","null"]},"tags":{"type":["array","null"],"items":{"type":"string"}},"metadata":{"type":["object","null"],"additionalProperties":{}},"metrics":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"branchId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"paidAmount":{"type":"number"},"balanceAmount":{"type":"number"},"lineItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"number"},"rebateAmount":{"type":"number"},"landedCost":{"type":"number"},"quantity":{"type":"number"},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":"number"},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":"number"},"costPrice":{"type":"number"},"totalAmount":{"type":"number"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]},"weight":{"type":["number","null"],"default":0},"priceBook":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"status":{"type":"string","enum":["draft","active","inactive","archived"]},"type":{"type":"string","enum":["standard","promotional","sales_channel","customer_group","customer_segment"]},"salesChannelId":{"type":["string","null"]},"customerGroupId":{"type":["string","null"]},"customerSegmentId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","priority","status","type","salesChannelId","customerGroupId","customerSegmentId","organizationId","createdAt","updatedAt","deletedAt"]},"inventoryItem":{"type":["object","null"],"properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"organizationId":{"type":"string"},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","locationId","productId","productVariantId","organizationId","externalId","externalSource","createdAt","updatedAt","deletedAt"]}},"required":["id","name","title","sku","orderId","priceBookId","unitPrice","quantity","unitOfMeasure","discountType","discountReason","totalAmount","fulfillmentStatus","fulfilledQuantity","returnedQuantity","returnReason","productId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","product","inventoryLocation","weight"]},"default":[]},"customer":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]},"orderCount":{"type":"number","default":0}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments","orderCount"]},"statusHistory":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"previousStatus":{"type":["string","null"],"enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert",null]},"notes":{"type":["string","null"]},"changedBy":{"type":"string"},"changedByType":{"type":["string","null"],"enum":["user","system","integration","customer",null]},"metadata":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"changedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"changedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name","email"]},"changedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]}},"required":["id","orderId","status","previousStatus","notes","changedBy","changedByType","metadata","createdAt","updatedAt","deletedAt"]},"default":[]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"id":{"type":"string"},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":"string"}},"required":["id","name","email"]},"assignedTo":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["user","team"]}},"required":["id","name","type"]}},"required":["requestedByType","id","currentUserCanApprove","requestedBy","assignedTo"]}},"contactPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"shippingAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"payments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]},"default":[]},"quotation":{"type":["object","null"],"properties":{"id":{"type":"string"},"quotationNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647}},"required":["id","quotationNumber"]},"attachments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"documentType":{"type":"string","enum":["invoice","credit_note","delivery_note","proof_of_payment","purchase_order","withholding_tax_certificate","packing_list","order_receipt"]},"documentId":{"type":"string"},"status":{"type":"string","enum":["uploaded","sent"]},"fileName":{"type":"string"},"fileSize":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":["string","null"]},"fileKey":{"type":"string"},"sentAt":{"type":["string","null"]},"failureReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","orderId","documentType","documentId","status","fileName","fileSize","mimeType","fileKey","sentAt","failureReason","createdAt","updatedAt","deletedAt"]},"default":[]},"placedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]},"salesChannel":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"salesRep":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]}},"required":["id","orderNumber","invoiceNumber","quotationId","inventoryLocationId","inventoryLocationGroupId","deliveryMethod","totalWeight","customerId","contactPersonId","placedBy","placedByType","salesRepId","salesChannelId","subtotalPrice","totalPrice","totalTax","totalShipping","totalWithheldTaxAmount","orderDiscount","totalDiscount","discountPercentage","discountType","discountReason","status","paymentStatus","paymentTerms","paymentDueDate","billingAddressId","shippingAddressId","trackingNumber","shippingCarrier","shippingMethod","confirmedAt","shippedAt","deliveredAt","closedAt","cancelledAt","externalId","externalSystem","externalDocumentNumber","syncStatus","syncError","lastSyncAt","notes","tags","metrics","branchId","organizationId","createdAt","updatedAt","deletedAt","paidAmount","balanceAmount","lineItems","customer","statusHistory","approvalRequests","payments","attachments"]}},"required":["order"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create an order","tags":["Orders"]}},"/v1/orders/get-by-ids":{"get":{"description":"Pass IDs as a single comma-separated 'ids' query param","operationId":"getOrdersByIds","parameters":[],"responses":{"200":{"description":"A list of orders matching the provided IDs.","content":{"application/json":{"schema":{"type":"object","properties":{"orders":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"invoiceNumber":{"type":["string","null"]},"quotationId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"inventoryLocationGroupId":{"type":["string","null"]},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"totalWeight":{"type":["string","null"]},"customerId":{"type":"string"},"contactPersonId":{"type":["string","null"]},"placedBy":{"type":"string"},"placedByType":{"type":"string","enum":["user","system","customer","integration"]},"salesRepId":{"type":["string","null"]},"salesChannelId":{"type":["string","null"]},"subtotalPrice":{"type":"string"},"totalPrice":{"type":"string"},"totalTax":{"type":["string","null"]},"totalShipping":{"type":["string","null"]},"totalWithheldTaxAmount":{"type":["string","null"]},"orderDiscount":{"type":["string","null"]},"totalDiscount":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"paymentTerms":{"type":["string","null"]},"paymentDueDate":{"type":["string","null"]},"billingAddressId":{"type":["string","null"]},"shippingAddressId":{"type":["string","null"]},"trackingNumber":{"type":["string","null"]},"shippingCarrier":{"type":["string","null"]},"shippingMethod":{"type":["string","null"]},"estimatedDeliveryDate":{"type":["string","null"]},"actualDeliveryDate":{"type":["string","null"]},"confirmedAt":{"type":["string","null"]},"shippedAt":{"type":["string","null"]},"deliveredAt":{"type":["string","null"]},"closedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalDocumentNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"notes":{"type":["string","null"]},"tags":{"type":["array","null"],"items":{"type":"string"}},"metadata":{"type":["object","null"],"additionalProperties":{}},"metrics":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"branchId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"paidAmount":{"type":"number"},"balanceAmount":{"type":"number"},"lineItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"number"},"rebateAmount":{"type":"number"},"landedCost":{"type":"number"},"quantity":{"type":"number"},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":"number"},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":"number"},"costPrice":{"type":"number"},"totalAmount":{"type":"number"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]},"weight":{"type":["number","null"],"default":0},"priceBook":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"status":{"type":"string","enum":["draft","active","inactive","archived"]},"type":{"type":"string","enum":["standard","promotional","sales_channel","customer_group","customer_segment"]},"salesChannelId":{"type":["string","null"]},"customerGroupId":{"type":["string","null"]},"customerSegmentId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","priority","status","type","salesChannelId","customerGroupId","customerSegmentId","organizationId","createdAt","updatedAt","deletedAt"]},"inventoryItem":{"type":["object","null"],"properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"organizationId":{"type":"string"},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","locationId","productId","productVariantId","organizationId","externalId","externalSource","createdAt","updatedAt","deletedAt"]}},"required":["id","name","title","sku","orderId","priceBookId","unitPrice","quantity","unitOfMeasure","discountType","discountReason","totalAmount","fulfillmentStatus","fulfilledQuantity","returnedQuantity","returnReason","productId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","product","inventoryLocation","weight"]},"default":[]},"customer":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]},"orderCount":{"type":"number","default":0}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments","orderCount"]},"statusHistory":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"previousStatus":{"type":["string","null"],"enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert",null]},"notes":{"type":["string","null"]},"changedBy":{"type":"string"},"changedByType":{"type":["string","null"],"enum":["user","system","integration","customer",null]},"metadata":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"changedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"changedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name","email"]},"changedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]}},"required":["id","orderId","status","previousStatus","notes","changedBy","changedByType","metadata","createdAt","updatedAt","deletedAt"]},"default":[]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"id":{"type":"string"},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":"string"}},"required":["id","name","email"]},"assignedTo":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["user","team"]}},"required":["id","name","type"]}},"required":["requestedByType","id","currentUserCanApprove","requestedBy","assignedTo"]}},"contactPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"shippingAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"payments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]},"default":[]},"quotation":{"type":["object","null"],"properties":{"id":{"type":"string"},"quotationNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647}},"required":["id","quotationNumber"]},"attachments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"documentType":{"type":"string","enum":["invoice","credit_note","delivery_note","proof_of_payment","purchase_order","withholding_tax_certificate","packing_list","order_receipt"]},"documentId":{"type":"string"},"status":{"type":"string","enum":["uploaded","sent"]},"fileName":{"type":"string"},"fileSize":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":["string","null"]},"fileKey":{"type":"string"},"sentAt":{"type":["string","null"]},"failureReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","orderId","documentType","documentId","status","fileName","fileSize","mimeType","fileKey","sentAt","failureReason","createdAt","updatedAt","deletedAt"]},"default":[]},"placedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]},"salesChannel":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"salesRep":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]}},"required":["id","orderNumber","invoiceNumber","quotationId","inventoryLocationId","inventoryLocationGroupId","deliveryMethod","totalWeight","customerId","contactPersonId","placedBy","placedByType","salesRepId","salesChannelId","subtotalPrice","totalPrice","totalTax","totalShipping","totalWithheldTaxAmount","orderDiscount","totalDiscount","discountPercentage","discountType","discountReason","status","paymentStatus","paymentTerms","paymentDueDate","billingAddressId","shippingAddressId","trackingNumber","shippingCarrier","shippingMethod","confirmedAt","shippedAt","deliveredAt","closedAt","cancelledAt","externalId","externalSystem","externalDocumentNumber","syncStatus","syncError","lastSyncAt","notes","tags","metrics","branchId","organizationId","createdAt","updatedAt","deletedAt","paidAmount","balanceAmount","lineItems","customer","statusHistory","approvalRequests","payments","attachments"]}}},"required":["orders"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Retrieve multiple orders by IDs.","tags":["Orders"],"x-speakeasy-name-override":"getOrdersByIds"}},"/v1/orders/stats":{"get":{"operationId":"getOrdersStats","parameters":[],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"totalRevenue":{"type":"number","default":0},"totalCM":{"type":"number","default":0},"pendingOrders":{"type":"number","default":0},"completedOrders":{"type":"number","default":0},"totalOrders":{"type":"number","default":0},"totalCMPercentage":{"type":"string","default":"0%"},"totalRevenueChange":{"type":"string","default":"0%"},"totalCMChange":{"type":"string","default":"0%"},"totalOrdersChange":{"type":"string","default":"0%"},"pendingOrdersChange":{"type":"string","default":"0%"},"completedOrdersChange":{"type":"string","default":"0%"}},"required":["totalRevenue","totalCM","pendingOrders","completedOrders","totalOrders","totalCMPercentage","totalRevenueChange","totalCMChange","totalOrdersChange","pendingOrdersChange","completedOrdersChange"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get orders stats","tags":["Orders"],"x-speakeasy-name-override":"getStats"}},"/v1/orders/analytics":{"get":{"description":"Get sales analytics as time series data with optional filters by location, category, or delivery method","operationId":"getOrdersAnalytics","parameters":[],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"revenue":{"type":"number"},"cm":{"type":"number"},"cmPercentage":{"type":"string"},"itemsCount":{"type":"number"},"period":{"type":"string"},"locationId":{"type":"string"},"locationName":{"type":"string"},"categoryId":{"type":"string"},"categoryName":{"type":"string"},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]}},"required":["revenue","cm","cmPercentage","itemsCount"]}},"meta":{"type":"object","properties":{"totalRevenue":{"type":"number"},"totalCM":{"type":"number"},"totalItemsCount":{"type":"number"}},"required":["totalRevenue","totalCM","totalItemsCount"]}},"required":["data"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get orders analytics","tags":["Orders"],"x-speakeasy-name-override":"getAnalytics"}},"/v1/orders/bulk/import":{"post":{"operationId":"bulkImportOrders","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"orders":{"type":"array","items":{"type":"object","properties":{"invoiceNumber":{"type":["string","null"]},"quotationId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"inventoryLocationGroupId":{"type":["string","null"]},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"totalWeight":{"type":["string","null"]},"customerId":{"type":"string"},"contactPersonId":{"type":["string","null"]},"salesRepId":{"type":["string","null"]},"salesChannelId":{"type":["string","null"]},"subtotalPrice":{"type":"string"},"totalPrice":{"type":"string"},"totalTax":{"type":["string","null"]},"totalShipping":{"type":["string","null"]},"totalWithheldTaxAmount":{"type":["string","null"]},"orderDiscount":{"type":["string","null"]},"totalDiscount":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"paymentTerms":{"type":["string","null"]},"paymentDueDate":{"type":["string","null"]},"billingAddressId":{"type":["string","null"]},"shippingAddressId":{"type":["string","null"]},"trackingNumber":{"type":["string","null"]},"shippingCarrier":{"type":["string","null"]},"shippingMethod":{"type":["string","null"]},"estimatedDeliveryDate":{"type":["string","null"]},"actualDeliveryDate":{"type":["string","null"]},"confirmedAt":{"type":["string","null"]},"shippedAt":{"type":["string","null"]},"deliveredAt":{"type":["string","null"]},"closedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalDocumentNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"notes":{"type":["string","null"]},"tags":{"type":["array","null"],"items":{"type":"string"}},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"metrics":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"branchId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"lineItems":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"priceBookId":{"type":"string"},"unitPrice":{"type":"string"},"rebateAmount":{"type":["string","null"]},"landedCost":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":["string","null"]},"costPrice":{"type":["string","null"]},"totalAmount":{"type":"string"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["name","title","priceBookId","unitPrice","quantity","unitOfMeasure","totalAmount","productId","inventoryLocationId"]}}},"required":["deliveryMethod","customerId","subtotalPrice","totalPrice","approvalStatus","lineItems"]}}},"required":["orders"]}}}},"responses":{"200":{"description":"Success. Returns the enqueued task ID","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"taskId":{"type":"string"},"message":{"type":"string"}},"required":["status","taskId","message"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Bulk import orders","tags":["Orders"]}},"/v1/orders/export":{"post":{"description":"Export orders based on selected columns, filters, and date range. The export will be sent to the provided email address.","operationId":"exportOrders","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"columns":{"type":"array","items":{"type":"string"},"minItems":1},"email":{"type":"string","format":"email"},"format":{"type":"string","const":"xlsx","default":"xlsx"},"filters":{"type":"object","properties":{"tableFilters":{"type":"object","properties":{"status":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"paymentStatus":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"approvalStatus":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"placedByType":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"deliveryMethod":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"createdAt":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}}},"additionalProperties":false},"customFilters":{"type":"object","properties":{"includeLineItems":{"type":"boolean"},"includePayments":{"type":"boolean"}}},"dateRange":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"}}}}},"dateRange":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"}}}},"required":["columns","email","format"]}}}},"responses":{"200":{"description":"Success. Returns the enqueued export task ID","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"taskId":{"type":"string"},"message":{"type":"string"}},"required":["status","taskId","message"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Export orders","tags":["Orders"]}},"/v1/orders/calculate-totals":{"post":{"operationId":"calculateOrderTotals","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"customerId":{"type":"string","minLength":1},"priceBookId":{"type":"string","minLength":1},"contactPersonId":{"type":"string"},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"inventoryLocationId":{"type":"string"},"inventoryLocationGroupId":{"type":"string"},"shippingAddressId":{"type":"string"},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"shipping":{"type":"number","minimum":0},"salesChannelId":{"type":"string"},"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string","minLength":1},"variantId":{"type":["string","null"],"minLength":1},"inventoryLocationId":{"type":"string","minLength":1},"quantity":{"type":"number","exclusiveMinimum":0},"unitPrice":{"type":"number","exclusiveMinimum":0},"overridingPrice":{"type":["number","null"],"exclusiveMinimum":0},"productOfferId":{"type":["string","null"],"minLength":1},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"priceBookId":{"type":"string","minLength":1},"priceBookEntryId":{"type":["string","null"]},"unitOfMeasure":{"type":"string"}},"required":["productId","inventoryLocationId","quantity","priceBookId"]},"minItems":1}},"required":["customerId","priceBookId","deliveryMethod","lineItems"]}}}},"responses":{"200":{"description":"Success. Returns the calculated order totals","content":{"application/json":{"schema":{"type":"object","properties":{"order":{"type":"object","properties":{"subtotalPrice":{"type":"number"},"discountType":{"type":"string","enum":["percentage","fixed"]},"discountPercentage":{"type":"number","default":0},"discountReason":{"type":["string","null"]},"totalDiscount":{"type":"number","default":0},"orderDiscount":{"type":"number","default":0},"shipping":{"type":"number"},"totalPrice":{"type":"number"},"totalWeight":{"type":"number"},"totalWithheldTaxAmount":{"type":"number","default":0},"controls":{"type":"object","properties":{"allowManualDiscount":{"type":"boolean"},"allowManualShipping":{"type":"boolean"}},"required":["allowManualDiscount","allowManualShipping"]},"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string"},"variantId":{"type":["string","null"]},"quantity":{"type":"number"},"unitPrice":{"type":"number"},"totalAmount":{"type":"number"},"costPrice":{"type":"number"},"landedCost":{"type":"number"},"discountAmount":{"type":"number"},"discountPercentage":{"type":"number"},"inventoryLocationId":{"type":"string"},"name":{"type":"string"},"unitOfMeasure":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"id":{"type":"string"},"priceBookId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"overridingPrice":{"type":["number","null"]}},"required":["productId","quantity","unitPrice","totalAmount","inventoryLocationId","name","unitOfMeasure","title","product","inventoryLocation","priceBookId"]}},"requiresApproval":{"type":"boolean"},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"approvalRuleId":{"type":"string"},"triggeredReason":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["approvalRuleId","triggeredReason"]}},"metadata":{"type":["object","null"],"additionalProperties":{}}},"required":["subtotalPrice","discountPercentage","totalDiscount","orderDiscount","shipping","totalPrice","totalWeight","totalWithheldTaxAmount","controls","lineItems","requiresApproval","approvalRequests"]}},"required":["order"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Calculate order totals","tags":["Orders"]}},"/v1/orders/create-customer-order":{"post":{"operationId":"createCustomerOrder","parameters":[],"responses":{"201":{"description":"Success. Returns the created order","content":{"application/json":{"schema":{"type":"object","properties":{"order":{"type":"object","properties":{"id":{"type":"string"},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"invoiceNumber":{"type":["string","null"]},"quotationId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"inventoryLocationGroupId":{"type":["string","null"]},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"totalWeight":{"type":["string","null"]},"customerId":{"type":"string"},"contactPersonId":{"type":["string","null"]},"placedBy":{"type":"string"},"placedByType":{"type":"string","enum":["user","system","customer","integration"]},"salesRepId":{"type":["string","null"]},"salesChannelId":{"type":["string","null"]},"subtotalPrice":{"type":"string"},"totalPrice":{"type":"string"},"totalTax":{"type":["string","null"]},"totalShipping":{"type":["string","null"]},"totalWithheldTaxAmount":{"type":["string","null"]},"orderDiscount":{"type":["string","null"]},"totalDiscount":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"paymentTerms":{"type":["string","null"]},"paymentDueDate":{"type":["string","null"]},"billingAddressId":{"type":["string","null"]},"shippingAddressId":{"type":["string","null"]},"trackingNumber":{"type":["string","null"]},"shippingCarrier":{"type":["string","null"]},"shippingMethod":{"type":["string","null"]},"estimatedDeliveryDate":{"type":["string","null"]},"actualDeliveryDate":{"type":["string","null"]},"confirmedAt":{"type":["string","null"]},"shippedAt":{"type":["string","null"]},"deliveredAt":{"type":["string","null"]},"closedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalDocumentNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"notes":{"type":["string","null"]},"tags":{"type":["array","null"],"items":{"type":"string"}},"metadata":{"type":["object","null"],"additionalProperties":{}},"metrics":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"branchId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"paidAmount":{"type":"number"},"balanceAmount":{"type":"number"},"lineItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"number"},"rebateAmount":{"type":"number"},"landedCost":{"type":"number"},"quantity":{"type":"number"},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":"number"},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":"number"},"costPrice":{"type":"number"},"totalAmount":{"type":"number"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]},"weight":{"type":["number","null"],"default":0},"priceBook":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"status":{"type":"string","enum":["draft","active","inactive","archived"]},"type":{"type":"string","enum":["standard","promotional","sales_channel","customer_group","customer_segment"]},"salesChannelId":{"type":["string","null"]},"customerGroupId":{"type":["string","null"]},"customerSegmentId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","priority","status","type","salesChannelId","customerGroupId","customerSegmentId","organizationId","createdAt","updatedAt","deletedAt"]},"inventoryItem":{"type":["object","null"],"properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"organizationId":{"type":"string"},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","locationId","productId","productVariantId","organizationId","externalId","externalSource","createdAt","updatedAt","deletedAt"]}},"required":["id","name","title","sku","orderId","priceBookId","unitPrice","quantity","unitOfMeasure","discountType","discountReason","totalAmount","fulfillmentStatus","fulfilledQuantity","returnedQuantity","returnReason","productId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","product","inventoryLocation","weight"]},"default":[]},"customer":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]},"orderCount":{"type":"number","default":0}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments","orderCount"]},"statusHistory":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"previousStatus":{"type":["string","null"],"enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert",null]},"notes":{"type":["string","null"]},"changedBy":{"type":"string"},"changedByType":{"type":["string","null"],"enum":["user","system","integration","customer",null]},"metadata":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"changedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"changedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name","email"]},"changedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]}},"required":["id","orderId","status","previousStatus","notes","changedBy","changedByType","metadata","createdAt","updatedAt","deletedAt"]},"default":[]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"id":{"type":"string"},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":"string"}},"required":["id","name","email"]},"assignedTo":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["user","team"]}},"required":["id","name","type"]}},"required":["requestedByType","id","currentUserCanApprove","requestedBy","assignedTo"]}},"contactPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"shippingAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"payments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]},"default":[]},"quotation":{"type":["object","null"],"properties":{"id":{"type":"string"},"quotationNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647}},"required":["id","quotationNumber"]},"attachments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"documentType":{"type":"string","enum":["invoice","credit_note","delivery_note","proof_of_payment","purchase_order","withholding_tax_certificate","packing_list","order_receipt"]},"documentId":{"type":"string"},"status":{"type":"string","enum":["uploaded","sent"]},"fileName":{"type":"string"},"fileSize":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":["string","null"]},"fileKey":{"type":"string"},"sentAt":{"type":["string","null"]},"failureReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","orderId","documentType","documentId","status","fileName","fileSize","mimeType","fileKey","sentAt","failureReason","createdAt","updatedAt","deletedAt"]},"default":[]},"placedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]},"salesChannel":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"salesRep":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]}},"required":["id","orderNumber","invoiceNumber","quotationId","inventoryLocationId","inventoryLocationGroupId","deliveryMethod","totalWeight","customerId","contactPersonId","placedBy","placedByType","salesRepId","salesChannelId","subtotalPrice","totalPrice","totalTax","totalShipping","totalWithheldTaxAmount","orderDiscount","totalDiscount","discountPercentage","discountType","discountReason","status","paymentStatus","paymentTerms","paymentDueDate","billingAddressId","shippingAddressId","trackingNumber","shippingCarrier","shippingMethod","confirmedAt","shippedAt","deliveredAt","closedAt","cancelledAt","externalId","externalSystem","externalDocumentNumber","syncStatus","syncError","lastSyncAt","notes","tags","metrics","branchId","organizationId","createdAt","updatedAt","deletedAt","paidAmount","balanceAmount","lineItems","customer","statusHistory","approvalRequests","payments","attachments"]}},"required":["order"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create order by customer","tags":["Orders"],"x-speakeasy-name-override":"createCustomerOrder"}},"/v1/orders/calculate-shipping":{"post":{"operationId":"calculateOrderShipping","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string","minLength":1},"variantId":{"type":["string","null"]},"quantity":{"type":"number","minimum":1},"inventoryLocationId":{"type":"string","minLength":1},"priceBookId":{"type":"string","minLength":1}},"required":["productId","quantity","inventoryLocationId","priceBookId"]}},"shippingAddressId":{"type":"string","minLength":1}},"required":["lineItems","shippingAddressId"]}}}},"responses":{"200":{"description":"The order shipping was calculated successfully","content":{"application/json":{"schema":{"type":"object","properties":{"shipping":{"type":"number","minimum":1}},"required":["shipping"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Calculate order shipping","tags":["Orders"],"x-speakeasy-name-override":"calculateOrderShipping"}},"/v1/orders/{id}":{"get":{"description":"Returns a single order by ID or external ID","operationId":"getOrderById","parameters":[{"name":"id","required":true,"in":"path","description":"The unique ID or external ID of the order","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the order","content":{"application/json":{"schema":{"type":"object","properties":{"order":{"type":"object","properties":{"id":{"type":"string"},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"invoiceNumber":{"type":["string","null"]},"quotationId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"inventoryLocationGroupId":{"type":["string","null"]},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"totalWeight":{"type":["string","null"]},"customerId":{"type":"string"},"contactPersonId":{"type":["string","null"]},"placedBy":{"type":"string"},"placedByType":{"type":"string","enum":["user","system","customer","integration"]},"salesRepId":{"type":["string","null"]},"salesChannelId":{"type":["string","null"]},"subtotalPrice":{"type":"string"},"totalPrice":{"type":"string"},"totalTax":{"type":["string","null"]},"totalShipping":{"type":["string","null"]},"totalWithheldTaxAmount":{"type":["string","null"]},"orderDiscount":{"type":["string","null"]},"totalDiscount":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"paymentTerms":{"type":["string","null"]},"paymentDueDate":{"type":["string","null"]},"billingAddressId":{"type":["string","null"]},"shippingAddressId":{"type":["string","null"]},"trackingNumber":{"type":["string","null"]},"shippingCarrier":{"type":["string","null"]},"shippingMethod":{"type":["string","null"]},"estimatedDeliveryDate":{"type":["string","null"]},"actualDeliveryDate":{"type":["string","null"]},"confirmedAt":{"type":["string","null"]},"shippedAt":{"type":["string","null"]},"deliveredAt":{"type":["string","null"]},"closedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalDocumentNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"notes":{"type":["string","null"]},"tags":{"type":["array","null"],"items":{"type":"string"}},"metadata":{"type":["object","null"],"additionalProperties":{}},"metrics":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"branchId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"paidAmount":{"type":"number"},"balanceAmount":{"type":"number"},"lineItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"number"},"rebateAmount":{"type":"number"},"landedCost":{"type":"number"},"quantity":{"type":"number"},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":"number"},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":"number"},"costPrice":{"type":"number"},"totalAmount":{"type":"number"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]},"weight":{"type":["number","null"],"default":0},"priceBook":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"status":{"type":"string","enum":["draft","active","inactive","archived"]},"type":{"type":"string","enum":["standard","promotional","sales_channel","customer_group","customer_segment"]},"salesChannelId":{"type":["string","null"]},"customerGroupId":{"type":["string","null"]},"customerSegmentId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","priority","status","type","salesChannelId","customerGroupId","customerSegmentId","organizationId","createdAt","updatedAt","deletedAt"]},"inventoryItem":{"type":["object","null"],"properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"organizationId":{"type":"string"},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","locationId","productId","productVariantId","organizationId","externalId","externalSource","createdAt","updatedAt","deletedAt"]}},"required":["id","name","title","sku","orderId","priceBookId","unitPrice","quantity","unitOfMeasure","discountType","discountReason","totalAmount","fulfillmentStatus","fulfilledQuantity","returnedQuantity","returnReason","productId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","product","inventoryLocation","weight"]},"default":[]},"customer":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]},"orderCount":{"type":"number","default":0}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments","orderCount"]},"statusHistory":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"previousStatus":{"type":["string","null"],"enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert",null]},"notes":{"type":["string","null"]},"changedBy":{"type":"string"},"changedByType":{"type":["string","null"],"enum":["user","system","integration","customer",null]},"metadata":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"changedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"changedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name","email"]},"changedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]}},"required":["id","orderId","status","previousStatus","notes","changedBy","changedByType","metadata","createdAt","updatedAt","deletedAt"]},"default":[]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"id":{"type":"string"},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":"string"}},"required":["id","name","email"]},"assignedTo":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["user","team"]}},"required":["id","name","type"]}},"required":["requestedByType","id","currentUserCanApprove","requestedBy","assignedTo"]}},"contactPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"shippingAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"payments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]},"default":[]},"quotation":{"type":["object","null"],"properties":{"id":{"type":"string"},"quotationNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647}},"required":["id","quotationNumber"]},"attachments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"documentType":{"type":"string","enum":["invoice","credit_note","delivery_note","proof_of_payment","purchase_order","withholding_tax_certificate","packing_list","order_receipt"]},"documentId":{"type":"string"},"status":{"type":"string","enum":["uploaded","sent"]},"fileName":{"type":"string"},"fileSize":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":["string","null"]},"fileKey":{"type":"string"},"sentAt":{"type":["string","null"]},"failureReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","orderId","documentType","documentId","status","fileName","fileSize","mimeType","fileKey","sentAt","failureReason","createdAt","updatedAt","deletedAt"]},"default":[]},"placedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]},"salesChannel":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"salesRep":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]}},"required":["id","orderNumber","invoiceNumber","quotationId","inventoryLocationId","inventoryLocationGroupId","deliveryMethod","totalWeight","customerId","contactPersonId","placedBy","placedByType","salesRepId","salesChannelId","subtotalPrice","totalPrice","totalTax","totalShipping","totalWithheldTaxAmount","orderDiscount","totalDiscount","discountPercentage","discountType","discountReason","status","paymentStatus","paymentTerms","paymentDueDate","billingAddressId","shippingAddressId","trackingNumber","shippingCarrier","shippingMethod","confirmedAt","shippedAt","deliveredAt","closedAt","cancelledAt","externalId","externalSystem","externalDocumentNumber","syncStatus","syncError","lastSyncAt","notes","tags","metrics","branchId","organizationId","createdAt","updatedAt","deletedAt","paidAmount","balanceAmount","lineItems","customer","statusHistory","approvalRequests","payments","attachments"]}},"required":["order"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get an order by ID or external ID","tags":["Orders"]},"put":{"operationId":"updateOrder","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"notes":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"actualDeliveryDate":{"type":["string","null"]},"externalDocumentNumber":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"tags":{"type":["array","null"],"items":{"type":"string"}},"invoiceNumber":{"type":["string","null"]},"trackingNumber":{"type":["string","null"]},"contactPersonId":{"type":["string","null"]},"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string","minLength":1},"variantId":{"type":["string","null"],"minLength":1},"inventoryLocationId":{"type":"string","minLength":1},"quantity":{"type":"number","exclusiveMinimum":0},"unitPrice":{"type":"number","exclusiveMinimum":0},"overridingPrice":{"type":["number","null"],"exclusiveMinimum":0},"productOfferId":{"type":["string","null"],"minLength":1},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"priceBookId":{"type":"string","minLength":1},"priceBookEntryId":{"type":["string","null"]},"unitOfMeasure":{"type":"string"}},"required":["productId","inventoryLocationId","quantity","priceBookId"]},"minItems":1},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"newOrderStatus":{"type":"object","properties":{"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"notes":{"type":"string"}},"required":["status"]}}}}}},"responses":{"200":{"description":"Success. Returns the updated order","content":{"application/json":{"schema":{"type":"object","properties":{"order":{"type":"object","properties":{"id":{"type":"string"},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"invoiceNumber":{"type":["string","null"]},"quotationId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"inventoryLocationGroupId":{"type":["string","null"]},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"totalWeight":{"type":["string","null"]},"customerId":{"type":"string"},"contactPersonId":{"type":["string","null"]},"placedBy":{"type":"string"},"placedByType":{"type":"string","enum":["user","system","customer","integration"]},"salesRepId":{"type":["string","null"]},"salesChannelId":{"type":["string","null"]},"subtotalPrice":{"type":"string"},"totalPrice":{"type":"string"},"totalTax":{"type":["string","null"]},"totalShipping":{"type":["string","null"]},"totalWithheldTaxAmount":{"type":["string","null"]},"orderDiscount":{"type":["string","null"]},"totalDiscount":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"paymentTerms":{"type":["string","null"]},"paymentDueDate":{"type":["string","null"]},"billingAddressId":{"type":["string","null"]},"shippingAddressId":{"type":["string","null"]},"trackingNumber":{"type":["string","null"]},"shippingCarrier":{"type":["string","null"]},"shippingMethod":{"type":["string","null"]},"estimatedDeliveryDate":{"type":["string","null"]},"actualDeliveryDate":{"type":["string","null"]},"confirmedAt":{"type":["string","null"]},"shippedAt":{"type":["string","null"]},"deliveredAt":{"type":["string","null"]},"closedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalDocumentNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"notes":{"type":["string","null"]},"tags":{"type":["array","null"],"items":{"type":"string"}},"metadata":{"type":["object","null"],"additionalProperties":{}},"metrics":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"branchId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"paidAmount":{"type":"number"},"balanceAmount":{"type":"number"},"lineItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"number"},"rebateAmount":{"type":"number"},"landedCost":{"type":"number"},"quantity":{"type":"number"},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":"number"},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":"number"},"costPrice":{"type":"number"},"totalAmount":{"type":"number"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]},"weight":{"type":["number","null"],"default":0},"priceBook":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"status":{"type":"string","enum":["draft","active","inactive","archived"]},"type":{"type":"string","enum":["standard","promotional","sales_channel","customer_group","customer_segment"]},"salesChannelId":{"type":["string","null"]},"customerGroupId":{"type":["string","null"]},"customerSegmentId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","priority","status","type","salesChannelId","customerGroupId","customerSegmentId","organizationId","createdAt","updatedAt","deletedAt"]},"inventoryItem":{"type":["object","null"],"properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"organizationId":{"type":"string"},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","locationId","productId","productVariantId","organizationId","externalId","externalSource","createdAt","updatedAt","deletedAt"]}},"required":["id","name","title","sku","orderId","priceBookId","unitPrice","quantity","unitOfMeasure","discountType","discountReason","totalAmount","fulfillmentStatus","fulfilledQuantity","returnedQuantity","returnReason","productId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","product","inventoryLocation","weight"]},"default":[]},"customer":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]},"orderCount":{"type":"number","default":0}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments","orderCount"]},"statusHistory":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"previousStatus":{"type":["string","null"],"enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert",null]},"notes":{"type":["string","null"]},"changedBy":{"type":"string"},"changedByType":{"type":["string","null"],"enum":["user","system","integration","customer",null]},"metadata":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"changedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"changedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name","email"]},"changedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]}},"required":["id","orderId","status","previousStatus","notes","changedBy","changedByType","metadata","createdAt","updatedAt","deletedAt"]},"default":[]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"id":{"type":"string"},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":"string"}},"required":["id","name","email"]},"assignedTo":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["user","team"]}},"required":["id","name","type"]}},"required":["requestedByType","id","currentUserCanApprove","requestedBy","assignedTo"]}},"contactPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"shippingAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"payments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]},"default":[]},"quotation":{"type":["object","null"],"properties":{"id":{"type":"string"},"quotationNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647}},"required":["id","quotationNumber"]},"attachments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"documentType":{"type":"string","enum":["invoice","credit_note","delivery_note","proof_of_payment","purchase_order","withholding_tax_certificate","packing_list","order_receipt"]},"documentId":{"type":"string"},"status":{"type":"string","enum":["uploaded","sent"]},"fileName":{"type":"string"},"fileSize":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":["string","null"]},"fileKey":{"type":"string"},"sentAt":{"type":["string","null"]},"failureReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","orderId","documentType","documentId","status","fileName","fileSize","mimeType","fileKey","sentAt","failureReason","createdAt","updatedAt","deletedAt"]},"default":[]},"placedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]},"salesChannel":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"salesRep":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]}},"required":["id","orderNumber","invoiceNumber","quotationId","inventoryLocationId","inventoryLocationGroupId","deliveryMethod","totalWeight","customerId","contactPersonId","placedBy","placedByType","salesRepId","salesChannelId","subtotalPrice","totalPrice","totalTax","totalShipping","totalWithheldTaxAmount","orderDiscount","totalDiscount","discountPercentage","discountType","discountReason","status","paymentStatus","paymentTerms","paymentDueDate","billingAddressId","shippingAddressId","trackingNumber","shippingCarrier","shippingMethod","confirmedAt","shippedAt","deliveredAt","closedAt","cancelledAt","externalId","externalSystem","externalDocumentNumber","syncStatus","syncError","lastSyncAt","notes","tags","metrics","branchId","organizationId","createdAt","updatedAt","deletedAt","paidAmount","balanceAmount","lineItems","customer","statusHistory","approvalRequests","payments","attachments"]}},"required":["order"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update an order","tags":["Orders"]}},"/v1/orders/{id}/timeline":{"get":{"operationId":"getOrderTimeline","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the order timeline","content":{"application/json":{"schema":{"type":"object","properties":{"timeline":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["comment","activity"]},"data":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"createdByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"createdByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"createdByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]},{"type":"object","properties":{"id":{"type":"string"},"user":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":["string","null"]}},"required":["id","name"]},"actor":{"type":"string"},"description":{"type":"string"},"icon":{"type":"string"},"category":{"type":"string"},"metadata":{"type":"object","properties":{"expandable":{"type":"boolean"},"details":{"type":"object","additionalProperties":{}}}}},"required":["id","actor","description"]}]},"timestamp":{"type":"string"}},"required":["type","data","timestamp"]}}},"required":["timeline"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a order timeline","tags":["Orders"],"x-speakeasy-name-override":"getOrderTimeline"}},"/v1/orders/{id}/comments":{"get":{"operationId":"listOrderComments","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"Order comment."},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a order comment","tags":["Orders"],"x-speakeasy-name-override":"listOrderComments"},"post":{"operationId":"createComment","parameters":[{"name":"id","required":true,"in":"path","description":"Order ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"type":"object","properties":{"content":{"type":"string","minLength":1}},"required":["content"]},"userMentions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"email":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]}},"required":["id","email","name"]}},"mentionMetadata":{"type":"object","properties":{"mentionedByName":{"type":"string"},"mentionedByEmail":{"type":"string"},"entityType":{"type":"string"},"entityName":{"type":"string"},"entityLink":{"type":"string"},"noteContent":{"type":"string"},"orgName":{"type":"string"}},"required":["mentionedByName","mentionedByEmail","entityType","entityName","entityLink","noteContent","orgName"]}},"required":["comment"]}}}},"responses":{"201":{"description":"Comment created successfully."},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create a order comment","tags":["Orders"],"x-speakeasy-name-override":"createComment"}},"/v1/orders/{id}/comments/{commentId}":{"delete":{"operationId":"OrdersController_deleteCustomerNote_v1","parameters":[{"name":"commentId","required":true,"in":"path","description":"Comment ID","schema":{"type":"string"}},{"name":"id","required":true,"in":"path","description":"Order ID","schema":{"type":"string"}}],"responses":{"204":{"description":"Comment deleted."},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete a order comment","tags":["Orders"],"x-speakeasy-name-override":"deleteComment"}},"/v1/orders/{id}/approval-requests/{approvalRequestId}/approve":{"post":{"operationId":"approveOrderRequest","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}},{"name":"approvalRequestId","required":true,"in":"path","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"notes":{"type":"string"}}}}}},"responses":{"200":{"description":"Success. Returns the updated order","content":{"application/json":{"schema":{"type":"object","properties":{"order":{"type":"object","properties":{"id":{"type":"string"},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"invoiceNumber":{"type":["string","null"]},"quotationId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"inventoryLocationGroupId":{"type":["string","null"]},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"totalWeight":{"type":["string","null"]},"customerId":{"type":"string"},"contactPersonId":{"type":["string","null"]},"placedBy":{"type":"string"},"placedByType":{"type":"string","enum":["user","system","customer","integration"]},"salesRepId":{"type":["string","null"]},"salesChannelId":{"type":["string","null"]},"subtotalPrice":{"type":"string"},"totalPrice":{"type":"string"},"totalTax":{"type":["string","null"]},"totalShipping":{"type":["string","null"]},"totalWithheldTaxAmount":{"type":["string","null"]},"orderDiscount":{"type":["string","null"]},"totalDiscount":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"paymentTerms":{"type":["string","null"]},"paymentDueDate":{"type":["string","null"]},"billingAddressId":{"type":["string","null"]},"shippingAddressId":{"type":["string","null"]},"trackingNumber":{"type":["string","null"]},"shippingCarrier":{"type":["string","null"]},"shippingMethod":{"type":["string","null"]},"estimatedDeliveryDate":{"type":["string","null"]},"actualDeliveryDate":{"type":["string","null"]},"confirmedAt":{"type":["string","null"]},"shippedAt":{"type":["string","null"]},"deliveredAt":{"type":["string","null"]},"closedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalDocumentNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"notes":{"type":["string","null"]},"tags":{"type":["array","null"],"items":{"type":"string"}},"metadata":{"type":["object","null"],"additionalProperties":{}},"metrics":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"branchId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"paidAmount":{"type":"number"},"balanceAmount":{"type":"number"},"lineItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"number"},"rebateAmount":{"type":"number"},"landedCost":{"type":"number"},"quantity":{"type":"number"},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":"number"},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":"number"},"costPrice":{"type":"number"},"totalAmount":{"type":"number"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]},"weight":{"type":["number","null"],"default":0},"priceBook":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"status":{"type":"string","enum":["draft","active","inactive","archived"]},"type":{"type":"string","enum":["standard","promotional","sales_channel","customer_group","customer_segment"]},"salesChannelId":{"type":["string","null"]},"customerGroupId":{"type":["string","null"]},"customerSegmentId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","priority","status","type","salesChannelId","customerGroupId","customerSegmentId","organizationId","createdAt","updatedAt","deletedAt"]},"inventoryItem":{"type":["object","null"],"properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"organizationId":{"type":"string"},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","locationId","productId","productVariantId","organizationId","externalId","externalSource","createdAt","updatedAt","deletedAt"]}},"required":["id","name","title","sku","orderId","priceBookId","unitPrice","quantity","unitOfMeasure","discountType","discountReason","totalAmount","fulfillmentStatus","fulfilledQuantity","returnedQuantity","returnReason","productId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","product","inventoryLocation","weight"]},"default":[]},"customer":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]},"orderCount":{"type":"number","default":0}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments","orderCount"]},"statusHistory":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"previousStatus":{"type":["string","null"],"enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert",null]},"notes":{"type":["string","null"]},"changedBy":{"type":"string"},"changedByType":{"type":["string","null"],"enum":["user","system","integration","customer",null]},"metadata":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"changedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"changedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name","email"]},"changedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]}},"required":["id","orderId","status","previousStatus","notes","changedBy","changedByType","metadata","createdAt","updatedAt","deletedAt"]},"default":[]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"id":{"type":"string"},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":"string"}},"required":["id","name","email"]},"assignedTo":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["user","team"]}},"required":["id","name","type"]}},"required":["requestedByType","id","currentUserCanApprove","requestedBy","assignedTo"]}},"contactPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"shippingAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"payments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]},"default":[]},"quotation":{"type":["object","null"],"properties":{"id":{"type":"string"},"quotationNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647}},"required":["id","quotationNumber"]},"attachments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"documentType":{"type":"string","enum":["invoice","credit_note","delivery_note","proof_of_payment","purchase_order","withholding_tax_certificate","packing_list","order_receipt"]},"documentId":{"type":"string"},"status":{"type":"string","enum":["uploaded","sent"]},"fileName":{"type":"string"},"fileSize":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":["string","null"]},"fileKey":{"type":"string"},"sentAt":{"type":["string","null"]},"failureReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","orderId","documentType","documentId","status","fileName","fileSize","mimeType","fileKey","sentAt","failureReason","createdAt","updatedAt","deletedAt"]},"default":[]},"placedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]},"salesChannel":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"salesRep":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]}},"required":["id","orderNumber","invoiceNumber","quotationId","inventoryLocationId","inventoryLocationGroupId","deliveryMethod","totalWeight","customerId","contactPersonId","placedBy","placedByType","salesRepId","salesChannelId","subtotalPrice","totalPrice","totalTax","totalShipping","totalWithheldTaxAmount","orderDiscount","totalDiscount","discountPercentage","discountType","discountReason","status","paymentStatus","paymentTerms","paymentDueDate","billingAddressId","shippingAddressId","trackingNumber","shippingCarrier","shippingMethod","confirmedAt","shippedAt","deliveredAt","closedAt","cancelledAt","externalId","externalSystem","externalDocumentNumber","syncStatus","syncError","lastSyncAt","notes","tags","metrics","branchId","organizationId","createdAt","updatedAt","deletedAt","paidAmount","balanceAmount","lineItems","customer","statusHistory","approvalRequests","payments","attachments"]}},"required":["order"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Approve an order request","tags":["Orders"],"x-speakeasy-name-override":"approveOrderRequest"}},"/v1/orders/{id}/approval-requests/{approvalRequestId}/reject":{"post":{"operationId":"rejectOrderRequest","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}},{"name":"approvalRequestId","required":true,"in":"path","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"notes":{"type":"string"}}}}}},"responses":{"200":{"description":"Success. Returns the updated order","content":{"application/json":{"schema":{"type":"object","properties":{"order":{"type":"object","properties":{"id":{"type":"string"},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"invoiceNumber":{"type":["string","null"]},"quotationId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"inventoryLocationGroupId":{"type":["string","null"]},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"totalWeight":{"type":["string","null"]},"customerId":{"type":"string"},"contactPersonId":{"type":["string","null"]},"placedBy":{"type":"string"},"placedByType":{"type":"string","enum":["user","system","customer","integration"]},"salesRepId":{"type":["string","null"]},"salesChannelId":{"type":["string","null"]},"subtotalPrice":{"type":"string"},"totalPrice":{"type":"string"},"totalTax":{"type":["string","null"]},"totalShipping":{"type":["string","null"]},"totalWithheldTaxAmount":{"type":["string","null"]},"orderDiscount":{"type":["string","null"]},"totalDiscount":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"paymentTerms":{"type":["string","null"]},"paymentDueDate":{"type":["string","null"]},"billingAddressId":{"type":["string","null"]},"shippingAddressId":{"type":["string","null"]},"trackingNumber":{"type":["string","null"]},"shippingCarrier":{"type":["string","null"]},"shippingMethod":{"type":["string","null"]},"estimatedDeliveryDate":{"type":["string","null"]},"actualDeliveryDate":{"type":["string","null"]},"confirmedAt":{"type":["string","null"]},"shippedAt":{"type":["string","null"]},"deliveredAt":{"type":["string","null"]},"closedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalDocumentNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"notes":{"type":["string","null"]},"tags":{"type":["array","null"],"items":{"type":"string"}},"metadata":{"type":["object","null"],"additionalProperties":{}},"metrics":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"branchId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"paidAmount":{"type":"number"},"balanceAmount":{"type":"number"},"lineItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"number"},"rebateAmount":{"type":"number"},"landedCost":{"type":"number"},"quantity":{"type":"number"},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":"number"},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":"number"},"costPrice":{"type":"number"},"totalAmount":{"type":"number"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]},"weight":{"type":["number","null"],"default":0},"priceBook":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"status":{"type":"string","enum":["draft","active","inactive","archived"]},"type":{"type":"string","enum":["standard","promotional","sales_channel","customer_group","customer_segment"]},"salesChannelId":{"type":["string","null"]},"customerGroupId":{"type":["string","null"]},"customerSegmentId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","priority","status","type","salesChannelId","customerGroupId","customerSegmentId","organizationId","createdAt","updatedAt","deletedAt"]},"inventoryItem":{"type":["object","null"],"properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"organizationId":{"type":"string"},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","locationId","productId","productVariantId","organizationId","externalId","externalSource","createdAt","updatedAt","deletedAt"]}},"required":["id","name","title","sku","orderId","priceBookId","unitPrice","quantity","unitOfMeasure","discountType","discountReason","totalAmount","fulfillmentStatus","fulfilledQuantity","returnedQuantity","returnReason","productId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","product","inventoryLocation","weight"]},"default":[]},"customer":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]},"orderCount":{"type":"number","default":0}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments","orderCount"]},"statusHistory":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"previousStatus":{"type":["string","null"],"enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert",null]},"notes":{"type":["string","null"]},"changedBy":{"type":"string"},"changedByType":{"type":["string","null"],"enum":["user","system","integration","customer",null]},"metadata":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"changedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"changedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name","email"]},"changedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]}},"required":["id","orderId","status","previousStatus","notes","changedBy","changedByType","metadata","createdAt","updatedAt","deletedAt"]},"default":[]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"id":{"type":"string"},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":"string"}},"required":["id","name","email"]},"assignedTo":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["user","team"]}},"required":["id","name","type"]}},"required":["requestedByType","id","currentUserCanApprove","requestedBy","assignedTo"]}},"contactPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"shippingAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"payments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]},"default":[]},"quotation":{"type":["object","null"],"properties":{"id":{"type":"string"},"quotationNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647}},"required":["id","quotationNumber"]},"attachments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"documentType":{"type":"string","enum":["invoice","credit_note","delivery_note","proof_of_payment","purchase_order","withholding_tax_certificate","packing_list","order_receipt"]},"documentId":{"type":"string"},"status":{"type":"string","enum":["uploaded","sent"]},"fileName":{"type":"string"},"fileSize":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":["string","null"]},"fileKey":{"type":"string"},"sentAt":{"type":["string","null"]},"failureReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","orderId","documentType","documentId","status","fileName","fileSize","mimeType","fileKey","sentAt","failureReason","createdAt","updatedAt","deletedAt"]},"default":[]},"placedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]},"salesChannel":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"salesRep":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]}},"required":["id","orderNumber","invoiceNumber","quotationId","inventoryLocationId","inventoryLocationGroupId","deliveryMethod","totalWeight","customerId","contactPersonId","placedBy","placedByType","salesRepId","salesChannelId","subtotalPrice","totalPrice","totalTax","totalShipping","totalWithheldTaxAmount","orderDiscount","totalDiscount","discountPercentage","discountType","discountReason","status","paymentStatus","paymentTerms","paymentDueDate","billingAddressId","shippingAddressId","trackingNumber","shippingCarrier","shippingMethod","confirmedAt","shippedAt","deliveredAt","closedAt","cancelledAt","externalId","externalSystem","externalDocumentNumber","syncStatus","syncError","lastSyncAt","notes","tags","metrics","branchId","organizationId","createdAt","updatedAt","deletedAt","paidAmount","balanceAmount","lineItems","customer","statusHistory","approvalRequests","payments","attachments"]}},"required":["order"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Reject an order request","tags":["Orders"],"x-speakeasy-name-override":"rejectOrderRequest"}},"/v1/orders/{id}/update-customer-order":{"post":{"operationId":"updateCustomerOrder","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the update order","content":{"application/json":{"schema":{"type":"object","properties":{"order":{"type":"object","properties":{"id":{"type":"string"},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"invoiceNumber":{"type":["string","null"]},"quotationId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"inventoryLocationGroupId":{"type":["string","null"]},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"totalWeight":{"type":["string","null"]},"customerId":{"type":"string"},"contactPersonId":{"type":["string","null"]},"placedBy":{"type":"string"},"placedByType":{"type":"string","enum":["user","system","customer","integration"]},"salesRepId":{"type":["string","null"]},"salesChannelId":{"type":["string","null"]},"subtotalPrice":{"type":"string"},"totalPrice":{"type":"string"},"totalTax":{"type":["string","null"]},"totalShipping":{"type":["string","null"]},"totalWithheldTaxAmount":{"type":["string","null"]},"orderDiscount":{"type":["string","null"]},"totalDiscount":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"paymentTerms":{"type":["string","null"]},"paymentDueDate":{"type":["string","null"]},"billingAddressId":{"type":["string","null"]},"shippingAddressId":{"type":["string","null"]},"trackingNumber":{"type":["string","null"]},"shippingCarrier":{"type":["string","null"]},"shippingMethod":{"type":["string","null"]},"estimatedDeliveryDate":{"type":["string","null"]},"actualDeliveryDate":{"type":["string","null"]},"confirmedAt":{"type":["string","null"]},"shippedAt":{"type":["string","null"]},"deliveredAt":{"type":["string","null"]},"closedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalDocumentNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"notes":{"type":["string","null"]},"tags":{"type":["array","null"],"items":{"type":"string"}},"metadata":{"type":["object","null"],"additionalProperties":{}},"metrics":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"branchId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"paidAmount":{"type":"number"},"balanceAmount":{"type":"number"},"lineItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"number"},"rebateAmount":{"type":"number"},"landedCost":{"type":"number"},"quantity":{"type":"number"},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":"number"},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":"number"},"costPrice":{"type":"number"},"totalAmount":{"type":"number"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]},"weight":{"type":["number","null"],"default":0},"priceBook":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"status":{"type":"string","enum":["draft","active","inactive","archived"]},"type":{"type":"string","enum":["standard","promotional","sales_channel","customer_group","customer_segment"]},"salesChannelId":{"type":["string","null"]},"customerGroupId":{"type":["string","null"]},"customerSegmentId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","priority","status","type","salesChannelId","customerGroupId","customerSegmentId","organizationId","createdAt","updatedAt","deletedAt"]},"inventoryItem":{"type":["object","null"],"properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"organizationId":{"type":"string"},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","locationId","productId","productVariantId","organizationId","externalId","externalSource","createdAt","updatedAt","deletedAt"]}},"required":["id","name","title","sku","orderId","priceBookId","unitPrice","quantity","unitOfMeasure","discountType","discountReason","totalAmount","fulfillmentStatus","fulfilledQuantity","returnedQuantity","returnReason","productId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","product","inventoryLocation","weight"]},"default":[]},"customer":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]},"orderCount":{"type":"number","default":0}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments","orderCount"]},"statusHistory":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"previousStatus":{"type":["string","null"],"enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert",null]},"notes":{"type":["string","null"]},"changedBy":{"type":"string"},"changedByType":{"type":["string","null"],"enum":["user","system","integration","customer",null]},"metadata":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"changedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"changedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name","email"]},"changedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]}},"required":["id","orderId","status","previousStatus","notes","changedBy","changedByType","metadata","createdAt","updatedAt","deletedAt"]},"default":[]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"id":{"type":"string"},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":"string"}},"required":["id","name","email"]},"assignedTo":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["user","team"]}},"required":["id","name","type"]}},"required":["requestedByType","id","currentUserCanApprove","requestedBy","assignedTo"]}},"contactPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"shippingAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"payments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]},"default":[]},"quotation":{"type":["object","null"],"properties":{"id":{"type":"string"},"quotationNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647}},"required":["id","quotationNumber"]},"attachments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"documentType":{"type":"string","enum":["invoice","credit_note","delivery_note","proof_of_payment","purchase_order","withholding_tax_certificate","packing_list","order_receipt"]},"documentId":{"type":"string"},"status":{"type":"string","enum":["uploaded","sent"]},"fileName":{"type":"string"},"fileSize":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":["string","null"]},"fileKey":{"type":"string"},"sentAt":{"type":["string","null"]},"failureReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","orderId","documentType","documentId","status","fileName","fileSize","mimeType","fileKey","sentAt","failureReason","createdAt","updatedAt","deletedAt"]},"default":[]},"placedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]},"salesChannel":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"salesRep":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]}},"required":["id","orderNumber","invoiceNumber","quotationId","inventoryLocationId","inventoryLocationGroupId","deliveryMethod","totalWeight","customerId","contactPersonId","placedBy","placedByType","salesRepId","salesChannelId","subtotalPrice","totalPrice","totalTax","totalShipping","totalWithheldTaxAmount","orderDiscount","totalDiscount","discountPercentage","discountType","discountReason","status","paymentStatus","paymentTerms","paymentDueDate","billingAddressId","shippingAddressId","trackingNumber","shippingCarrier","shippingMethod","confirmedAt","shippedAt","deliveredAt","closedAt","cancelledAt","externalId","externalSystem","externalDocumentNumber","syncStatus","syncError","lastSyncAt","notes","tags","metrics","branchId","organizationId","createdAt","updatedAt","deletedAt","paidAmount","balanceAmount","lineItems","customer","statusHistory","approvalRequests","payments","attachments"]}},"required":["order"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update Customer Order By ID","tags":["Orders"],"x-speakeasy-name-override":"updateCustomerOrder"}},"/v1/orders/{id}/request-approval":{"post":{"description":"Request approval for a order","operationId":"requestOrderApproval","parameters":[{"name":"id","required":true,"in":"path","description":"The unique ID of the order","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"notes":{"type":"string"}}}}}},"responses":{"200":{"description":"Returns the updated order","content":{"application/json":{"schema":{"type":"object","properties":{"order":{"type":"object","properties":{"id":{"type":"string"},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"invoiceNumber":{"type":["string","null"]},"quotationId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"inventoryLocationGroupId":{"type":["string","null"]},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"totalWeight":{"type":["string","null"]},"customerId":{"type":"string"},"contactPersonId":{"type":["string","null"]},"placedBy":{"type":"string"},"placedByType":{"type":"string","enum":["user","system","customer","integration"]},"salesRepId":{"type":["string","null"]},"salesChannelId":{"type":["string","null"]},"subtotalPrice":{"type":"string"},"totalPrice":{"type":"string"},"totalTax":{"type":["string","null"]},"totalShipping":{"type":["string","null"]},"totalWithheldTaxAmount":{"type":["string","null"]},"orderDiscount":{"type":["string","null"]},"totalDiscount":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"paymentTerms":{"type":["string","null"]},"paymentDueDate":{"type":["string","null"]},"billingAddressId":{"type":["string","null"]},"shippingAddressId":{"type":["string","null"]},"trackingNumber":{"type":["string","null"]},"shippingCarrier":{"type":["string","null"]},"shippingMethod":{"type":["string","null"]},"estimatedDeliveryDate":{"type":["string","null"]},"actualDeliveryDate":{"type":["string","null"]},"confirmedAt":{"type":["string","null"]},"shippedAt":{"type":["string","null"]},"deliveredAt":{"type":["string","null"]},"closedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalDocumentNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"notes":{"type":["string","null"]},"tags":{"type":["array","null"],"items":{"type":"string"}},"metadata":{"type":["object","null"],"additionalProperties":{}},"metrics":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"branchId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"paidAmount":{"type":"number"},"balanceAmount":{"type":"number"},"lineItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"number"},"rebateAmount":{"type":"number"},"landedCost":{"type":"number"},"quantity":{"type":"number"},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":"number"},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":"number"},"costPrice":{"type":"number"},"totalAmount":{"type":"number"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]},"weight":{"type":["number","null"],"default":0},"priceBook":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"status":{"type":"string","enum":["draft","active","inactive","archived"]},"type":{"type":"string","enum":["standard","promotional","sales_channel","customer_group","customer_segment"]},"salesChannelId":{"type":["string","null"]},"customerGroupId":{"type":["string","null"]},"customerSegmentId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","priority","status","type","salesChannelId","customerGroupId","customerSegmentId","organizationId","createdAt","updatedAt","deletedAt"]},"inventoryItem":{"type":["object","null"],"properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"organizationId":{"type":"string"},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","locationId","productId","productVariantId","organizationId","externalId","externalSource","createdAt","updatedAt","deletedAt"]}},"required":["id","name","title","sku","orderId","priceBookId","unitPrice","quantity","unitOfMeasure","discountType","discountReason","totalAmount","fulfillmentStatus","fulfilledQuantity","returnedQuantity","returnReason","productId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","product","inventoryLocation","weight"]},"default":[]},"customer":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]},"orderCount":{"type":"number","default":0}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments","orderCount"]},"statusHistory":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"previousStatus":{"type":["string","null"],"enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert",null]},"notes":{"type":["string","null"]},"changedBy":{"type":"string"},"changedByType":{"type":["string","null"],"enum":["user","system","integration","customer",null]},"metadata":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"changedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"changedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name","email"]},"changedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]}},"required":["id","orderId","status","previousStatus","notes","changedBy","changedByType","metadata","createdAt","updatedAt","deletedAt"]},"default":[]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"id":{"type":"string"},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":"string"}},"required":["id","name","email"]},"assignedTo":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["user","team"]}},"required":["id","name","type"]}},"required":["requestedByType","id","currentUserCanApprove","requestedBy","assignedTo"]}},"contactPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"shippingAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"payments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]},"default":[]},"quotation":{"type":["object","null"],"properties":{"id":{"type":"string"},"quotationNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647}},"required":["id","quotationNumber"]},"attachments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"documentType":{"type":"string","enum":["invoice","credit_note","delivery_note","proof_of_payment","purchase_order","withholding_tax_certificate","packing_list","order_receipt"]},"documentId":{"type":"string"},"status":{"type":"string","enum":["uploaded","sent"]},"fileName":{"type":"string"},"fileSize":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":["string","null"]},"fileKey":{"type":"string"},"sentAt":{"type":["string","null"]},"failureReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","orderId","documentType","documentId","status","fileName","fileSize","mimeType","fileKey","sentAt","failureReason","createdAt","updatedAt","deletedAt"]},"default":[]},"placedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]},"salesChannel":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"salesRep":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]}},"required":["id","orderNumber","invoiceNumber","quotationId","inventoryLocationId","inventoryLocationGroupId","deliveryMethod","totalWeight","customerId","contactPersonId","placedBy","placedByType","salesRepId","salesChannelId","subtotalPrice","totalPrice","totalTax","totalShipping","totalWithheldTaxAmount","orderDiscount","totalDiscount","discountPercentage","discountType","discountReason","status","paymentStatus","paymentTerms","paymentDueDate","billingAddressId","shippingAddressId","trackingNumber","shippingCarrier","shippingMethod","confirmedAt","shippedAt","deliveredAt","closedAt","cancelledAt","externalId","externalSystem","externalDocumentNumber","syncStatus","syncError","lastSyncAt","notes","tags","metrics","branchId","organizationId","createdAt","updatedAt","deletedAt","paidAmount","balanceAmount","lineItems","customer","statusHistory","approvalRequests","payments","attachments"]}},"required":["order"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Request approval for a order","tags":["Orders"]}},"/v1/orders/{id}/line-items":{"delete":{"operationId":"deleteOrderLineItem","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"productId":{"type":"string","minLength":1},"variantId":{"type":"string"},"inventoryLocationId":{"type":"string","minLength":1}},"required":["productId","inventoryLocationId"]}}}},"responses":{"200":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete an order line item","tags":["Orders"]}},"/v1/orders/{id}/cancel":{"put":{"operationId":"cancelOrder","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"notes":{"type":"string"}},"required":["status"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"order":{"type":"object","properties":{"id":{"type":"string"},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"invoiceNumber":{"type":["string","null"]},"quotationId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"inventoryLocationGroupId":{"type":["string","null"]},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"totalWeight":{"type":["string","null"]},"customerId":{"type":"string"},"contactPersonId":{"type":["string","null"]},"placedBy":{"type":"string"},"placedByType":{"type":"string","enum":["user","system","customer","integration"]},"salesRepId":{"type":["string","null"]},"salesChannelId":{"type":["string","null"]},"subtotalPrice":{"type":"string"},"totalPrice":{"type":"string"},"totalTax":{"type":["string","null"]},"totalShipping":{"type":["string","null"]},"totalWithheldTaxAmount":{"type":["string","null"]},"orderDiscount":{"type":["string","null"]},"totalDiscount":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"paymentTerms":{"type":["string","null"]},"paymentDueDate":{"type":["string","null"]},"billingAddressId":{"type":["string","null"]},"shippingAddressId":{"type":["string","null"]},"trackingNumber":{"type":["string","null"]},"shippingCarrier":{"type":["string","null"]},"shippingMethod":{"type":["string","null"]},"estimatedDeliveryDate":{"type":["string","null"]},"actualDeliveryDate":{"type":["string","null"]},"confirmedAt":{"type":["string","null"]},"shippedAt":{"type":["string","null"]},"deliveredAt":{"type":["string","null"]},"closedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalDocumentNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"notes":{"type":["string","null"]},"tags":{"type":["array","null"],"items":{"type":"string"}},"metadata":{"type":["object","null"],"additionalProperties":{}},"metrics":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"branchId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"paidAmount":{"type":"number"},"balanceAmount":{"type":"number"},"lineItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"number"},"rebateAmount":{"type":"number"},"landedCost":{"type":"number"},"quantity":{"type":"number"},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":"number"},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":"number"},"costPrice":{"type":"number"},"totalAmount":{"type":"number"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]},"weight":{"type":["number","null"],"default":0},"priceBook":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"status":{"type":"string","enum":["draft","active","inactive","archived"]},"type":{"type":"string","enum":["standard","promotional","sales_channel","customer_group","customer_segment"]},"salesChannelId":{"type":["string","null"]},"customerGroupId":{"type":["string","null"]},"customerSegmentId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","priority","status","type","salesChannelId","customerGroupId","customerSegmentId","organizationId","createdAt","updatedAt","deletedAt"]},"inventoryItem":{"type":["object","null"],"properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"organizationId":{"type":"string"},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","locationId","productId","productVariantId","organizationId","externalId","externalSource","createdAt","updatedAt","deletedAt"]}},"required":["id","name","title","sku","orderId","priceBookId","unitPrice","quantity","unitOfMeasure","discountType","discountReason","totalAmount","fulfillmentStatus","fulfilledQuantity","returnedQuantity","returnReason","productId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","product","inventoryLocation","weight"]},"default":[]},"customer":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]},"orderCount":{"type":"number","default":0}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments","orderCount"]},"statusHistory":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"previousStatus":{"type":["string","null"],"enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert",null]},"notes":{"type":["string","null"]},"changedBy":{"type":"string"},"changedByType":{"type":["string","null"],"enum":["user","system","integration","customer",null]},"metadata":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"changedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"changedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name","email"]},"changedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]}},"required":["id","orderId","status","previousStatus","notes","changedBy","changedByType","metadata","createdAt","updatedAt","deletedAt"]},"default":[]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"id":{"type":"string"},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":"string"}},"required":["id","name","email"]},"assignedTo":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["user","team"]}},"required":["id","name","type"]}},"required":["requestedByType","id","currentUserCanApprove","requestedBy","assignedTo"]}},"contactPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"shippingAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"payments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]},"default":[]},"quotation":{"type":["object","null"],"properties":{"id":{"type":"string"},"quotationNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647}},"required":["id","quotationNumber"]},"attachments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"documentType":{"type":"string","enum":["invoice","credit_note","delivery_note","proof_of_payment","purchase_order","withholding_tax_certificate","packing_list","order_receipt"]},"documentId":{"type":"string"},"status":{"type":"string","enum":["uploaded","sent"]},"fileName":{"type":"string"},"fileSize":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":["string","null"]},"fileKey":{"type":"string"},"sentAt":{"type":["string","null"]},"failureReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","orderId","documentType","documentId","status","fileName","fileSize","mimeType","fileKey","sentAt","failureReason","createdAt","updatedAt","deletedAt"]},"default":[]},"placedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]},"salesChannel":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"salesRep":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]}},"required":["id","orderNumber","invoiceNumber","quotationId","inventoryLocationId","inventoryLocationGroupId","deliveryMethod","totalWeight","customerId","contactPersonId","placedBy","placedByType","salesRepId","salesChannelId","subtotalPrice","totalPrice","totalTax","totalShipping","totalWithheldTaxAmount","orderDiscount","totalDiscount","discountPercentage","discountType","discountReason","status","paymentStatus","paymentTerms","paymentDueDate","billingAddressId","shippingAddressId","trackingNumber","shippingCarrier","shippingMethod","confirmedAt","shippedAt","deliveredAt","closedAt","cancelledAt","externalId","externalSystem","externalDocumentNumber","syncStatus","syncError","lastSyncAt","notes","tags","metrics","branchId","organizationId","createdAt","updatedAt","deletedAt","paidAmount","balanceAmount","lineItems","customer","statusHistory","approvalRequests","payments","attachments"]}},"required":["order"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Cancel an order","tags":["Orders"]}},"/v1/orders/{id}/complete":{"put":{"operationId":"completeOrder","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"notes":{"type":"string"}},"required":["status"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"order":{"type":"object","properties":{"id":{"type":"string"},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"invoiceNumber":{"type":["string","null"]},"quotationId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"inventoryLocationGroupId":{"type":["string","null"]},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"totalWeight":{"type":["string","null"]},"customerId":{"type":"string"},"contactPersonId":{"type":["string","null"]},"placedBy":{"type":"string"},"placedByType":{"type":"string","enum":["user","system","customer","integration"]},"salesRepId":{"type":["string","null"]},"salesChannelId":{"type":["string","null"]},"subtotalPrice":{"type":"string"},"totalPrice":{"type":"string"},"totalTax":{"type":["string","null"]},"totalShipping":{"type":["string","null"]},"totalWithheldTaxAmount":{"type":["string","null"]},"orderDiscount":{"type":["string","null"]},"totalDiscount":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"paymentTerms":{"type":["string","null"]},"paymentDueDate":{"type":["string","null"]},"billingAddressId":{"type":["string","null"]},"shippingAddressId":{"type":["string","null"]},"trackingNumber":{"type":["string","null"]},"shippingCarrier":{"type":["string","null"]},"shippingMethod":{"type":["string","null"]},"estimatedDeliveryDate":{"type":["string","null"]},"actualDeliveryDate":{"type":["string","null"]},"confirmedAt":{"type":["string","null"]},"shippedAt":{"type":["string","null"]},"deliveredAt":{"type":["string","null"]},"closedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalDocumentNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"notes":{"type":["string","null"]},"tags":{"type":["array","null"],"items":{"type":"string"}},"metadata":{"type":["object","null"],"additionalProperties":{}},"metrics":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"branchId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"paidAmount":{"type":"number"},"balanceAmount":{"type":"number"},"lineItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"number"},"rebateAmount":{"type":"number"},"landedCost":{"type":"number"},"quantity":{"type":"number"},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":"number"},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":"number"},"costPrice":{"type":"number"},"totalAmount":{"type":"number"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]},"weight":{"type":["number","null"],"default":0},"priceBook":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"status":{"type":"string","enum":["draft","active","inactive","archived"]},"type":{"type":"string","enum":["standard","promotional","sales_channel","customer_group","customer_segment"]},"salesChannelId":{"type":["string","null"]},"customerGroupId":{"type":["string","null"]},"customerSegmentId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","priority","status","type","salesChannelId","customerGroupId","customerSegmentId","organizationId","createdAt","updatedAt","deletedAt"]},"inventoryItem":{"type":["object","null"],"properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"organizationId":{"type":"string"},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","locationId","productId","productVariantId","organizationId","externalId","externalSource","createdAt","updatedAt","deletedAt"]}},"required":["id","name","title","sku","orderId","priceBookId","unitPrice","quantity","unitOfMeasure","discountType","discountReason","totalAmount","fulfillmentStatus","fulfilledQuantity","returnedQuantity","returnReason","productId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","product","inventoryLocation","weight"]},"default":[]},"customer":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]},"orderCount":{"type":"number","default":0}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments","orderCount"]},"statusHistory":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"previousStatus":{"type":["string","null"],"enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert",null]},"notes":{"type":["string","null"]},"changedBy":{"type":"string"},"changedByType":{"type":["string","null"],"enum":["user","system","integration","customer",null]},"metadata":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"changedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"changedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name","email"]},"changedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]}},"required":["id","orderId","status","previousStatus","notes","changedBy","changedByType","metadata","createdAt","updatedAt","deletedAt"]},"default":[]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"id":{"type":"string"},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":"string"}},"required":["id","name","email"]},"assignedTo":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["user","team"]}},"required":["id","name","type"]}},"required":["requestedByType","id","currentUserCanApprove","requestedBy","assignedTo"]}},"contactPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"shippingAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"payments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]},"default":[]},"quotation":{"type":["object","null"],"properties":{"id":{"type":"string"},"quotationNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647}},"required":["id","quotationNumber"]},"attachments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"documentType":{"type":"string","enum":["invoice","credit_note","delivery_note","proof_of_payment","purchase_order","withholding_tax_certificate","packing_list","order_receipt"]},"documentId":{"type":"string"},"status":{"type":"string","enum":["uploaded","sent"]},"fileName":{"type":"string"},"fileSize":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":["string","null"]},"fileKey":{"type":"string"},"sentAt":{"type":["string","null"]},"failureReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","orderId","documentType","documentId","status","fileName","fileSize","mimeType","fileKey","sentAt","failureReason","createdAt","updatedAt","deletedAt"]},"default":[]},"placedByUser":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByCustomer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]},"placedByIntegration":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":["string","null"]}},"required":["id","name","logoUrl"]},"salesChannel":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"salesRep":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"image":{"type":["string","null"]}},"required":["id","name","email","image"]}},"required":["id","orderNumber","invoiceNumber","quotationId","inventoryLocationId","inventoryLocationGroupId","deliveryMethod","totalWeight","customerId","contactPersonId","placedBy","placedByType","salesRepId","salesChannelId","subtotalPrice","totalPrice","totalTax","totalShipping","totalWithheldTaxAmount","orderDiscount","totalDiscount","discountPercentage","discountType","discountReason","status","paymentStatus","paymentTerms","paymentDueDate","billingAddressId","shippingAddressId","trackingNumber","shippingCarrier","shippingMethod","confirmedAt","shippedAt","deliveredAt","closedAt","cancelledAt","externalId","externalSystem","externalDocumentNumber","syncStatus","syncError","lastSyncAt","notes","tags","metrics","branchId","organizationId","createdAt","updatedAt","deletedAt","paidAmount","balanceAmount","lineItems","customer","statusHistory","approvalRequests","payments","attachments"]}},"required":["order"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Complete an order","tags":["Orders"]}},"/v1/orders/{id}/purchase-receipts/share-whatsapp":{"post":{"operationId":"shareOrderReceipt","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"phoneNumber":{"type":"string","minLength":1},"name":{"type":"string"}},"required":["phoneNumber"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"}},"required":["success","message"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Share an order purchase receipt via whatsapp","tags":["Orders"],"x-speakeasy-name-override":"shareOrderReceipt"}},"/v1/orders/{id}/purchase-receipts/download-url":{"post":{"operationId":"purchaseReceiptDownloadUrl","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"phoneNumber":{"type":"string","minLength":1},"name":{"type":"string"}},"required":["phoneNumber"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string"},"expiresIn":{"type":"number"}},"required":["url","expiresIn"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a download url for an order purchase receipt","tags":["Orders"],"x-speakeasy-name-override":"purchaseReceiptDownloadUrl"}},"/v1/orders/{id}/line-items/{lineItemId}":{"get":{"description":"Retrieves detailed information about a specific line item in an order","operationId":"getOrderLineItem","parameters":[{"name":"id","required":true,"in":"path","description":"The ID of the order","schema":{"type":"string"}},{"name":"lineItemId","required":true,"in":"path","description":"The ID of the line item","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the line item details","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"number"},"rebateAmount":{"type":["string","null"]},"landedCost":{"type":"number"},"quantity":{"type":"number"},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":"number"},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":"number"},"costPrice":{"type":"number"},"totalAmount":{"type":"number"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","name","title","variantTitle","sku","orderId","priceBookId","unitPrice","rebateAmount","quantity","unitOfMeasure","discountType","discountReason","totalAmount","fulfillmentStatus","fulfilledQuantity","returnedQuantity","returnReason","productId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","organizationId","createdAt","updatedAt","deletedAt","product","inventoryLocation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a specific order line item","tags":["Orders"],"x-speakeasy-name-override":"getOrderLineItem"},"patch":{"description":"Updates specific fields of a line item. Only non-sensitive fields can be updated.","operationId":"updateOrderLineItem","parameters":[{"name":"id","required":true,"in":"path","description":"The ID of the order","schema":{"type":"string"}},{"name":"lineItemId","required":true,"in":"path","description":"The ID of the line item","schema":{"type":"string"}}],"requestBody":{"required":true,"description":"The fields to update on the line item","content":{"application/json":{"schema":{"type":"object","properties":{"notes":{"type":["string","null"]},"metadata":{"type":"object","additionalProperties":{}},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"returnReason":{"type":["string","null"]}}}}}},"responses":{"200":{"description":"Success. Returns the updated line item details","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"number"},"rebateAmount":{"type":["string","null"]},"landedCost":{"type":"number"},"quantity":{"type":"number"},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":"number"},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":"number"},"costPrice":{"type":"number"},"totalAmount":{"type":"number"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","name","title","variantTitle","sku","orderId","priceBookId","unitPrice","rebateAmount","quantity","unitOfMeasure","discountType","discountReason","totalAmount","fulfillmentStatus","fulfilledQuantity","returnedQuantity","returnReason","productId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","organizationId","createdAt","updatedAt","deletedAt","product","inventoryLocation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update an order line item","tags":["Orders"],"x-speakeasy-name-override":"updateOrderLineItem"}},"/v1/orders/{id}/line-items/{lineItemId}/send-purchase-order":{"post":{"operationId":"sendPurchaseOrder","parameters":[{"name":"id","required":true,"in":"path","description":"The ID of the order","schema":{"type":"string"}},{"name":"lineItemId","required":true,"in":"path","description":"The ID of the line item","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the updated line item details","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"number"},"rebateAmount":{"type":["string","null"]},"landedCost":{"type":"number"},"quantity":{"type":"number"},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":"number"},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":"number"},"costPrice":{"type":"number"},"totalAmount":{"type":"number"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","name","title","variantTitle","sku","orderId","priceBookId","unitPrice","rebateAmount","quantity","unitOfMeasure","discountType","discountReason","totalAmount","fulfillmentStatus","fulfilledQuantity","returnedQuantity","returnReason","productId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","organizationId","createdAt","updatedAt","deletedAt","product","inventoryLocation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Send a purchase order","tags":["Orders"],"x-speakeasy-name-override":"sendPurchaseOrder"}},"/v1/orders/{id}/attachments/presign-upload":{"post":{"description":"Generates a presigned URL for uploading an order attachment with document type-based storage paths","operationId":"presignOrderAttachmentUpload","parameters":[{"name":"id","required":true,"in":"path","description":"The ID of the order","schema":{"type":"string"}}],"requestBody":{"required":true,"description":"Attachment upload details","content":{"application/json":{"schema":{"type":"object","properties":{"fileName":{"type":"string","minLength":1},"mimeType":{"type":"string","minLength":1},"documentType":{"type":"string","enum":["invoice","credit_note","delivery_note","proof_of_payment","purchase_order","withholding_tax_certificate","packing_list","order_receipt"]},"documentId":{"type":"string","minLength":1}},"required":["fileName","mimeType","documentType","documentId"]}}}},"responses":{"201":{"description":"Success. Returns presigned URL and file details","content":{"application/json":{"schema":{"type":"object","properties":{"fileKey":{"type":"string"},"url":{"type":"string"}},"required":["fileKey","url"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Generate presigned URL for order attachment upload","tags":["Orders"]}},"/v1/orders/{id}/attachments/{attachmentId}/send-via-email":{"post":{"operationId":"sendOrderAttachmentViaEmail","parameters":[{"name":"id","required":true,"in":"path","description":"The ID of the order","schema":{"type":"string"}},{"name":"attachmentId","required":true,"in":"path","description":"The ID of the attachment","schema":{"type":"string"}}],"responses":{"201":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Send order attachment via email","tags":["Orders"]}},"/v1/orders/{id}/attachments":{"post":{"description":"Creates a database record for an uploaded order attachment","operationId":"createOrderAttachment","parameters":[{"name":"id","required":true,"in":"path","description":"The ID of the order","schema":{"type":"string"}}],"requestBody":{"required":true,"description":"Attachment details to create","content":{"application/json":{"schema":{"type":"object","properties":{"documentType":{"type":"string","enum":["invoice","credit_note","delivery_note","proof_of_payment","purchase_order","withholding_tax_certificate","packing_list","order_receipt"]},"documentId":{"type":"string","minLength":1},"fileName":{"type":"string","minLength":1},"mimeType":{"type":"string","minLength":1},"fileKey":{"type":"string","minLength":1},"fileSize":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647}},"required":["documentType","documentId","fileName","mimeType","fileKey"]}}}},"responses":{"201":{"description":"Success. Returns the created attachment","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"documentType":{"type":"string","enum":["invoice","credit_note","delivery_note","proof_of_payment","purchase_order","withholding_tax_certificate","packing_list","order_receipt"]},"documentId":{"type":"string"},"status":{"type":"string","enum":["uploaded","sent"]},"fileName":{"type":"string"},"fileSize":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":["string","null"]},"fileKey":{"type":"string"},"sentAt":{"type":["string","null"]},"failureReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","orderId","documentType","documentId","status","fileName","fileSize","mimeType","fileKey","sentAt","failureReason","createdAt","updatedAt","deletedAt"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create order attachment record","tags":["Orders"],"x-speakeasy-name-override":"createOrderAttachment"},"get":{"description":"Retrieves all attachments for a specific order with optional filtering by document type","operationId":"listOrderAttachments","parameters":[{"name":"id","required":true,"in":"path","description":"The ID of the order","schema":{"type":"string"}},{"name":"limit","required":false,"in":"query","description":"Number of items per page","schema":{"default":20,"type":"number"}},{"name":"page","required":false,"in":"query","description":"Page number (1-based)","schema":{"default":1,"type":"number"}},{"name":"documentType","required":false,"in":"query","description":"Filter by document type","schema":{"enum":["invoice","credit_note","delivery_note","proof_of_payment","purchase_order"],"type":"string"}}],"responses":{"200":{"description":"Success. Returns the list of attachments","content":{"application/json":{"schema":{"type":"object","properties":{"attachments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"documentType":{"type":"string","enum":["invoice","credit_note","delivery_note","proof_of_payment","purchase_order","withholding_tax_certificate","packing_list","order_receipt"]},"documentId":{"type":"string"},"status":{"type":"string","enum":["uploaded","sent"]},"fileName":{"type":"string"},"fileSize":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":["string","null"]},"fileKey":{"type":"string"},"sentAt":{"type":["string","null"]},"failureReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","orderId","documentType","documentId","status","fileName","fileSize","mimeType","fileKey","sentAt","failureReason","createdAt","updatedAt","deletedAt"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["attachments","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List order attachments","tags":["Orders"],"x-speakeasy-name-override":"listOrderAttachments"}},"/v1/orders/{id}/attachments/{attachmentId}":{"get":{"description":"Retrieves a specific attachment for an order","operationId":"getOrderAttachment","parameters":[{"name":"id","required":true,"in":"path","description":"The ID of the order","schema":{"type":"string"}},{"name":"attachmentId","required":true,"in":"path","description":"The ID of the attachment","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the attachment details","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"documentType":{"type":"string","enum":["invoice","credit_note","delivery_note","proof_of_payment","purchase_order","withholding_tax_certificate","packing_list","order_receipt"]},"documentId":{"type":"string"},"status":{"type":"string","enum":["uploaded","sent"]},"fileName":{"type":"string"},"fileSize":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":["string","null"]},"fileKey":{"type":"string"},"sentAt":{"type":["string","null"]},"failureReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","orderId","documentType","documentId","status","fileName","fileSize","mimeType","fileKey","sentAt","failureReason","createdAt","updatedAt","deletedAt"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get order attachment by ID","tags":["Orders"],"x-speakeasy-name-override":"getOrderAttachment"},"delete":{"description":"Deletes a specific attachment from an order","operationId":"deleteOrderAttachment","parameters":[{"name":"id","required":true,"in":"path","description":"The ID of the order","schema":{"type":"string"}},{"name":"attachmentId","required":true,"in":"path","description":"The ID of the attachment","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Attachment deleted"},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete order attachment","tags":["Orders"],"x-speakeasy-name-override":"deleteOrderAttachment"}},"/v1/orders/{id}/attachments/{attachmentId}/download":{"get":{"description":"Generates a presigned URL for downloading/viewing an attachment","operationId":"getOrderAttachmentDownloadUrl","parameters":[{"name":"id","required":true,"in":"path","description":"The ID of the order","schema":{"type":"string"}},{"name":"attachmentId","required":true,"in":"path","description":"The ID of the attachment","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns presigned URL for downloading","content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string"},"expiresIn":{"type":"number"}},"required":["url","expiresIn"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get presigned URL for downloading attachment","tags":["Orders"],"x-speakeasy-name-override":"getOrderAttachmentDownloadUrl"}},"/v1/orders/{id}/delivery-notes":{"post":{"description":"Groups items by location and generates separate PDFs for each.","operationId":"createDeliveryNotes","parameters":[{"name":"id","required":true,"in":"path","description":"The ID of the order","schema":{"type":"string"}}],"requestBody":{"required":true,"description":"List of line items and quantities to fulfill","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"quantity":{"type":"number"},"lineItemId":{"type":"string"}},"required":["quantity","lineItemId"]}}},"required":["items"]}}}},"responses":{"201":{"description":"Returns an array of generated attachment records (PDFs)"},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Generate delivery notes for specific items","tags":["Orders"],"x-speakeasy-name-override":"createDeliveryNotes"},"get":{"operationId":"listDeliveryNotesByOrderId","parameters":[{"name":"id","required":true,"in":"path","description":"The ID of the order","schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"deliveryNotes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"deliveryNoteNumber":{"type":"string"},"invoiceNumber":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"attachmentId":{"type":["string","null"]},"truckPlate":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"deliveryNoteId":{"type":"string"},"orderLineItemId":{"type":"string"},"quantityFulfilled":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"orderLineItem":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"string"},"rebateAmount":{"type":["string","null"]},"landedCost":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":["string","null"]},"costPrice":{"type":["string","null"]},"totalAmount":{"type":"string"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","title","variantTitle","sku","orderId","priceBookId","unitPrice","rebateAmount","landedCost","quantity","unitOfMeasure","discountPercentage","discountType","discountReason","discountAmount","costPrice","totalAmount","fulfillmentStatus","fulfilledQuantity","returnedQuantity","returnReason","productId","variantId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","metadata","organizationId","createdAt","updatedAt","deletedAt"]}},"required":["id","deliveryNoteId","orderLineItemId","quantityFulfilled","organizationId","createdAt","updatedAt","deletedAt","orderLineItem"]}}},"required":["id","orderId","deliveryNoteNumber","invoiceNumber","inventoryLocationId","attachmentId","truckPlate","notes","metadata","organizationId","createdAt","updatedAt","deletedAt","items"]}}},"required":["deliveryNotes"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"","tags":["Orders"],"x-speakeasy-name-override":"getDeliveryByOrderId"}},"/v1/orders/{id}/delivery-notes/{delivery_noteID}":{"get":{"operationId":"getDeliveryNoteById","parameters":[{"name":"id","required":true,"in":"path","description":"The ID of the order","schema":{"type":"string"}},{"name":"delivery_noteID","required":true,"in":"path","description":"Delivery note id","schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"deliveryNote":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"deliveryNoteNumber":{"type":"string"},"invoiceNumber":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"attachmentId":{"type":["string","null"]},"truckPlate":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"deliveryNoteId":{"type":"string"},"orderLineItemId":{"type":"string"},"quantityFulfilled":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"orderLineItem":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"string"},"rebateAmount":{"type":["string","null"]},"landedCost":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":["string","null"]},"costPrice":{"type":["string","null"]},"totalAmount":{"type":"string"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","title","variantTitle","sku","orderId","priceBookId","unitPrice","rebateAmount","landedCost","quantity","unitOfMeasure","discountPercentage","discountType","discountReason","discountAmount","costPrice","totalAmount","fulfillmentStatus","fulfilledQuantity","returnedQuantity","returnReason","productId","variantId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","metadata","organizationId","createdAt","updatedAt","deletedAt"]}},"required":["id","deliveryNoteId","orderLineItemId","quantityFulfilled","organizationId","createdAt","updatedAt","deletedAt","orderLineItem"]}},"order":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]}},"required":["id","status","paymentStatus","orderNumber","approvalStatus"]}},"required":["id","orderId","deliveryNoteNumber","invoiceNumber","inventoryLocationId","attachmentId","truckPlate","notes","metadata","organizationId","createdAt","updatedAt","deletedAt","items","order"]}},"required":["deliveryNote"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"","tags":["Orders"],"x-speakeasy-name-override":"getDeliveryNote"},"patch":{"operationId":"updateDeliveryNote","parameters":[{"name":"id","required":true,"in":"path","description":"The ID of the order","schema":{"type":"string"}},{"name":"delivery_noteID","required":true,"in":"path","description":"Delivery note id","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"invoiceNumber":{"type":["string","null"]}}}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"deliveryNote":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"deliveryNoteNumber":{"type":"string"},"invoiceNumber":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"attachmentId":{"type":["string","null"]},"truckPlate":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"deliveryNoteId":{"type":"string"},"orderLineItemId":{"type":"string"},"quantityFulfilled":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"orderLineItem":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"string"},"rebateAmount":{"type":["string","null"]},"landedCost":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":["string","null"]},"costPrice":{"type":["string","null"]},"totalAmount":{"type":"string"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","title","variantTitle","sku","orderId","priceBookId","unitPrice","rebateAmount","landedCost","quantity","unitOfMeasure","discountPercentage","discountType","discountReason","discountAmount","costPrice","totalAmount","fulfillmentStatus","fulfilledQuantity","returnedQuantity","returnReason","productId","variantId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","metadata","organizationId","createdAt","updatedAt","deletedAt"]}},"required":["id","deliveryNoteId","orderLineItemId","quantityFulfilled","organizationId","createdAt","updatedAt","deletedAt","orderLineItem"]}},"order":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]}},"required":["id","status","paymentStatus","orderNumber","approvalStatus"]}},"required":["id","orderId","deliveryNoteNumber","invoiceNumber","inventoryLocationId","attachmentId","truckPlate","notes","metadata","organizationId","createdAt","updatedAt","deletedAt","items","order"]}},"required":["deliveryNote"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"","tags":["Orders"],"x-speakeasy-name-override":"updateDeliveryNote"}},"/v1/orders/{id}/packing-lists":{"post":{"description":"Creates internal warehouse documents for picking materials.","operationId":"createPackingLists","parameters":[{"name":"id","required":true,"in":"path","description":"The ID of the order","schema":{"type":"string"}}],"requestBody":{"required":true,"description":"Optional location filter for packing lists","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryLocationIds":{"type":"array","items":{"type":"string"},"default":[]}},"required":["inventoryLocationIds"]}}}},"responses":{"201":{"description":"Returns the generated packing list attachments"},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Generate packing lists for specific locations","tags":["Orders"],"x-speakeasy-name-override":"createPackingLists"}},"/v1/approval-rules":{"get":{"operationId":"listApprovalRules","parameters":[],"responses":{"200":{"description":"The list of approval rules","content":{"application/json":{"schema":{"type":"object","properties":{"approvalRules":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"isActive":{"type":["boolean","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"documentType":{"type":"string","enum":["order","quotation","payment"]},"trigger":{"type":"string","enum":["total_amount","discount_percentage","gross_margin","line_item_discount","always"]},"operator":{"type":"string","enum":["greater_than","greater_than_or_equal_to","less_than","less_than_or_equal_to","equal_to","not_equal_to"]},"thresholdValue":{"type":["string","null"]},"approverUserId":{"type":["string","null"]},"approverTeamId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"triggerDescription":{"type":"string"},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","name","description","isActive","priority","documentType","trigger","operator","thresholdValue","approverUserId","approverTeamId","organizationId","createdAt","updatedAt","deletedAt"]}}},"required":["approvalRules"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List approval rules","tags":["Approval Rules"]},"post":{"operationId":"createApprovalRule","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","description":"The name of the approval rule"},"description":{"type":"string","description":"The description of the approval rule"},"isActive":{"type":["boolean","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"documentType":{"type":"string","enum":["order","quotation","payment"],"description":"The document type of the approval rule"},"trigger":{"type":"string","enum":["total_amount","discount_percentage","gross_margin","line_item_discount","always"],"description":"The trigger of the approval rule"},"operator":{"type":"string","enum":["greater_than","greater_than_or_equal_to","less_than","less_than_or_equal_to","equal_to","not_equal_to"],"description":"The operator of the approval rule"},"thresholdValue":{"type":"number","description":"The threshold value of the approval rule"},"approverUserId":{"type":["string","null"],"description":"The user ID of the approver. Either user or team must be set."},"approverTeamId":{"type":["string","null"],"description":"The team ID of the approver. Either user or team must be set."}},"required":["name","description","documentType","trigger","operator","thresholdValue"]}}}},"responses":{"201":{"description":"The created approval rule","content":{"application/json":{"schema":{"type":"object","properties":{"approvalRule":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"isActive":{"type":["boolean","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"documentType":{"type":"string","enum":["order","quotation","payment"]},"trigger":{"type":"string","enum":["total_amount","discount_percentage","gross_margin","line_item_discount","always"]},"operator":{"type":"string","enum":["greater_than","greater_than_or_equal_to","less_than","less_than_or_equal_to","equal_to","not_equal_to"]},"thresholdValue":{"type":["string","null"]},"approverUserId":{"type":["string","null"]},"approverTeamId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"triggerDescription":{"type":"string"}},"required":["id","name","description","isActive","priority","documentType","trigger","operator","thresholdValue","approverUserId","approverTeamId","organizationId","createdAt","updatedAt","deletedAt"]}},"required":["approvalRule"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create an approval rule","tags":["Approval Rules"]}},"/v1/approval-rules/{id}/toggle":{"post":{"operationId":"toggleApprovalRule","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"The updated approval rule","content":{"application/json":{"schema":{"type":"object","properties":{"approvalRule":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"isActive":{"type":["boolean","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"documentType":{"type":"string","enum":["order","quotation","payment"]},"trigger":{"type":"string","enum":["total_amount","discount_percentage","gross_margin","line_item_discount","always"]},"operator":{"type":"string","enum":["greater_than","greater_than_or_equal_to","less_than","less_than_or_equal_to","equal_to","not_equal_to"]},"thresholdValue":{"type":["string","null"]},"approverUserId":{"type":["string","null"]},"approverTeamId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"triggerDescription":{"type":"string"}},"required":["id","name","description","isActive","priority","documentType","trigger","operator","thresholdValue","approverUserId","approverTeamId","organizationId","createdAt","updatedAt","deletedAt"]}},"required":["approvalRule"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Toggle the status of an approval rule","tags":["Approval Rules"]}},"/v1/approval-rules/{id}":{"get":{"operationId":"getApprovalRuleById","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"The approval rule","content":{"application/json":{"schema":{"type":"object","properties":{"approvalRule":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"isActive":{"type":["boolean","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"documentType":{"type":"string","enum":["order","quotation","payment"]},"trigger":{"type":"string","enum":["total_amount","discount_percentage","gross_margin","line_item_discount","always"]},"operator":{"type":"string","enum":["greater_than","greater_than_or_equal_to","less_than","less_than_or_equal_to","equal_to","not_equal_to"]},"thresholdValue":{"type":["string","null"]},"approverUserId":{"type":["string","null"]},"approverTeamId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"triggerDescription":{"type":"string"}},"required":["id","name","description","isActive","priority","documentType","trigger","operator","thresholdValue","approverUserId","approverTeamId","organizationId","createdAt","updatedAt","deletedAt"]}},"required":["approvalRule"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get an approval rule by ID","tags":["Approval Rules"]},"put":{"operationId":"updateApprovalRule","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","description":"The name of the approval rule"},"description":{"type":"string","description":"The description of the approval rule"},"isActive":{"type":["boolean","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"documentType":{"type":"string","enum":["order","quotation","payment"]},"trigger":{"type":"string","enum":["total_amount","discount_percentage","gross_margin","line_item_discount","always"],"description":"The trigger of the approval rule"},"operator":{"type":"string","enum":["greater_than","greater_than_or_equal_to","less_than","less_than_or_equal_to","equal_to","not_equal_to"]},"thresholdValue":{"type":"number","description":"The threshold value of the approval rule"},"approverUserId":{"type":["string","null"],"description":"The user ID of the approver. Either user or team must be set."},"approverTeamId":{"type":["string","null"],"description":"The team ID of the approver. Either user or team must be set."}},"required":["name","description","documentType","trigger","operator","thresholdValue"]}}}},"responses":{"200":{"description":"The updated approval rule","content":{"application/json":{"schema":{"type":"object","properties":{"approvalRule":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"isActive":{"type":["boolean","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"documentType":{"type":"string","enum":["order","quotation","payment"]},"trigger":{"type":"string","enum":["total_amount","discount_percentage","gross_margin","line_item_discount","always"]},"operator":{"type":"string","enum":["greater_than","greater_than_or_equal_to","less_than","less_than_or_equal_to","equal_to","not_equal_to"]},"thresholdValue":{"type":["string","null"]},"approverUserId":{"type":["string","null"]},"approverTeamId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"triggerDescription":{"type":"string"}},"required":["id","name","description","isActive","priority","documentType","trigger","operator","thresholdValue","approverUserId","approverTeamId","organizationId","createdAt","updatedAt","deletedAt"]}},"required":["approvalRule"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update an approval rule","tags":["Approval Rules"]},"delete":{"operationId":"deleteApprovalRuleById","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"204":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete an approval rule","tags":["Approval Rules"]}},"/v1/products":{"post":{"operationId":"createProduct","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":"string"},"brandId":{"type":"string"},"manufacturerId":{"type":"string"},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":"number"},"price":{"type":"number"},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":"number","exclusiveMinimum":0},"secondaryUnitPrice":{"type":"number","exclusiveMinimum":0},"catalogProductId":{"type":["string","null"]},"options":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"position":{"type":"number"},"catalogOptionId":{"type":["string","null"]},"values":{"type":"array","items":{"type":"string"}}},"required":["name","values"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"price":{"type":"number"},"cost":{"type":"number"},"weight":{"type":"number"},"externalId":{"type":"string"},"catalogVariantId":{"type":"string"},"options":{"type":"object","additionalProperties":{"type":"string"}},"media":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"mediaId":{"type":"string"},"altText":{"type":["string","null"],"maxLength":255},"variantIds":{"type":"array","items":{"type":"string"},"default":[]}},"required":["mediaId"]},{"type":"object","properties":{"altText":{"type":["string","null"],"maxLength":255},"contentType":{"type":"string","enum":["IMAGE"]},"originalSource":{"type":"string","format":"uri"},"variantIds":{"type":"array","items":{"type":"string"},"default":[]}},"required":["contentType","originalSource"]}]},"default":[]},"secondaryUnitPrice":{"type":"number","exclusiveMinimum":0},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":"number"},"rebateAmount":{"type":"number"},"quantityOnHand":{"type":"number"},"quantityAvailable":{"type":"number"},"quantityReserved":{"type":"number"},"lowStockThreshold":{"type":"number","minimum":0}},"required":["locationId"]},"default":[]}},"required":["options"]},"default":[]},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"locationId":{"type":"string"},"unitCost":{"type":"number"},"rebateAmount":{"type":"number"},"quantityOnHand":{"type":"number"},"quantityAvailable":{"type":"number"},"quantityReserved":{"type":"number"},"lowStockThreshold":{"type":"number","minimum":0}},"required":["locationId"]},"default":[]},"tags":{"type":"array","items":{"type":"string"},"default":[]},"supplierId":{"type":["string","null"]},"media":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"mediaId":{"type":"string"},"altText":{"type":["string","null"],"maxLength":255},"variantIds":{"type":"array","items":{"type":"string"},"default":[]}},"required":["mediaId"]},{"type":"object","properties":{"altText":{"type":["string","null"],"maxLength":255},"contentType":{"type":"string","enum":["IMAGE"]},"originalSource":{"type":"string","format":"uri"},"variantIds":{"type":"array","items":{"type":"string"},"default":[]}},"required":["contentType","originalSource"]}]},"default":[]},"compareAtPrice":{"type":"number"}},"required":["slug","title","unitOfMeasure","categoryId","options","variants","locations","tags","media"]}}}},"responses":{"201":{"description":"Success. Returns the created product","content":{"application/json":{"schema":{"type":"object","properties":{"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]}},"required":["product"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create a product","tags":["Products"]},"get":{"operationId":"listProducts","parameters":[{"name":"page","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"integer","exclusiveMinimum":0,"description":"Page number","default":1}},{"name":"limit","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"integer","exclusiveMinimum":0,"maximum":200,"description":"Page size","default":20}},{"name":"search","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"string","description":"Search query"}},{"name":"sort","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"object","properties":{"asc":{"type":"string","enum":["date","price","title","category"]},"desc":{"type":"string","enum":["date","price","title","category"]}},"additionalProperties":false,"default":{"desc":"date"},"description":"Sort order"}},{"name":"filter","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"object","properties":{"status":{"type":"string","enum":["active","inactive","draft","archived"]}}}},{"name":"categoryIds","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"Success. Returns the list of products","content":{"application/json":{"schema":{"type":"object","properties":{"products":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"altText":{"type":["string","null"]},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"thumbnailUrl":{"type":["string","null"]}},"required":["id"]}},"required":["id","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":["array","null"],"items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":["array","null"],"items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"productId":{"type":"string"},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"product":{"type":["object","null"],"properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["string","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["string","null"]},"price":{"type":["string","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["string","null"]},"secondaryUnitPrice":{"type":["string","null"]},"catalogProductId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","sku","cost","price","categoryId","secondaryUnit","unitsPerPrimary","secondaryUnitPrice","catalogProductId","organizationId","createdAt","updatedAt","deletedAt"]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","productId","priceBookEntries"]}},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"startingPrice":{"type":"number"}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","media","options","inventory","priceBookEntries","offers"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["products","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List products","tags":["Products"]}},"/v1/products/bulk/create":{"post":{"operationId":"bulkCreateProducts","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"products":{"type":"array","items":{"type":"object","properties":{"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":"string"},"brandId":{"type":"string"},"manufacturerId":{"type":"string"},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":"number"},"price":{"type":"number"},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":"number","exclusiveMinimum":0},"secondaryUnitPrice":{"type":"number","exclusiveMinimum":0},"catalogProductId":{"type":["string","null"]},"options":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"position":{"type":"number"},"catalogOptionId":{"type":["string","null"]},"values":{"type":"array","items":{"type":"string"}}},"required":["name","values"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"price":{"type":"number"},"cost":{"type":"number"},"weight":{"type":"number"},"externalId":{"type":"string"},"catalogVariantId":{"type":"string"},"options":{"type":"object","additionalProperties":{"type":"string"}},"media":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"mediaId":{"type":"string"},"altText":{"type":["string","null"],"maxLength":255},"variantIds":{"type":"array","items":{"type":"string"},"default":[]}},"required":["mediaId"]},{"type":"object","properties":{"altText":{"type":["string","null"],"maxLength":255},"contentType":{"type":"string","enum":["IMAGE"]},"originalSource":{"type":"string","format":"uri"},"variantIds":{"type":"array","items":{"type":"string"},"default":[]}},"required":["contentType","originalSource"]}]},"default":[]},"secondaryUnitPrice":{"type":"number","exclusiveMinimum":0},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":"number"},"rebateAmount":{"type":"number"},"quantityOnHand":{"type":"number"},"quantityAvailable":{"type":"number"},"quantityReserved":{"type":"number"},"lowStockThreshold":{"type":"number","minimum":0}},"required":["locationId"]},"default":[]}},"required":["options"]},"default":[]},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"locationId":{"type":"string"},"unitCost":{"type":"number"},"rebateAmount":{"type":"number"},"quantityOnHand":{"type":"number"},"quantityAvailable":{"type":"number"},"quantityReserved":{"type":"number"},"lowStockThreshold":{"type":"number","minimum":0}},"required":["locationId"]},"default":[]},"tags":{"type":"array","items":{"type":"string"},"default":[]},"supplierId":{"type":["string","null"]},"media":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"mediaId":{"type":"string"},"altText":{"type":["string","null"],"maxLength":255},"variantIds":{"type":"array","items":{"type":"string"},"default":[]}},"required":["mediaId"]},{"type":"object","properties":{"altText":{"type":["string","null"],"maxLength":255},"contentType":{"type":"string","enum":["IMAGE"]},"originalSource":{"type":"string","format":"uri"},"variantIds":{"type":"array","items":{"type":"string"},"default":[]}},"required":["contentType","originalSource"]}]},"default":[]},"compareAtPrice":{"type":"number"}},"required":["slug","title","unitOfMeasure","categoryId","options","variants","locations","tags","media"]}}},"required":["products"]}}}},"responses":{"201":{"description":"Success. Returns the enqueued task ID","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"taskId":{"type":"string"},"message":{"type":"string"}},"required":["status","taskId","message"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Bulk create products","tags":["Products"]}},"/v1/products/bulk/update":{"patch":{"operationId":"bulkUpdateProducts","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"products":{"type":"array","items":{"type":"object","properties":{"status":{"type":"string","enum":["active","inactive","draft","archived"]},"externalId":{"type":["string","null"]},"id":{"type":"string"}},"required":["id"]}}},"required":["products"]}}}},"responses":{"200":{"description":"Success. Returns the updated products","content":{"application/json":{"schema":{"type":"object","properties":{"products":{}}}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Bulk update products","tags":["Products"],"x-speakeasy-name-override":"bulkUpdate"}},"/v1/products/export":{"post":{"description":"Export products based on selected columns. The export will be sent to the provided email address.","operationId":"exportProducts","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"columns":{"type":"array","items":{"type":"string"},"minItems":1},"email":{"type":"string","format":"email"},"format":{"type":"string","const":"xlsx","default":"xlsx"}},"required":["columns","email","format"]}}}},"responses":{"200":{"description":"Success. Returns the enqueued export task ID","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"taskId":{"type":"string"},"message":{"type":"string"}},"required":["status","taskId","message"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Export products","tags":["Products"]}},"/v1/products/{id}":{"get":{"description":"Returns a single product by ID or external ID","operationId":"getProductById","parameters":[{"name":"id","required":true,"in":"path","description":"The unique ID or external ID of the product","examples":{"id":{"value":"jshs8eueue","summary":"Internal ID"},"externalId":{"value":"ext_123","summary":"External ID"}},"schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the product","content":{"application/json":{"schema":{"type":"object","properties":{"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]}},"required":["product"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a product","tags":["Products"]},"put":{"operationId":"updateProduct","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the updated product","content":{"application/json":{"schema":{"type":"object","properties":{"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]}},"required":["product"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update a product","tags":["Products"]},"delete":{"operationId":"deleteProductById","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"204":{"description":"Success. Returns no content"},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete a product","tags":["Products"]}},"/v1/product-variants/{id}":{"get":{"operationId":"getProductVariant","parameters":[{"name":"id","required":true,"in":"path","description":"Product variant ID","examples":{"id":{"value":"jshs8eueue","summary":"Internal ID"}},"schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the product variant","content":{"application/json":{"schema":{"type":"object","properties":{"variant":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]}},"required":["variant"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a product variant","tags":["Product Variants"]},"patch":{"operationId":"updateProductVariant","parameters":[{"name":"id","required":true,"in":"path","description":"Product variant ID","examples":{"id":{"value":"jshs8eueue","summary":"Internal ID"}},"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"price":{"type":"number"},"cost":{"type":"number"},"weight":{"type":"number"},"externalId":{"type":"string"},"secondaryUnitPrice":{"type":"number","exclusiveMinimum":0}}}}}},"responses":{"200":{"description":"Success. Returns the updated product variant","content":{"application/json":{"schema":{"type":"object","properties":{"variant":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]}},"required":["variant"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update a product variant","tags":["Product Variants"]}},"/v1/product-categories":{"post":{"operationId":"createProductCategory","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","archived"]},"parentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"media":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"mediaId":{"type":"string"},"altText":{"type":["string","null"],"maxLength":255}},"required":["mediaId"]},{"type":"object","properties":{"altText":{"type":["string","null"],"maxLength":255},"contentType":{"type":"string","enum":["IMAGE"]},"originalSource":{"type":"string","format":"uri"}},"required":["contentType","originalSource"]}]}}},"required":["name"]}}}},"responses":{"201":{"description":"Success. Returns the created product category","content":{"application/json":{"schema":{"type":"object","properties":{"category":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","archived"]},"parentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"hasChildren":{"type":"boolean"},"media":{"type":["array","null"],"items":{"type":"object","properties":{"id":{"type":"string"},"altText":{"type":["string","null"],"maxLength":255},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string","format":"uri"},"altText":{"type":["string","null"],"maxLength":255},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"],"format":"uri"},"displayName":{"type":"string"},"contentType":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","mediaSource"]}},"parent":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","name","description","status","parentId","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["category"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create a product category","tags":["Product Categories"]},"get":{"description":"List categories with an optional parentId filter","operationId":"listProductCategories","parameters":[{"name":"page","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"integer","exclusiveMinimum":0,"description":"Page number","default":1}},{"name":"limit","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"integer","exclusiveMinimum":0,"maximum":200,"description":"Page size","default":20}},{"name":"search","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"string","description":"Search query"}},{"name":"filter","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"object","properties":{"status":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}}},"additionalProperties":false,"description":"Filter by field and operator. Available fields and operators: status (eq, neq, in, nin, isNull, isNotNull)"}},{"name":"parentId","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"string","description":"Parent category ID"}}],"responses":{"200":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List product categories","tags":["Product Categories"]}},"/v1/product-categories/bulk/create":{"post":{"operationId":"bulkCreateProductCategories","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"categories":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","archived"]},"parentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"media":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"mediaId":{"type":"string"},"altText":{"type":["string","null"],"maxLength":255}},"required":["mediaId"]},{"type":"object","properties":{"altText":{"type":["string","null"],"maxLength":255},"contentType":{"type":"string","enum":["IMAGE"]},"originalSource":{"type":"string","format":"uri"}},"required":["contentType","originalSource"]}]}}},"required":["name"]}}},"required":["categories"]}}}},"responses":{"201":{"description":"Success. Returns the enqueued task ID","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"taskId":{"type":"string"},"message":{"type":"string"}},"required":["status","taskId","message"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Bulk create product categories","tags":["Product Categories"]}},"/v1/product-categories/bulk/update":{"patch":{"operationId":"bulkUpdateProductCategories","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"productCategories":{"type":"array","items":{"type":"object","properties":{"status":{"type":"string","enum":["active","inactive","archived"]},"id":{"type":"string","minLength":1}},"required":["id"]},"minItems":1}},"required":["productCategories"]}}}},"responses":{"200":{"description":"Success. Returns the updated product categories","content":{"application/json":{"schema":{"type":"object","properties":{"productCategories":{}}}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Bulk update product categories","tags":["Product Categories"]}},"/v1/product-categories/all":{"get":{"description":"List all categories","operationId":"ProductCategoriesController_findAll_v1","parameters":[],"responses":{"200":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List product categories","tags":["Product Categories"]}},"/v1/product-categories/{id}":{"get":{"description":"Returns a single product category by ID or external ID","operationId":"getProductCategoryById","parameters":[{"name":"id","required":true,"in":"path","description":"The unique ID or external ID of the product category","examples":{"id":{"value":"jshs8eueue","summary":"Internal ID"},"externalId":{"value":"ext_123","summary":"External ID"}},"schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the product category","content":{"application/json":{"schema":{"type":"object","properties":{"category":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","archived"]},"parentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"hasChildren":{"type":"boolean"},"media":{"type":["array","null"],"items":{"type":"object","properties":{"id":{"type":"string"},"altText":{"type":["string","null"],"maxLength":255},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string","format":"uri"},"altText":{"type":["string","null"],"maxLength":255},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"],"format":"uri"},"displayName":{"type":"string"},"contentType":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","mediaSource"]}},"parent":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","name","description","status","parentId","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["category"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a product category","tags":["Product Categories"]},"put":{"operationId":"updateCategory","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update a category","tags":["Product Categories"]}},"/v1/product-categories/{id}/media":{"get":{"operationId":"getCategoryMedia","parameters":[{"name":"id","required":true,"in":"path","description":"Product category ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Product category media.","content":{"application/json":{"schema":{"type":"object","properties":{"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"altText":{"type":["string","null"],"maxLength":255},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string","format":"uri"},"altText":{"type":["string","null"],"maxLength":255},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"],"format":"uri"},"displayName":{"type":"string"},"contentType":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","mediaSource"]}}},"required":["media"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get media for a category","tags":["Product Categories"],"x-speakeasy-name-override":"getMedia"}},"/v1/inventory":{"get":{"operationId":"listInventoryItems","parameters":[],"responses":{"200":{"description":"Inventory items.","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["string","null"]},"rebateAmount":{"type":["string","null"]},"quantityOnHand":{"type":["string","null"]},"quantityAvailable":{"type":["string","null"]},"quantityReserved":{"type":["string","null"]},"lowStockThreshold":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"product":{"type":["object","null"],"properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["string","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["string","null"]},"price":{"type":["string","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["string","null"]},"secondaryUnitPrice":{"type":["string","null"]},"catalogProductId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"category":{"type":["object","null"],"properties":{"name":{"type":"string"}},"required":["name"]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","sku","cost","price","categoryId","secondaryUnit","unitsPerPrimary","secondaryUnitPrice","catalogProductId","organizationId","createdAt","updatedAt","deletedAt"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":["string","null"]},"price":{"type":["string","null"]},"compareAtPrice":{"type":["string","null"]},"weight":{"type":["string","null"]},"secondaryUnitPrice":{"type":["string","null"]},"externalId":{"type":["string","null"]},"productId":{"type":"string"},"organizationId":{"type":"string"},"catalogVariantId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","sku","title","cost","price","compareAtPrice","weight","secondaryUnitPrice","externalId","productId","organizationId","catalogVariantId","createdAt","updatedAt","deletedAt"]}},"required":["id","locationId","productId","productVariantId","unitCost","rebateAmount","quantityOnHand","quantityAvailable","quantityReserved","lowStockThreshold","externalId","externalSource","createdAt","updatedAt","deletedAt"]}}},"required":["inventoryItems"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List all inventory items","tags":["Inventory"]},"post":{"operationId":"createInventoryItem","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":"number"},"rebateAmount":{"type":["string","null"]},"quantityOnHand":{"type":"number"},"quantityAvailable":{"type":"number"},"quantityReserved":{"type":"number"},"lowStockThreshold":{"type":"number","minimum":0},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]}},"required":["locationId","productId"]}}}},"responses":{"201":{"description":"Success. Returns the created inventory item","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryItem":{"type":"object","properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["string","null"]},"rebateAmount":{"type":["string","null"]},"quantityOnHand":{"type":["string","null"]},"quantityAvailable":{"type":["string","null"]},"quantityReserved":{"type":["string","null"]},"lowStockThreshold":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"product":{"type":["object","null"],"properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["string","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["string","null"]},"price":{"type":["string","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["string","null"]},"secondaryUnitPrice":{"type":["string","null"]},"catalogProductId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"category":{"type":["object","null"],"properties":{"name":{"type":"string"}},"required":["name"]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","sku","cost","price","categoryId","secondaryUnit","unitsPerPrimary","secondaryUnitPrice","catalogProductId","organizationId","createdAt","updatedAt","deletedAt"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":["string","null"]},"price":{"type":["string","null"]},"compareAtPrice":{"type":["string","null"]},"weight":{"type":["string","null"]},"secondaryUnitPrice":{"type":["string","null"]},"externalId":{"type":["string","null"]},"productId":{"type":"string"},"organizationId":{"type":"string"},"catalogVariantId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","sku","title","cost","price","compareAtPrice","weight","secondaryUnitPrice","externalId","productId","organizationId","catalogVariantId","createdAt","updatedAt","deletedAt"]}},"required":["id","locationId","productId","productVariantId","unitCost","rebateAmount","quantityOnHand","quantityAvailable","quantityReserved","lowStockThreshold","externalId","externalSource","createdAt","updatedAt","deletedAt"]}},"required":["inventoryItem"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create an inventory item","tags":["Inventory"]}},"/v1/inventory/location/{locationId}":{"get":{"operationId":"listInventoryItemsByLocation","parameters":[{"name":"locationId","required":true,"in":"path","description":"Location ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Inventory items.","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["string","null"]},"rebateAmount":{"type":["string","null"]},"quantityOnHand":{"type":["string","null"]},"quantityAvailable":{"type":["string","null"]},"quantityReserved":{"type":["string","null"]},"lowStockThreshold":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"product":{"type":["object","null"],"properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["string","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["string","null"]},"price":{"type":["string","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["string","null"]},"secondaryUnitPrice":{"type":["string","null"]},"catalogProductId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"category":{"type":["object","null"],"properties":{"name":{"type":"string"}},"required":["name"]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","sku","cost","price","categoryId","secondaryUnit","unitsPerPrimary","secondaryUnitPrice","catalogProductId","organizationId","createdAt","updatedAt","deletedAt"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":["string","null"]},"price":{"type":["string","null"]},"compareAtPrice":{"type":["string","null"]},"weight":{"type":["string","null"]},"secondaryUnitPrice":{"type":["string","null"]},"externalId":{"type":["string","null"]},"productId":{"type":"string"},"organizationId":{"type":"string"},"catalogVariantId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","sku","title","cost","price","compareAtPrice","weight","secondaryUnitPrice","externalId","productId","organizationId","catalogVariantId","createdAt","updatedAt","deletedAt"]}},"required":["id","locationId","productId","productVariantId","unitCost","rebateAmount","quantityOnHand","quantityAvailable","quantityReserved","lowStockThreshold","externalId","externalSource","createdAt","updatedAt","deletedAt"]}}},"required":["inventoryItems"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List inventory items by location","tags":["Inventory"],"x-speakeasy-name-override":"listByLocation"}},"/v1/inventory/location/{locationId}/sync":{"post":{"operationId":"syncInventoryItems","parameters":[{"name":"locationId","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"201":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Sync inventory items for a location","tags":["Inventory"]}},"/v1/inventory/location/{locationId}/product/{productId}":{"get":{"operationId":"listProductInventoryItemsByLocation","parameters":[{"name":"locationId","required":true,"in":"path","description":"Location ID","schema":{"type":"string"}},{"name":"productId","required":true,"in":"path","description":"Product ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Inventory items.","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["string","null"]},"rebateAmount":{"type":["string","null"]},"quantityOnHand":{"type":["string","null"]},"quantityAvailable":{"type":["string","null"]},"quantityReserved":{"type":["string","null"]},"lowStockThreshold":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"product":{"type":["object","null"],"properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["string","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["string","null"]},"price":{"type":["string","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["string","null"]},"secondaryUnitPrice":{"type":["string","null"]},"catalogProductId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"category":{"type":["object","null"],"properties":{"name":{"type":"string"}},"required":["name"]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","sku","cost","price","categoryId","secondaryUnit","unitsPerPrimary","secondaryUnitPrice","catalogProductId","organizationId","createdAt","updatedAt","deletedAt"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":["string","null"]},"price":{"type":["string","null"]},"compareAtPrice":{"type":["string","null"]},"weight":{"type":["string","null"]},"secondaryUnitPrice":{"type":["string","null"]},"externalId":{"type":["string","null"]},"productId":{"type":"string"},"organizationId":{"type":"string"},"catalogVariantId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","sku","title","cost","price","compareAtPrice","weight","secondaryUnitPrice","externalId","productId","organizationId","catalogVariantId","createdAt","updatedAt","deletedAt"]}},"required":["id","locationId","productId","productVariantId","unitCost","rebateAmount","quantityOnHand","quantityAvailable","quantityReserved","lowStockThreshold","externalId","externalSource","createdAt","updatedAt","deletedAt"]}}},"required":["inventoryItems"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List inventory items for a particular product in a specific inventory location","tags":["Inventory"],"x-speakeasy-name-override":"listByLocationAndProduct"}},"/v1/inventory/locations/export":{"post":{"description":"Export inventory locations and location groups as separate worksheets. The export will be sent to the provided email address.","operationId":"exportInventoryLocations","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"columns":{"type":"array","items":{"type":"string"},"minItems":1},"email":{"type":"string","format":"email"},"format":{"type":"string","const":"xlsx","default":"xlsx"}},"required":["columns","email","format"]}}}},"responses":{"200":{"description":"Success. Returns the enqueued export task ID","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"taskId":{"type":"string"},"message":{"type":"string"}},"required":["status","taskId","message"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Export inventory locations and location groups","tags":["Inventory"]}},"/v1/inventory/bulk/update":{"patch":{"description":"Update multiple inventory items. Supports external IDs by prefixing with 'ext_' (e.g., 'ext_123' for external product/location IDs)","operationId":"bulkUpdateInventoryItems","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"inventoryItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string"},"locationId":{"type":"string"},"productVariantId":{"type":"string"},"unitCost":{"type":"number"},"quantityOnHand":{"type":"number"},"quantityAvailable":{"type":"number"},"quantityReserved":{"type":"number"}},"required":["productId","locationId"]}}},"required":["inventoryItems"]}}}},"responses":{"200":{"description":"Success. Returns the enqueued task ID","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"taskId":{"type":"string"},"message":{"type":"string"}},"required":["status","taskId","message"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Bulk update inventory items","tags":["Inventory"]}},"/v1/inventory/{id}":{"put":{"operationId":"updateInventoryItem","parameters":[{"name":"id","required":true,"in":"path","description":"Inventory item ID or ext_externalId","examples":{"id":{"value":"jshs8eueue","summary":"Internal ID"},"externalId":{"value":"ext_123","summary":"External ID"}},"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":"number"},"rebateAmount":{"type":["string","null"]},"quantityOnHand":{"type":"number"},"quantityAvailable":{"type":"number"},"quantityReserved":{"type":"number"},"lowStockThreshold":{"type":"number","minimum":0},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]}}}}}},"responses":{"200":{"description":"Inventory item.","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryItem":{"type":"object","properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["string","null"]},"rebateAmount":{"type":["string","null"]},"quantityOnHand":{"type":["string","null"]},"quantityAvailable":{"type":["string","null"]},"quantityReserved":{"type":["string","null"]},"lowStockThreshold":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"product":{"type":["object","null"],"properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["string","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["string","null"]},"price":{"type":["string","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["string","null"]},"secondaryUnitPrice":{"type":["string","null"]},"catalogProductId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"category":{"type":["object","null"],"properties":{"name":{"type":"string"}},"required":["name"]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","sku","cost","price","categoryId","secondaryUnit","unitsPerPrimary","secondaryUnitPrice","catalogProductId","organizationId","createdAt","updatedAt","deletedAt"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":["string","null"]},"price":{"type":["string","null"]},"compareAtPrice":{"type":["string","null"]},"weight":{"type":["string","null"]},"secondaryUnitPrice":{"type":["string","null"]},"externalId":{"type":["string","null"]},"productId":{"type":"string"},"organizationId":{"type":"string"},"catalogVariantId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","sku","title","cost","price","compareAtPrice","weight","secondaryUnitPrice","externalId","productId","organizationId","catalogVariantId","createdAt","updatedAt","deletedAt"]}},"required":["id","locationId","productId","productVariantId","unitCost","rebateAmount","quantityOnHand","quantityAvailable","quantityReserved","lowStockThreshold","externalId","externalSource","createdAt","updatedAt","deletedAt"]}},"required":["inventoryItem"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update an invetory item","tags":["Inventory"]},"get":{"operationId":"getInventoryItemById","parameters":[{"name":"id","required":true,"in":"path","description":"Inventory item ID or ext_externalId","examples":{"id":{"value":"jshs8eueue","summary":"Internal ID"},"externalId":{"value":"ext_123","summary":"External ID"}},"schema":{"type":"string"}}],"responses":{"200":{"description":"Inventory item.","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryItem":{"type":"object","properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["string","null"]},"rebateAmount":{"type":["string","null"]},"quantityOnHand":{"type":["string","null"]},"quantityAvailable":{"type":["string","null"]},"quantityReserved":{"type":["string","null"]},"lowStockThreshold":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"product":{"type":["object","null"],"properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["string","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["string","null"]},"price":{"type":["string","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["string","null"]},"secondaryUnitPrice":{"type":["string","null"]},"catalogProductId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"category":{"type":["object","null"],"properties":{"name":{"type":"string"}},"required":["name"]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","sku","cost","price","categoryId","secondaryUnit","unitsPerPrimary","secondaryUnitPrice","catalogProductId","organizationId","createdAt","updatedAt","deletedAt"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":["string","null"]},"price":{"type":["string","null"]},"compareAtPrice":{"type":["string","null"]},"weight":{"type":["string","null"]},"secondaryUnitPrice":{"type":["string","null"]},"externalId":{"type":["string","null"]},"productId":{"type":"string"},"organizationId":{"type":"string"},"catalogVariantId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","sku","title","cost","price","compareAtPrice","weight","secondaryUnitPrice","externalId","productId","organizationId","catalogVariantId","createdAt","updatedAt","deletedAt"]}},"required":["id","locationId","productId","productVariantId","unitCost","rebateAmount","quantityOnHand","quantityAvailable","quantityReserved","lowStockThreshold","externalId","externalSource","createdAt","updatedAt","deletedAt"]}},"required":["inventoryItem"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Find an inventory item by id","tags":["Inventory"]}},"/v1/inventory-locations":{"post":{"operationId":"createInventoryLocation","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"address":{"type":"object","properties":{"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]}},"required":["addressLine1","country"]}},"required":["name","isDefault","type"]}}}},"responses":{"201":{"description":"Success. Returns the created inventory location","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["inventoryLocation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create an inventory location","tags":["Inventory Locations"]},"get":{"operationId":"listInventoryLocations","parameters":[],"responses":{"200":{"description":"Success. Returns the list of inventory locations","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryLocations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["inventoryLocations","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List all inventory locations","tags":["Inventory Locations"]}},"/v1/inventory-locations/bulk/create":{"post":{"operationId":"bulkCreateInventoryLocations","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"locations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"address":{"type":"object","properties":{"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]}},"required":["addressLine1","country"]}},"required":["name","isDefault","type"]}}},"required":["locations"]}}}},"responses":{"201":{"description":"Success. Returns the created inventory locations","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryLocations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}}},"required":["inventoryLocations"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Bulk create inventory locations","tags":["Inventory Locations"]}},"/v1/inventory-locations/bulk/update":{"patch":{"operationId":"bulkUpdateInventoryLocations","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"inventoryLocations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]}},"required":["id"]}}},"required":["inventoryLocations"]}}}},"responses":{"200":{"description":"Success. Returns the updated inventory locations","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryLocations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","organizationId","createdAt","updatedAt","deletedAt"]}}},"required":["inventoryLocations"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Bulk update inventory locations","tags":["Inventory Locations"]}},"/v1/inventory-locations/{id}":{"get":{"description":"Returns a single inventory location by ID or external ID","operationId":"getInventoryLocationById","parameters":[{"name":"id","required":true,"in":"path","description":"The unique ID or external ID of the inventory location","examples":{"id":{"value":"jshs8eueue","summary":"Internal ID"},"externalId":{"value":"ext_123","summary":"External ID"}},"schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the inventory location","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["inventoryLocation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get an inventory location by ID or external ID","tags":["Inventory Locations"]},"put":{"operationId":"updateInventoryLocationById","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the updated inventory location","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["inventoryLocation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update an inventory location","tags":["Inventory Locations"]}},"/v1/inventory-locations/{id}/update-group":{"patch":{"operationId":"updateInventoryLocationGroup","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the updated inventory location","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["inventoryLocation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update the group of an inventory location","tags":["Inventory Locations"]}},"/v1/suppliers/groups":{"get":{"description":"List all supplier groups","operationId":"listSupplierGroups","parameters":[{"name":"page","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"integer","exclusiveMinimum":0,"description":"Page number","default":1}},{"name":"limit","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"integer","exclusiveMinimum":0,"maximum":200,"description":"Page size","default":20}},{"name":"search","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"string","description":"Search query"}},{"name":"sort","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"object","properties":{"asc":{"type":"string","enum":["name","createdAt"]},"desc":{"type":"string","enum":["name","createdAt"]}},"additionalProperties":false,"default":{"desc":"createdAt"},"description":"Sort by a field and direction. Available fields: name, createdAt"}}],"responses":{"200":{"description":"Success. Returns the list of all supplier groups","content":{"application/json":{"schema":{"type":"object","properties":{"supplierGroups":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}}},"required":["supplierGroups"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List supplier groups","tags":["Suppliers"],"x-speakeasy-name-override":"listGroups"},"post":{"operationId":"createSupplierGroup","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]}},"required":["name"]}}}},"responses":{"201":{"description":"Success. Returns the created supplier group","content":{"application/json":{"schema":{"type":"object","properties":{"supplierGroup":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["supplierGroup"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create a supplier group","tags":["Suppliers"],"x-speakeasy-name-override":"createGroup"}},"/v1/suppliers/groups/{id}":{"get":{"description":"Returns a single supplier group by ID or external ID","operationId":"getSupplierGroup","parameters":[{"name":"id","required":true,"in":"path","description":"The unique ID or external ID of the supplier group","examples":{"id":{"value":"jshs8eueue","summary":"Internal ID"},"externalId":{"value":"ext_123","summary":"External ID"}},"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"supplierGroup":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["supplierGroup"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a supplier group by ID or external ID","tags":["Suppliers"],"x-speakeasy-name-override":"getGroup"},"put":{"operationId":"updateSupplierGroup","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the updated supplier group","content":{"application/json":{"schema":{"type":"object","properties":{"supplierGroup":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["supplierGroup"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update a supplier group","tags":["Suppliers"],"x-speakeasy-name-override":"updateGroup"},"delete":{"operationId":"deleteSupplierGroup","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete supplier group","tags":["Suppliers"],"x-speakeasy-name-override":"deleteGroup"}},"/v1/suppliers/groups/bulk/create":{"post":{"operationId":"bulkCreateSupplierGroups","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"supplierGroups":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]}},"required":["name"]}}},"required":["supplierGroups"]}}}},"responses":{"201":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"supplierGroups":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","organizationId","createdAt","updatedAt","deletedAt"]}}},"required":["supplierGroups"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Bulk create supplier groups","tags":["Suppliers"],"x-speakeasy-name-override":"bulkCreateGroup"}},"/v1/suppliers/product/{id}":{"get":{"operationId":"getProductSuppliers","parameters":[{"name":"id","required":true,"in":"path","description":"Product ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the suppliers of the product","content":{"application/json":{"schema":{"type":"object","properties":{"suppliers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]}}},"required":["suppliers"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get suppliers of a product","tags":["Suppliers"],"x-speakeasy-name-override":"getProductSuppliers"}},"/v1/suppliers/{id}/products":{"get":{"operationId":"getSupplierProducts","parameters":[{"name":"id","required":true,"in":"path","description":"Supplier ID","schema":{"type":"string"}}],"responses":{"200":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get supplier products","tags":["Suppliers"],"x-speakeasy-name-override":"getSupplierProducts"}},"/v1/suppliers/{id}/contacts":{"get":{"operationId":"getSupplierContacts","parameters":[{"name":"id","required":true,"in":"path","description":"Supplier ID","schema":{"type":"string"}}],"responses":{"200":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get supplier contacts","tags":["Suppliers"],"x-speakeasy-name-override":"getContacts"},"post":{"operationId":"createSupplierContacts","parameters":[{"name":"id","required":true,"in":"path","description":"Supplier ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contacts":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"id":{"type":"string"}},"required":["name"]}}},"required":["contacts"]}}}},"responses":{"201":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create supplier contacts","tags":["Suppliers"],"x-speakeasy-name-override":"createContacts"},"patch":{"operationId":"updateSupplierContacts","parameters":[{"name":"id","required":true,"in":"path","description":"Supplier ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contacts":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"id":{"type":"string","minLength":1,"description":"Contact ID to be updated."}},"required":["id"]}}},"required":["contacts"]}}}},"responses":{"200":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update supplier contacts","tags":["Suppliers"],"x-speakeasy-name-override":"updateContacts"}},"/v1/suppliers/{id}/contacts/{contactId}":{"delete":{"operationId":"deleteSupplierContact","parameters":[{"name":"id","required":true,"in":"path","description":"Supplier ID","schema":{"type":"string"}},{"name":"contactId","required":true,"in":"path","description":"Contact ID","schema":{"type":"string"}}],"responses":{"200":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete supplier contact","tags":["Suppliers"],"x-speakeasy-name-override":"deleteContact"}},"/v1/suppliers/{id}/addresses":{"get":{"operationId":"getSupplierAddresses","parameters":[{"name":"id","required":true,"in":"path","description":"Supplier ID","schema":{"type":"string"}}],"responses":{"200":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get supplier addresses","tags":["Suppliers"],"x-speakeasy-name-override":"getAddresses"},"post":{"operationId":"createSupplierAddresses","parameters":[{"name":"id","required":true,"in":"path","description":"Supplier ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"addresses":{"type":"array","items":{"type":"object","properties":{"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]}},"required":["addressLine1","country"]}}},"required":["addresses"]}}}},"responses":{"201":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create supplier addresses","tags":["Suppliers"],"x-speakeasy-name-override":"createAddresses"},"patch":{"operationId":"updateSupplierAddresses","parameters":[{"name":"id","required":true,"in":"path","description":"Supplier ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"addresses":{"type":"array","items":{"type":"object","properties":{"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"id":{"type":"string","minLength":1,"description":"Address ID to be updated."}},"required":["id"]}}},"required":["addresses"]}}}},"responses":{"200":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update supplier addresses","tags":["Suppliers"],"x-speakeasy-name-override":"updateAddresses"}},"/v1/suppliers/{id}/addresses/{addressId}":{"delete":{"operationId":"deleteSupplierAddress","parameters":[{"name":"id","required":true,"in":"path","description":"Supplier ID","schema":{"type":"string"}},{"name":"addressId","required":true,"in":"path","description":"Address ID","schema":{"type":"string"}}],"responses":{"200":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete supplier address","tags":["Suppliers"],"x-speakeasy-name-override":"deleteAddress"}},"/v1/suppliers":{"post":{"operationId":"createSupplier","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"],"default":"active"},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]}},"required":["name"]}},"addresses":{"type":"array","items":{"type":"object","properties":{"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]}},"required":["addressLine1","country"]}}},"required":["name","contacts","addresses"]}}}},"responses":{"201":{"description":"Success. Returns the created supplier","content":{"application/json":{"schema":{"type":"object","properties":{"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]}},"required":["supplier"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create a supplier","tags":["Suppliers"],"x-speakeasy-name-override":"create"},"get":{"operationId":"listSuppliers","parameters":[],"responses":{"200":{"description":"Success. Returns the list of paginated suppliers","content":{"application/json":{"schema":{"type":"object","properties":{"suppliers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["suppliers","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List suppliers","tags":["Suppliers"],"x-speakeasy-name-override":"list"}},"/v1/suppliers/bulk/create":{"post":{"operationId":"bulkCreateSuppliers","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"suppliers":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"],"default":"active"},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]}},"required":["name"]}},"addresses":{"type":"array","items":{"type":"object","properties":{"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]}},"required":["addressLine1","country"]}}},"required":["name","contacts","addresses"]}}},"required":["suppliers"]}}}},"responses":{"201":{"description":"Success. Returns the enqueued task ID","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"taskId":{"type":"string"},"message":{"type":"string"}},"required":["status","taskId","message"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Bulk create suppliers background job","tags":["Suppliers"],"x-speakeasy-name-override":"bulkCreate"}},"/v1/suppliers/bulk/update":{"patch":{"operationId":"bulkUpdateSuppliers","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"suppliers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]}},"required":["id","status"]}}},"required":["suppliers"]}}}},"responses":{"200":{"description":"Success. Returns the updated suppliers","content":{"application/json":{"schema":{"type":"object","properties":{"suppliers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","organizationId","createdAt","updatedAt","deletedAt"]}}},"required":["suppliers"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Bulk update suppliers","tags":["Suppliers"]}},"/v1/suppliers/all":{"get":{"operationId":"listAllSuppliers","parameters":[],"responses":{"200":{"description":"Success. Returns the list of all suppliers","content":{"application/json":{"schema":{"type":"object","properties":{"suppliers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]}}},"required":["suppliers"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List all suppliers (without pagination)","tags":["Suppliers"],"x-speakeasy-name-override":"listAll"}},"/v1/suppliers/{id}":{"get":{"description":"Returns a single supplier by ID or external ID","operationId":"getSupplier","parameters":[{"name":"id","required":true,"in":"path","description":"The unique ID or external ID of the supplier","examples":{"id":{"value":"jshs8eueue","summary":"Internal ID"},"externalId":{"value":"ext_123","summary":"External ID"}},"schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the supplier","content":{"application/json":{"schema":{"type":"object","properties":{"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]}},"required":["supplier"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a supplier by ID or external ID","tags":["Suppliers"],"x-speakeasy-name-override":"get"},"put":{"operationId":"updateSupplier","parameters":[{"name":"id","required":true,"in":"path","description":"Supplier ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the updated supplier","content":{"application/json":{"schema":{"type":"object","properties":{"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]}},"required":["supplier"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update a supplier","tags":["Suppliers"],"x-speakeasy-name-override":"update"},"delete":{"operationId":"deleteSupplier","parameters":[{"name":"id","required":true,"in":"path","description":"Supplier ID","schema":{"type":"string"}}],"responses":{"200":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete a supplier","tags":["Suppliers"],"x-speakeasy-name-override":"delete"}},"/v1/suppliers/{id}/products/{productId}":{"put":{"operationId":"linkProductToSupplier","parameters":[{"name":"id","required":true,"in":"path","description":"Supplier ID","schema":{"type":"string"}},{"name":"productId","required":true,"in":"path","description":"Product ID","schema":{"type":"string"}}],"responses":{"200":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Link a product to a supplier","tags":["Suppliers"],"x-speakeasy-name-override":"update supplier product"},"delete":{"operationId":"unlinkProductToSupplier","parameters":[{"name":"id","required":true,"in":"path","description":"Supplier ID","schema":{"type":"string"}},{"name":"productId","required":true,"in":"path","description":"Product ID","schema":{"type":"string"}}],"responses":{"200":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Unlink a supplier from a product","tags":["Suppliers"],"x-speakeasy-name-override":"unlinkProduct"}},"/v1/inventory-location-groups":{"post":{"operationId":"InventoryLocationGroupsController_create_v1","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["name"]}}}},"responses":{"201":{"description":"Success. Returns the created inventory location group","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryLocationGroup":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","createdAt","updatedAt","deletedAt"]}},"required":["inventoryLocationGroup"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create an inventory location group","tags":["Inventory Location Groups"]},"get":{"operationId":"InventoryLocationGroupsController_findAll_v1","parameters":[],"responses":{"200":{"description":"Success. Returns the list of inventory location groups","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryLocationGroups":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","createdAt","updatedAt","deletedAt"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["inventoryLocationGroups","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List all inventory location groups","tags":["Inventory Location Groups"]}},"/v1/inventory-location-groups/list/all":{"get":{"operationId":"InventoryLocationGroupsController_findAllWithoutPagination_v1","parameters":[],"responses":{"200":{"description":"Success. Returns the list of inventory location groups","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryLocationGroups":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","createdAt","updatedAt","deletedAt"]}}},"required":["inventoryLocationGroups"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List all inventory location groups (without pagination)","tags":["Inventory Location Groups"]}},"/v1/inventory-location-groups/{id}":{"get":{"operationId":"InventoryLocationGroupsController_findOne_v1","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the inventory location group","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryLocationGroup":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","createdAt","updatedAt","deletedAt"]}},"required":["inventoryLocationGroup"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get an inventory location group by ID","tags":["Inventory Location Groups"]},"put":{"operationId":"InventoryLocationGroupsController_update_v1","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the updated inventory location group","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryLocationGroup":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","createdAt","updatedAt","deletedAt"]}},"required":["inventoryLocationGroup"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update an inventory location group","tags":["Inventory Location Groups"]}},"/v1/customers/groups":{"get":{"description":"List all customer groups","operationId":"listCustomerGroups","parameters":[{"name":"page","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"integer","exclusiveMinimum":0,"description":"Page number","default":1}},{"name":"limit","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"integer","exclusiveMinimum":0,"maximum":200,"description":"Page size","default":20}},{"name":"search","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"string","description":"Search query"}},{"name":"sort","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"object","properties":{"asc":{"type":"string","enum":["name","createdAt"]},"desc":{"type":"string","enum":["name","createdAt"]}},"additionalProperties":false,"default":{"desc":"createdAt"}}}],"responses":{"200":{"description":"Success. Returns the list of all customer groups","content":{"application/json":{"schema":{"type":"object","properties":{"groups":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]}}},"required":["groups"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List customer groups","tags":["Customers"],"x-speakeasy-name-override":"listGroups"},"post":{"operationId":"createCustomerGroup","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]}},"required":["name"]}}}},"responses":{"201":{"description":"Success. Returns the created customer group","content":{"application/json":{"schema":{"type":"object","properties":{"group":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]}},"required":["group"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create a customer group","tags":["Customers"],"x-speakeasy-name-override":"createGroup"}},"/v1/customers/groups/{id}":{"get":{"operationId":"getCustomerGroup","parameters":[{"name":"id","required":true,"in":"path","description":"Customer Group ID","schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"group":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]}},"required":["group"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a customer group by id","tags":["Customers"],"x-speakeasy-name-override":"getGroup"},"put":{"operationId":"updateCustomerGroup","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the updated customer group","content":{"application/json":{"schema":{"type":"object","properties":{"group":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]}},"required":["group"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update a customer group","tags":["Customers"],"x-speakeasy-name-override":"updateGroup"},"delete":{"operationId":"deleteCustomerGroup","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"204":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete customer group","tags":["Customers"],"x-speakeasy-name-override":"deleteGroup"}},"/v1/customers/segments":{"get":{"description":"List all customer segments","operationId":"listCustomerSegments","parameters":[{"name":"page","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"integer","exclusiveMinimum":0,"description":"Page number","default":1}},{"name":"limit","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"integer","exclusiveMinimum":0,"maximum":200,"description":"Page size","default":20}},{"name":"search","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"string","description":"Search query"}}],"responses":{"200":{"description":"Success. Returns the list of all customer segments","content":{"application/json":{"schema":{"type":"object","properties":{"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft"]},"rulesJson":{"type":"object","properties":{"id":{"type":"string"},"connector":{"type":"string","enum":["AND","OR"]},"conditions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"field":{"type":"string","enum":["type","createdAt","status","categoryId","totalPrice","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate"]},"operator":{"type":"string","enum":["equals","not_equals","in","not_in","is_null","is_not_null","before_date","after_date","in_last_n_days","between_dates","greater_than","less_than","greater_than_or_equal_to","less_than_or_equal_to","contains","not_contains","starts_with","ends_with"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":"string"}},{"type":"array","items":{"type":"number"}},{"type":"null"},{"type":"object","properties":{"from":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"string"}]},"to":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"string"}]}},"required":["from","to"]},{"type":"string"}]},"relationPath":{"type":"array","items":{"type":"string"}},"metadata":{"type":"object","properties":{"relationPath":{"type":"array","items":{"type":"string"}},"attributeKey":{"type":"string","enum":["type","createdAt","status","categoryId","totalPrice","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate"]},"description":{"type":"string"},"type":{"type":"string","enum":["select","date-picker","category-picker","money-field","number-field"]},"options":{"type":"array","items":{"type":"string"},"default":[]}},"required":["attributeKey","type","options"],"additionalProperties":true}},"required":["id","field","operator","value","metadata"]}}},"required":["id","connector","conditions"]},"lastEvaluatedAt":{"type":["string","null"]},"organizationId":{"type":"string"},"memberCount":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","status","rulesJson","lastEvaluatedAt","organizationId","memberCount","createdAt","updatedAt","deletedAt"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["segments","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List customer segments","tags":["Customers"],"x-speakeasy-name-override":"listCustomerSegments"},"post":{"description":"Create a customer segment and link customers","operationId":"createCustomerSegment","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"slug":{"type":"string"},"description":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft"]},"rulesJson":{"type":"object","properties":{"id":{"type":"string"},"connector":{"type":"string","enum":["AND","OR"]},"conditions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"field":{"type":"string","enum":["type","createdAt","status","categoryId","totalPrice","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate"]},"operator":{"type":"string","enum":["equals","not_equals","in","not_in","is_null","is_not_null","before_date","after_date","in_last_n_days","between_dates","greater_than","less_than","greater_than_or_equal_to","less_than_or_equal_to","contains","not_contains","starts_with","ends_with"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":"string"}},{"type":"array","items":{"type":"number"}},{"type":"null"},{"type":"object","properties":{"from":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"string"}]},"to":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"string"}]}},"required":["from","to"]},{"type":"string"}]},"relationPath":{"type":"array","items":{"type":"string"}},"metadata":{"type":"object","properties":{"relationPath":{"type":"array","items":{"type":"string"}},"attributeKey":{"type":"string","enum":["type","createdAt","status","categoryId","totalPrice","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate"]},"description":{"type":"string"},"type":{"type":"string","enum":["select","date-picker","category-picker","money-field","number-field"]},"options":{"type":"array","items":{"type":"string"},"default":[]}},"required":["attributeKey","type","options"],"additionalProperties":true}},"required":["id","field","operator","value","metadata"]}}},"required":["id","connector","conditions"]},"lastEvaluatedAt":{"type":["string","null"]},"memberCount":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647}},"required":["name","slug","status","rulesJson"]}}}},"responses":{"200":{"description":"Success. Returns the created segment and enqueued task ID","content":{"application/json":{"schema":{"type":"object","properties":{"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft"]},"rulesJson":{"type":"object","properties":{"id":{"type":"string"},"connector":{"type":"string","enum":["AND","OR"]},"conditions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"field":{"type":"string","enum":["type","createdAt","status","categoryId","totalPrice","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate"]},"operator":{"type":"string","enum":["equals","not_equals","in","not_in","is_null","is_not_null","before_date","after_date","in_last_n_days","between_dates","greater_than","less_than","greater_than_or_equal_to","less_than_or_equal_to","contains","not_contains","starts_with","ends_with"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":"string"}},{"type":"array","items":{"type":"number"}},{"type":"null"},{"type":"object","properties":{"from":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"string"}]},"to":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"string"}]}},"required":["from","to"]},{"type":"string"}]},"relationPath":{"type":"array","items":{"type":"string"}},"metadata":{"type":"object","properties":{"relationPath":{"type":"array","items":{"type":"string"}},"attributeKey":{"type":"string","enum":["type","createdAt","status","categoryId","totalPrice","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate"]},"description":{"type":"string"},"type":{"type":"string","enum":["select","date-picker","category-picker","money-field","number-field"]},"options":{"type":"array","items":{"type":"string"},"default":[]}},"required":["attributeKey","type","options"],"additionalProperties":true}},"required":["id","field","operator","value","metadata"]}}},"required":["id","connector","conditions"]},"lastEvaluatedAt":{"type":["string","null"]},"organizationId":{"type":"string"},"memberCount":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","status","rulesJson","lastEvaluatedAt","organizationId","memberCount","createdAt","updatedAt","deletedAt"]},"linkOperation":{"type":"object","properties":{"taskId":{"type":"string"},"status":{"type":"string"},"totalCustomers":{"type":"number","default":0}},"required":["totalCustomers"]}},"required":["segment","linkOperation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create a customer segment and link customers","tags":["Customers"],"x-speakeasy-name-override":"createCustomerSegment"}},"/v1/customers/segments/{id}":{"get":{"description":"Get a customer segment by ID","operationId":"getCustomerSegmentById","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft"]},"rulesJson":{"type":"object","properties":{"id":{"type":"string"},"connector":{"type":"string","enum":["AND","OR"]},"conditions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"field":{"type":"string","enum":["type","createdAt","status","categoryId","totalPrice","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate"]},"operator":{"type":"string","enum":["equals","not_equals","in","not_in","is_null","is_not_null","before_date","after_date","in_last_n_days","between_dates","greater_than","less_than","greater_than_or_equal_to","less_than_or_equal_to","contains","not_contains","starts_with","ends_with"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":"string"}},{"type":"array","items":{"type":"number"}},{"type":"null"},{"type":"object","properties":{"from":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"string"}]},"to":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"string"}]}},"required":["from","to"]},{"type":"string"}]},"relationPath":{"type":"array","items":{"type":"string"}},"metadata":{"type":"object","properties":{"relationPath":{"type":"array","items":{"type":"string"}},"attributeKey":{"type":"string","enum":["type","createdAt","status","categoryId","totalPrice","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate"]},"description":{"type":"string"},"type":{"type":"string","enum":["select","date-picker","category-picker","money-field","number-field"]},"options":{"type":"array","items":{"type":"string"},"default":[]}},"required":["attributeKey","type","options"],"additionalProperties":true}},"required":["id","field","operator","value","metadata"]}}},"required":["id","connector","conditions"]},"lastEvaluatedAt":{"type":["string","null"]},"organizationId":{"type":"string"},"memberCount":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","status","rulesJson","lastEvaluatedAt","organizationId","memberCount","createdAt","updatedAt","deletedAt"]}},"required":["segment"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a customer segment by ID","tags":["Customers"],"x-speakeasy-name-override":"getCustomerSegment"},"delete":{"description":"Delete a customer segment by ID and the enqueued task ID of unlinking customers from deleted segment","operationId":"deleteSegmentById","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"204":{"description":"Customer segment contact deleted."},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete a customer segment by ID","tags":["Customers"],"x-speakeasy-name-override":"deleteCustomerSegment"},"put":{"description":"Update a customer segment by ID","operationId":"updateSegmentById","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"slug":{"type":"string"},"description":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft"]},"rulesJson":{"type":"object","properties":{"id":{"type":"string"},"connector":{"type":"string","enum":["AND","OR"]},"conditions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"field":{"type":"string","enum":["type","createdAt","status","categoryId","totalPrice","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate"]},"operator":{"type":"string","enum":["equals","not_equals","in","not_in","is_null","is_not_null","before_date","after_date","in_last_n_days","between_dates","greater_than","less_than","greater_than_or_equal_to","less_than_or_equal_to","contains","not_contains","starts_with","ends_with"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":"string"}},{"type":"array","items":{"type":"number"}},{"type":"null"},{"type":"object","properties":{"from":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"string"}]},"to":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"string"}]}},"required":["from","to"]},{"type":"string"}]},"relationPath":{"type":"array","items":{"type":"string"}},"metadata":{"type":"object","properties":{"relationPath":{"type":"array","items":{"type":"string"}},"attributeKey":{"type":"string","enum":["type","createdAt","status","categoryId","totalPrice","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate"]},"description":{"type":"string"},"type":{"type":"string","enum":["select","date-picker","category-picker","money-field","number-field"]},"options":{"type":"array","items":{"type":"string"},"default":[]}},"required":["attributeKey","type","options"],"additionalProperties":true}},"required":["id","field","operator","value","metadata"]}}},"required":["id","connector","conditions"]},"lastEvaluatedAt":{"type":["string","null"]},"memberCount":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647}}}}}},"responses":{"200":{"description":"Success. Returns the updated segment and enqueued tasks IDs","content":{"application/json":{"schema":{"type":"object","properties":{"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft"]},"rulesJson":{"type":"object","properties":{"id":{"type":"string"},"connector":{"type":"string","enum":["AND","OR"]},"conditions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"field":{"type":"string","enum":["type","createdAt","status","categoryId","totalPrice","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate"]},"operator":{"type":"string","enum":["equals","not_equals","in","not_in","is_null","is_not_null","before_date","after_date","in_last_n_days","between_dates","greater_than","less_than","greater_than_or_equal_to","less_than_or_equal_to","contains","not_contains","starts_with","ends_with"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":"string"}},{"type":"array","items":{"type":"number"}},{"type":"null"},{"type":"object","properties":{"from":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"string"}]},"to":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"string"}]}},"required":["from","to"]},{"type":"string"}]},"relationPath":{"type":"array","items":{"type":"string"}},"metadata":{"type":"object","properties":{"relationPath":{"type":"array","items":{"type":"string"}},"attributeKey":{"type":"string","enum":["type","createdAt","status","categoryId","totalPrice","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate"]},"description":{"type":"string"},"type":{"type":"string","enum":["select","date-picker","category-picker","money-field","number-field"]},"options":{"type":"array","items":{"type":"string"},"default":[]}},"required":["attributeKey","type","options"],"additionalProperties":true}},"required":["id","field","operator","value","metadata"]}}},"required":["id","connector","conditions"]},"lastEvaluatedAt":{"type":["string","null"]},"organizationId":{"type":"string"},"memberCount":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","status","rulesJson","lastEvaluatedAt","organizationId","memberCount","createdAt","updatedAt","deletedAt"]},"linkOperation":{"type":"object","properties":{"taskId":{"type":"string"},"status":{"type":"string"},"totalCustomers":{"type":"number","default":0}},"required":["totalCustomers"]},"unlinkOperation":{"type":"object","properties":{"taskId":{"type":"string"},"status":{"type":"string"},"totalCustomers":{"type":"number","default":0}},"required":["totalCustomers"]}},"required":["segment"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update a customer segment by ID","tags":["Customers"],"x-speakeasy-name-override":"updateCustomerSegment"}},"/v1/customers/segments/{id}/customers":{"get":{"operationId":"getCustomersInSegmentById","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft"]},"rulesJson":{"type":"object","properties":{"id":{"type":"string"},"connector":{"type":"string","enum":["AND","OR"]},"conditions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"field":{"type":"string","enum":["type","createdAt","status","categoryId","totalPrice","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate"]},"operator":{"type":"string","enum":["equals","not_equals","in","not_in","is_null","is_not_null","before_date","after_date","in_last_n_days","between_dates","greater_than","less_than","greater_than_or_equal_to","less_than_or_equal_to","contains","not_contains","starts_with","ends_with"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":"string"}},{"type":"array","items":{"type":"number"}},{"type":"null"},{"type":"object","properties":{"from":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"string"}]},"to":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"string"}]}},"required":["from","to"]},{"type":"string"}]},"relationPath":{"type":"array","items":{"type":"string"}},"metadata":{"type":"object","properties":{"relationPath":{"type":"array","items":{"type":"string"}},"attributeKey":{"type":"string","enum":["type","createdAt","status","categoryId","totalPrice","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate"]},"description":{"type":"string"},"type":{"type":"string","enum":["select","date-picker","category-picker","money-field","number-field"]},"options":{"type":"array","items":{"type":"string"},"default":[]}},"required":["attributeKey","type","options"],"additionalProperties":true}},"required":["id","field","operator","value","metadata"]}}},"required":["id","connector","conditions"]},"lastEvaluatedAt":{"type":["string","null"]},"organizationId":{"type":"string"},"memberCount":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","status","rulesJson","lastEvaluatedAt","organizationId","memberCount","createdAt","updatedAt","deletedAt"]}},"required":["segment"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a customers in segment by segment ID","tags":["Customers"],"x-speakeasy-name-override":"getCustomersInSegment"}},"/v1/customers/segments/preview":{"post":{"description":"Preview a customer segment","operationId":"previewCustomerSegment","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"rulesJson":{"type":"object","properties":{"id":{"type":"string"},"connector":{"type":"string","enum":["AND","OR"]},"conditions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"field":{"type":"string","enum":["type","createdAt","status","categoryId","totalPrice","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate"]},"operator":{"type":"string","enum":["equals","not_equals","in","not_in","is_null","is_not_null","before_date","after_date","in_last_n_days","between_dates","greater_than","less_than","greater_than_or_equal_to","less_than_or_equal_to","contains","not_contains","starts_with","ends_with"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":"string"}},{"type":"array","items":{"type":"number"}},{"type":"null"},{"type":"object","properties":{"from":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"string"}]},"to":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"string"}]}},"required":["from","to"]},{"type":"string"}]},"relationPath":{"type":"array","items":{"type":"string"}},"metadata":{"type":"object","properties":{"relationPath":{"type":"array","items":{"type":"string"}},"attributeKey":{"type":"string","enum":["type","createdAt","status","categoryId","totalPrice","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate"]},"description":{"type":"string"},"type":{"type":"string","enum":["select","date-picker","category-picker","money-field","number-field"]},"options":{"type":"array","items":{"type":"string"},"default":[]}},"required":["attributeKey","type","options"],"additionalProperties":true}},"required":["id","field","operator","value","metadata"]}}},"required":["id","connector","conditions"]}},"required":["rulesJson"]}}}},"responses":{"200":{"description":"Success. Returns a list of customer who will be in the segment if saved.","content":{"application/json":{"schema":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["customers","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Preview a customer segment","tags":["Customers"],"x-speakeasy-name-override":"previewCustomerSegment"}},"/v1/customers":{"get":{"operationId":"listCustomers","parameters":[{"name":"query","required":false,"in":"query","schema":{"type":"object","properties":{"page":{"type":"integer","exclusiveMinimum":0,"description":"Page number","default":1},"limit":{"type":"integer","exclusiveMinimum":0,"maximum":200,"description":"Page size","default":20},"search":{"type":"string","description":"Search query"},"sort":{"type":"object","properties":{"name":{"type":"string","enum":["asc","desc"]},"createdAt":{"type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["asc","desc"]},"email":{"type":"string","enum":["asc","desc"]}},"additionalProperties":false,"description":"Sort by a field and direction. Available fields: name, createdAt, type, email"},"filter":{"type":"object","properties":{"email":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"type":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"name":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"createdAt":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"status":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"withholdingTaxStatus":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}}},"additionalProperties":false,"description":"Filter by field and operator. Available fields and operators: email (eq, neq, like, ilike, in, nin, isNull, isNotNull); type (eq, neq, in, nin, isNull, isNotNull); name (eq, neq, like, ilike, in, nin, isNull, isNotNull); createdAt (eq, neq, lt, lte, gt, gte, isNull, isNotNull); status (eq, neq, in, nin, isNull, isNotNull); withholdingTaxStatus (eq, neq, in, nin, isNull, isNotNull)"},"segmentIds":{"type":"array","items":{"type":"string"},"description":"Filter customers by segment IDs (comma-separated or array)"}}}}],"responses":{"200":{"description":"Success. Returns the list of customers","content":{"application/json":{"schema":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["customers","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List customers","tags":["Customers"]},"post":{"operationId":"createCustomer","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"addresses":{"type":"array","items":{"type":"object","properties":{"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]}},"required":["addressLine1","country"]},"default":[]},"contacts":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]}},"required":["name"]},"default":[]}},"required":["name"]}}}},"responses":{"201":{"description":"Success. Returns the created customer","content":{"application/json":{"schema":{"type":"object","properties":{"customer":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments"]}},"required":["customer"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create a customer","tags":["Customers"]}},"/v1/customers/search":{"get":{"description":"Search customers by name","operationId":"searchCustomers","parameters":[{"name":"query","required":false,"in":"query","schema":{"type":"object","properties":{"page":{"type":"integer","exclusiveMinimum":0,"description":"Page number","default":1},"limit":{"type":"integer","exclusiveMinimum":0,"maximum":200,"description":"Page size","default":20},"search":{"type":"string","minLength":1,"description":"Customer search term"},"sort":{"type":"object","properties":{"name":{"type":"string","enum":["asc","desc"]},"createdAt":{"type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["asc","desc"]},"email":{"type":"string","enum":["asc","desc"]}},"additionalProperties":false,"description":"Sort by a field and direction. Available fields: name, createdAt, type, email"},"filter":{"type":"object","properties":{"email":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"type":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"name":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"createdAt":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"status":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"withholdingTaxStatus":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}}},"additionalProperties":false,"description":"Filter by field and operator. Available fields and operators: email (eq, neq, like, ilike, in, nin, isNull, isNotNull); type (eq, neq, in, nin, isNull, isNotNull); name (eq, neq, like, ilike, in, nin, isNull, isNotNull); createdAt (eq, neq, lt, lte, gt, gte, isNull, isNotNull); status (eq, neq, in, nin, isNull, isNotNull); withholdingTaxStatus (eq, neq, in, nin, isNull, isNotNull)"}},"required":["search"]}}],"responses":{"200":{"description":"Success. Returns the search results","content":{"application/json":{"schema":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments"]}},"search":{"type":"string"},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["customers","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Search customers","tags":["Customers"]}},"/v1/customers/export":{"post":{"description":"Export customers based on selected columns, filters, and date range. The export will be sent to the provided email address.","operationId":"exportCustomers","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"columns":{"type":"array","items":{"type":"string"},"minItems":1},"email":{"type":"string","format":"email"},"format":{"type":"string","const":"xlsx","default":"xlsx"},"filters":{"type":"object","properties":{"tableFilters":{"type":"object","properties":{"email":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"type":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"name":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"createdAt":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"status":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"withholdingTaxStatus":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}}},"additionalProperties":false}}},"dateRange":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"}}}},"required":["columns","email","format"]}}}},"responses":{"200":{"description":"Success. Returns the enqueued export task ID","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"taskId":{"type":"string"},"message":{"type":"string"}},"required":["status","taskId","message"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Export customers","tags":["Customers"]}},"/v1/customers/filter/credit-metadata":{"get":{"description":"Filter customers using concise format [field:operator:value]","operationId":"filterCustomersByCreditMetadataConcise","parameters":[{"name":"query","required":false,"in":"query","schema":{"type":"object","properties":{"page":{"type":"integer","exclusiveMinimum":0,"description":"Page number","default":1},"limit":{"type":"integer","exclusiveMinimum":0,"maximum":200,"description":"Page size","default":20},"search":{"type":"string","description":"Search query"},"filter":{"type":"string","pattern":"^[^:]+:[^:]+:.+$","minLength":1,"description":"Filter in format [field:operator:value] (e.g., 'jengwaEligible:=:true', 'name:ILIKE:%john%')","example":"jengwaEligible:=:true"}},"required":["filter"]}}],"responses":{"200":{"description":"Success. Returns filtered customers with pagination","content":{"application/json":{"schema":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments"]}},"filters":{"type":"object","properties":{"field":{"type":"string"},"value":{"type":"string"},"operator":{"type":"string"}},"required":["field","value","operator"]},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["customers","filters","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Filter customers by creditMetadata fields (concise format)","tags":["Customers"]}},"/v1/customers/bulk/create":{"post":{"operationId":"bulkCreateCustomers","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"addresses":{"type":"array","items":{"type":"object","properties":{"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]}},"required":["addressLine1","country"]},"default":[]},"contacts":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]}},"required":["name"]},"default":[]}},"required":["name"]}}},"required":["customers"]}}}},"responses":{"201":{"description":"Success. Returns the enqueued task ID","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"taskId":{"type":"string"},"message":{"type":"string"}},"required":["status","taskId","message"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Bulk create customers","tags":["Customers"],"x-speakeasy-name-override":"bulkCreate"}},"/v1/customers/bulk/update":{"patch":{"operationId":"bulkUpdateCustomers","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"deletedAt":{"type":["string","null"]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"id":{"type":"string","minLength":1}},"required":["id"],"additionalProperties":false},"minItems":1,"maxItems":1000}},"required":["customers"]}}}},"responses":{"200":{"description":"Success. Returns the updated customers","content":{"application/json":{"schema":{"type":"object","properties":{"customers":{}}}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Bulk update customers","tags":["Customers"]}},"/v1/customers/{id}":{"get":{"description":"Returns a single customer by ID","operationId":"getCustomerById","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Customer details.","content":{"application/json":{"schema":{"type":"object","properties":{"customer":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments"]}},"required":["customer"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a customer","tags":["Customers"]},"patch":{"operationId":"updateCustomerById","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Customer details.","content":{"application/json":{"schema":{"type":"object","properties":{"customer":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments"]}},"required":["customer"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update a customer","tags":["Customers"]},"delete":{"operationId":"deleteCustomerById","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}}],"responses":{"204":{"description":"Customer deleted."},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete a customer","tags":["Customers"]}},"/v1/customers/{id}/timeline":{"get":{"description":"Returns a customer timeline by ID","operationId":"getCustomerTimeline","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Customer timeline."},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a customer timeline","tags":["Customers"],"x-speakeasy-name-override":"getTimeline"}},"/v1/customers/{id}/withholding-tax-status":{"patch":{"operationId":"updateWithholdingTaxStatus","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the customer","content":{"application/json":{"schema":{"type":"object","properties":{"customer":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["number","null"]},"creditMetadata":{"type":["object","null"],"additionalProperties":{}},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["number","null"]},"openOrdersBalance":{"type":["number","null"]},"discountPercentage":{"type":["number","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["number","null"]},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"notes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"documentType":{"type":"string","enum":["customer","order","quotation"]},"documentId":{"type":"string"},"organizationId":{"type":"string"},"createdBy":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"author":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"image":{"type":["string","null"]},"email":{"type":"string"}},"required":["id","name","email"]}},"required":["id","content","documentType","documentId","organizationId","createdBy","createdByType","createdAt","updatedAt","deletedAt"]}},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"customerId":{"type":"string"},"isActive":{"type":["boolean","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","status","customerId","isActive","organizationId","createdAt","updatedAt","deletedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","description","externalId","externalSource","organizationId","createdAt","updatedAt","deletedAt"]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]},"default":[]},"salesPerson":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"role":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"twoFactorEnabled":{"type":["boolean","null"]},"twoFactorMethods":{"type":["array","null"],"items":{"type":"string"}},"isMachineUser":{"type":["boolean","null"]},"phoneNumber":{"type":["string","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"defaultOrganizationId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","emailVerified","image","role","banned","banReason","banExpires","twoFactorEnabled","twoFactorMethods","isMachineUser","phoneNumber","phoneNumberVerified","defaultOrganizationId","createdAt","updatedAt","deletedAt"]},"segments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"segmentId":{"type":"string"},"assignedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"segment":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name","description"]}},"required":["id","customerId","segmentId","assignedAt","createdAt","updatedAt","deletedAt","segment"]},"default":[]}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","paymentTerms","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","lastOrderDate","createdAt","updatedAt","deletedAt","contacts","statuses","addresses","documents","segments"]}},"required":["customer"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"update Customer Withholding Tax Status","tags":["Customers"],"x-speakeasy-name-override":"updateWithholdingTaxStatus"}},"/v1/customers/{id}/contacts":{"get":{"description":"Returns all customer contacts by Customer ID","operationId":"listCustomerContacts","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Customer contacts.","content":{"application/json":{"schema":{"type":"object","properties":{"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]}}},"required":["contacts"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List customers contacts","tags":["Customers"],"x-speakeasy-name-override":"listContacts"},"post":{"description":"Bulk create customer contacts","operationId":"createCustomerContacts","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contacts":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]}},"required":["name"]}}},"required":["contacts"]}}}},"responses":{"200":{"description":"Customer contacts.","content":{"application/json":{"schema":{"type":"object","properties":{"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]}}},"required":["contacts"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create customers contacts","tags":["Customers"],"x-speakeasy-name-override":"createContacts"},"put":{"description":"Bulk update customer contacts","operationId":"updateCustomerContacts","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Customer contacts.","content":{"application/json":{"schema":{"type":"object","properties":{"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]}}},"required":["contacts"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update customers contacts","tags":["Customers"],"x-speakeasy-name-override":"updateContacts"}},"/v1/customers/{id}/contacts/{contactId}":{"delete":{"description":"Delete customer contact by ID","operationId":"deleteCustomerContact","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}},{"name":"contactId","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"204":{"description":"Customer contact deleted."},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete customer contact","tags":["Customers"],"x-speakeasy-name-override":"deleteContact"}},"/v1/customers/{id}/addresses":{"get":{"description":"List all customer addressses by customer ID","operationId":"listCustomerAddresses","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Customer addresses.","content":{"application/json":{"schema":{"type":"object","properties":{"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]}}},"required":["addresses"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List customer addressess","tags":["Customers"],"x-speakeasy-name-override":"listAddresses"},"post":{"description":"Bulk create customer addresses","operationId":"createCustomerAddresses","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Customer addresses.","content":{"application/json":{"schema":{"type":"object","properties":{"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]}}},"required":["addresses"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create customer addresses","tags":["Customers"],"x-speakeasy-name-override":"createAddresses"},"put":{"description":"Bulk updated customer addresses","operationId":"updateCustomerAddresses","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Customer addresses.","content":{"application/json":{"schema":{"type":"object","properties":{"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]}}},"required":["addresses"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update customer addresses","tags":["Customers"],"x-speakeasy-name-override":"updateAddresses"}},"/v1/customers/{id}/addresses/{addressId}":{"delete":{"description":"Delete customer address by Address ID","operationId":"deleteCustomerAddress","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}},{"name":"addressId","required":true,"in":"path","description":"Address ID","schema":{"type":"string"}}],"responses":{"204":{"description":"Customer address deleted."},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete customer address","tags":["Customers"],"x-speakeasy-name-override":"deleteAddress"}},"/v1/customers/{id}/notes":{"patch":{"operationId":"CustomersController_updateCustomerNote_v1","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"createdByType":{"type":"string","enum":["user","integration","customer"]}},"required":["id"]}}}},"responses":{"200":{"description":"Note updated successfully."},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update a customer note","tags":["Customers"]}},"/v1/customers/{id}/documents":{"get":{"description":"List all documents uploaded for a specific customer by ID","operationId":"listCustomerDocuments","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Customer documents.","content":{"application/json":{"schema":{"type":"object","properties":{"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]}}},"required":["documents"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List customer documents","tags":["Customers"],"x-speakeasy-name-override":"listDocuments"},"post":{"operationId":"createCustomerDocuments","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"fileKey":{"type":"string"},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"expiresAt":{"type":["string","null"]}},"required":["type","fileKey","fileName","fileSize","mimeType"]}}}},"responses":{"201":{"description":"Customer document created successfully.","content":{"application/json":{"schema":{"type":"object","properties":{"document":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]}},"required":["document"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Upload customer documents","tags":["Customers"],"x-speakeasy-name-override":"createDocuments"}},"/v1/customers/{id}/documents/{documentId}":{"put":{"description":"Replace a customer document by customer ID","operationId":"replaceCustomerDocument","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}},{"name":"documentId","required":true,"in":"path","description":"Document ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"fileKey":{"type":"string"},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"expiresAt":{"type":["string","null"]}},"required":["type","fileKey","fileName","fileSize","mimeType"]}}}},"responses":{"200":{"description":"Customer document replaced successfully.","content":{"application/json":{"schema":{"type":"object","properties":{"document":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]}},"required":["document"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Replace customer document","tags":["Customers"],"x-speakeasy-name-override":"replaceDocument"}},"/v1/customers/{id}/documents/presign-upload":{"post":{"description":"Generates a presigned URL for uploading a customer document with type-based storage paths","operationId":"presignCustomerDocumentUpload","parameters":[{"name":"id","required":true,"in":"path","description":"The ID of the customer","schema":{"type":"string"}}],"requestBody":{"required":true,"description":"Document upload details","content":{"application/json":{"schema":{"type":"object","properties":{"fileName":{"type":"string","minLength":1},"mimeType":{"type":"string","minLength":1},"documentType":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":"string"}},"required":["fileName","mimeType","documentType"]}}}},"responses":{"201":{"description":"Success. Returns presigned URL and file ID","content":{"application/json":{"schema":{"type":"object","properties":{"fileKey":{"type":"string"},"url":{"type":"string"},"fileId":{"type":"string"}},"required":["fileKey","url","fileId"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Generate presigned URL for customer document upload","tags":["Customers"]}},"/v1/customers/{id}/documents/{documentId}/verify":{"patch":{"description":"Mark a specific customer document as verified","operationId":"verifyCustomerDocument","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}},{"name":"documentId","required":true,"in":"path","description":"Document ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Customer document verified successfully.","content":{"application/json":{"schema":{"type":"object","properties":{"document":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]}},"required":["document"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Verify a customer document","tags":["Customers"],"x-speakeasy-name-override":"verifyDocument"}},"/v1/customers/{id}/documents/{documentId}/reject":{"patch":{"description":"Reject a specific customer document with a reason","operationId":"rejectCustomerDocument","parameters":[{"name":"id","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}},{"name":"documentId","required":true,"in":"path","description":"Document ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reason":{"type":"string","description":"Reason for rejection"}},"required":["reason"]}}}},"responses":{"200":{"description":"Customer document rejected successfully.","content":{"application/json":{"schema":{"type":"object","properties":{"document":{"type":"object","properties":{"id":{"type":"string"},"customerId":{"type":"string"},"type":{"type":"string","enum":["tax_certificate","business_permit","id_card","withholding_tax_appointment_letter"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","expired","rejected"]},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","customerId","type","variant","status","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","expiresAt","createdAt","updatedAt","deletedAt"]}},"required":["document"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Reject a customer document","tags":["Customers"],"x-speakeasy-name-override":"rejectDocument"}},"/v1/customers/{id}/documents/{documentId}/download":{"get":{"description":"Generates a presigned URL for downloading/viewing a customer document","operationId":"getCustomerDocumentDownloadUrl","parameters":[{"name":"id","required":true,"in":"path","description":"The ID of the customer","schema":{"type":"string"}},{"name":"documentId","required":true,"in":"path","description":"The ID of the document","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns presigned URL for downloading","content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string"},"expiresIn":{"type":"number"},"fileName":{"type":"string"}},"required":["url","expiresIn","fileName"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get presigned URL for downloading customer document","tags":["Customers"],"x-speakeasy-name-override":"getCustomerDocumentDownloadUrl"}},"/v1/price-books":{"post":{"operationId":"createPriceBook","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":["string","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"status":{"type":"string","enum":["draft","active","inactive","archived"]},"type":{"type":"string","enum":["standard","promotional","sales_channel","customer_group","customer_segment"]},"salesChannelId":{"type":["string","null"]},"customerGroupId":{"type":["string","null"]},"customerSegmentId":{"type":["string","null"]}},"required":["name"]}}}},"responses":{"201":{"description":"Price book created successfully.","content":{"application/json":{"schema":{"type":"object","properties":{"priceBook":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"status":{"type":"string","enum":["draft","active","inactive","archived"]},"type":{"type":"string","enum":["standard","promotional","sales_channel","customer_group","customer_segment"]},"salesChannelId":{"type":["string","null"]},"customerGroupId":{"type":["string","null"]},"customerSegmentId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"customerGroup":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name"]},"customerSegment":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name"]},"salesChannel":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name"]},"location":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"locationGroup":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"entriesCount":{"type":"number"}},"required":["id","name","description","priority","status","type","salesChannelId","customerGroupId","customerSegmentId","organizationId","createdAt","updatedAt","deletedAt","entriesCount"]}},"required":["priceBook"]}}}},"400":{"description":"Invalid input."},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create a new price book","tags":["Price Books"]},"get":{"operationId":"listPriceBooks","parameters":[],"responses":{"200":{"description":"List of price books.","content":{"application/json":{"schema":{"type":"object","properties":{"priceBooks":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"status":{"type":"string","enum":["draft","active","inactive","archived"]},"type":{"type":"string","enum":["standard","promotional","sales_channel","customer_group","customer_segment"]},"salesChannelId":{"type":["string","null"]},"customerGroupId":{"type":["string","null"]},"customerSegmentId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"customerGroup":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name"]},"customerSegment":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name"]},"salesChannel":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name"]},"location":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"locationGroup":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"entriesCount":{"type":"number"}},"required":["id","name","description","priority","status","type","salesChannelId","customerGroupId","customerSegmentId","organizationId","createdAt","updatedAt","deletedAt","entriesCount"]}}},"required":["priceBooks"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Retrieve all price books","tags":["Price Books"]}},"/v1/price-books/{id}":{"get":{"operationId":"getPriceBook","parameters":[{"name":"id","required":true,"in":"path","description":"Price book ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Price book details.","content":{"application/json":{"schema":{"type":"object","properties":{"priceBook":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"status":{"type":"string","enum":["draft","active","inactive","archived"]},"type":{"type":"string","enum":["standard","promotional","sales_channel","customer_group","customer_segment"]},"salesChannelId":{"type":["string","null"]},"customerGroupId":{"type":["string","null"]},"customerSegmentId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"customerGroup":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name"]},"customerSegment":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name"]},"salesChannel":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name"]},"location":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"locationGroup":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"entriesCount":{"type":"number"}},"required":["id","name","description","priority","status","type","salesChannelId","customerGroupId","customerSegmentId","organizationId","createdAt","updatedAt","deletedAt","entriesCount"]}},"required":["priceBook"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Price book not found."},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Retrieve a specific price book by ID","tags":["Price Books"]},"patch":{"operationId":"updatePriceBook","parameters":[{"name":"id","required":true,"in":"path","description":"Price book ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":["string","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"status":{"type":"string","enum":["draft","active","inactive","archived"]},"type":{"type":"string","enum":["standard","promotional","sales_channel","customer_group","customer_segment"]},"salesChannelId":{"type":["string","null"]},"customerGroupId":{"type":["string","null"]},"customerSegmentId":{"type":["string","null"]}}}}}},"responses":{"200":{"description":"Price book updated successfully.","content":{"application/json":{"schema":{"type":"object","properties":{"priceBook":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"status":{"type":"string","enum":["draft","active","inactive","archived"]},"type":{"type":"string","enum":["standard","promotional","sales_channel","customer_group","customer_segment"]},"salesChannelId":{"type":["string","null"]},"customerGroupId":{"type":["string","null"]},"customerSegmentId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"customerGroup":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name"]},"customerSegment":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name"]},"salesChannel":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]}},"required":["id","name"]},"location":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"locationGroup":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"entriesCount":{"type":"number"}},"required":["id","name","description","priority","status","type","salesChannelId","customerGroupId","customerSegmentId","organizationId","createdAt","updatedAt","deletedAt","entriesCount"]}},"required":["priceBook"]}}}},"400":{"description":"Invalid input."},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Price book not found."},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update an existing price book","tags":["Price Books"]},"delete":{"operationId":"deletePriceBook","parameters":[{"name":"id","required":true,"in":"path","description":"Price book ID","schema":{"type":"string"}}],"responses":{"204":{"description":"Price book deleted successfully."},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Price book not found."},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete a price book","tags":["Price Books"]}},"/v1/price-books/{id}/entries":{"post":{"operationId":"createPriceBookEntry","parameters":[{"name":"id","required":true,"in":"path","description":"Price Book ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]}},"required":["productId","priceType"]}}}},"responses":{"201":{"description":"Price book entry created successfully.","content":{"application/json":{"schema":{"type":"object","properties":{"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"approxBasePrice":{"type":["number","null"]},"product":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"category":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","title","category","inventory"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"title":{"type":"string"},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","title","inventory"]}},"required":["id","priceBookId","productId","variantId","value","priceType","organizationId","createdAt","updatedAt","deletedAt","product"]}},"required":["priceBookEntry"]}}}},"400":{"description":"Invalid input."},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create a new entry in a price book","tags":["Price Books"],"x-speakeasy-name-override":"createEntry"},"get":{"operationId":"listPriceBookEntries","parameters":[{"name":"id","required":true,"in":"path","description":"Price Book ID","schema":{"type":"string"}}],"responses":{"200":{"description":"List of price book entries.","content":{"application/json":{"schema":{"type":"object","properties":{"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"approxBasePrice":{"type":["number","null"]},"product":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"category":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","title","category","inventory"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"title":{"type":"string"},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","title","inventory"]}},"required":["id","priceBookId","productId","variantId","value","priceType","organizationId","createdAt","updatedAt","deletedAt","product"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["priceBookEntries","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Retrieve all entries for a specific price book","tags":["Price Books"],"x-speakeasy-name-override":"listEntries"}},"/v1/price-books/{id}/entries/{entryId}":{"get":{"operationId":"getPriceBookEntry","parameters":[{"name":"id","required":true,"in":"path","description":"Price Book ID","schema":{"type":"string"}},{"name":"entryId","required":true,"in":"path","description":"Price Book Entry ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Price book entry details.","content":{"application/json":{"schema":{"type":"object","properties":{"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"approxBasePrice":{"type":["number","null"]},"product":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"category":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","title","category","inventory"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"title":{"type":"string"},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","title","inventory"]}},"required":["id","priceBookId","productId","variantId","value","priceType","organizationId","createdAt","updatedAt","deletedAt","product"]}},"required":["priceBookEntry"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Price book entry not found."},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Retrieve a specific entry from a price book","tags":["Price Books"],"x-speakeasy-name-override":"getEntry"},"patch":{"operationId":"updatePriceBookEntry","parameters":[{"name":"id","required":true,"in":"path","description":"Price Book ID","schema":{"type":"string"}},{"name":"entryId","required":true,"in":"path","description":"Price Book Entry ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"id":{"type":"string"}},"required":["id"]}}}},"responses":{"200":{"description":"Price book entry updated successfully.","content":{"application/json":{"schema":{"type":"object","properties":{"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"approxBasePrice":{"type":["number","null"]},"product":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"category":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","title","category","inventory"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"title":{"type":"string"},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","title","inventory"]}},"required":["id","priceBookId","productId","variantId","value","priceType","organizationId","createdAt","updatedAt","deletedAt","product"]}},"required":["priceBookEntry"]}}}},"400":{"description":"Invalid input."},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Price book entry not found."},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update an existing entry in a price book","tags":["Price Books"],"x-speakeasy-name-override":"updateEntry"},"delete":{"operationId":"deletePriceBookEntry","parameters":[{"name":"id","required":true,"in":"path","description":"Parent Price Book ID","schema":{"type":"string"}},{"name":"entryId","required":true,"in":"path","description":"Price Book Entry ID","schema":{"type":"string"}}],"responses":{"204":{"description":"Price book entry deleted successfully."},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Price book entry not found."},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete an entry from a price book","tags":["Price Books"],"x-speakeasy-name-override":"deleteEntry"}},"/v1/price-books/{id}/entries/bulk/create":{"post":{"operationId":"bulkCreatePriceBookEntries","parameters":[{"name":"id","required":true,"in":"path","description":"Price Book ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"entries":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]}},"required":["productId","priceType"]},"description":"Entries to create"}},"required":["entries"]}}}},"responses":{"200":{"description":"Price book entries created successfully.","content":{"application/json":{"schema":{"type":"object","properties":{"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"approxBasePrice":{"type":["number","null"]},"product":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"category":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","title","category","inventory"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"title":{"type":"string"},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","title","inventory"]}},"required":["id","priceBookId","productId","variantId","value","priceType","organizationId","createdAt","updatedAt","deletedAt","product"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["priceBookEntries","pagination"]}}}},"400":{"description":"Invalid input."},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Bulk create entries in a price book","tags":["Price Books"],"x-speakeasy-name-override":"bulkCreateEntries"}},"/v1/price-books/{id}/entries/bulk/update":{"put":{"operationId":"bulkUpdatePriceBookEntries","parameters":[{"name":"id","required":true,"in":"path","description":"Price Book ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"entries":{"type":"array","items":{"type":"object","properties":{"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"id":{"type":"string"}},"required":["id"]},"description":"Entries to update"}},"required":["entries"]}}}},"responses":{"200":{"description":"Price book entries updated successfully.","content":{"application/json":{"schema":{"type":"object","properties":{"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"approxBasePrice":{"type":["number","null"]},"product":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"category":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","title","category","inventory"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"title":{"type":"string"},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","title","inventory"]}},"required":["id","priceBookId","productId","variantId","value","priceType","organizationId","createdAt","updatedAt","deletedAt","product"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["priceBookEntries","pagination"]}}}},"400":{"description":"Invalid input."},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Bulk update entries in a price book","tags":["Price Books"],"x-speakeasy-name-override":"bulkUpdateEntries"}},"/v1/quotations":{"get":{"operationId":"listQuotations","parameters":[],"responses":{"200":{"description":"The list of quotations","content":{"application/json":{"schema":{"type":"object","properties":{"quotation":{"type":"object","properties":{"totalPrice":{"type":"number"},"subtotalPrice":{"type":"number"},"totalShipping":{"type":"number"},"totalDiscount":{"type":"number"},"quotationDiscount":{"type":["number","null"],"default":0},"discountType":{"type":"string","enum":["percentage","fixed"]},"discountPercentage":{"type":"number","default":0},"discountReason":{"type":["string","null"]},"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string"},"variantId":{"type":["string","null"]},"quantity":{"type":"number"},"unitPrice":{"type":"number"},"totalAmount":{"type":"number"},"costPrice":{"type":"number"},"landedCost":{"type":"number"},"discountAmount":{"type":"number"},"discountPercentage":{"type":"number"},"inventoryLocationId":{"type":["string","null"]},"name":{"type":"string"},"unitOfMeasure":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"id":{"type":"string"},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"location":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","organizationId","createdAt","updatedAt","deletedAt"]},"productOfferId":{"type":["string","null"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntryId":{"type":"string"},"priceBookId":{"type":["string","null"]},"overridingPrice":{"type":["number","null"]}},"required":["productId","quantity","unitPrice","totalAmount","name","unitOfMeasure","title","product"]}},"totalWeight":{"type":"number"},"metadata":{"type":["object","null"],"additionalProperties":{}},"controls":{"type":"object","properties":{"allowManualDiscount":{"type":"boolean"},"allowManualShipping":{"type":"boolean"}},"required":["allowManualDiscount","allowManualShipping"]},"requiresApproval":{"type":"boolean"},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"approvalRuleId":{"type":"string"},"triggeredReason":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["approvalRuleId","triggeredReason"]}}},"required":["totalPrice","subtotalPrice","totalShipping","totalDiscount","quotationDiscount","discountPercentage","lineItems","totalWeight","requiresApproval","approvalRequests"]}},"required":["quotation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get all quotations","tags":["Quotations"]},"post":{"operationId":"createQuotation","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"priceBookId":{"type":"string"},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"shippingAddressId":{"type":"string"},"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string"},"variantId":{"type":["string","null"]},"quantity":{"type":"number"},"discountPercentage":{"type":"number"},"inventoryLocationId":{"type":["string","null"]},"priceBookId":{"type":"string"},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"overridingPrice":{"type":["number","null"]}},"required":["productId","quantity","inventoryLocationId"]}},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"shipping":{"type":"number"},"customerId":{"type":"string"},"contactPersonId":{"type":"string"},"inventoryLocationGroupId":{"type":"string"},"inventoryLocationId":{"type":"string"},"validFrom":{"type":"string","default":"2026-04-13T08:44:54.323Z"},"validUntil":{"type":"string"},"approvalRequestComments":{"type":"string"},"notes":{"type":"string"}},"required":["priceBookId","deliveryMethod","lineItems","customerId","validFrom"]}}}},"responses":{"201":{"description":"The created quotation","content":{"application/json":{"schema":{"type":"object","properties":{"quotation":{"type":"object","properties":{"totalPrice":{"type":"number"},"subtotalPrice":{"type":"number"},"totalShipping":{"type":"number"},"totalDiscount":{"type":"number"},"quotationDiscount":{"type":["number","null"],"default":0},"discountType":{"type":"string","enum":["percentage","fixed"]},"discountPercentage":{"type":"number","default":0},"discountReason":{"type":["string","null"]},"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string"},"variantId":{"type":["string","null"]},"quantity":{"type":"number"},"unitPrice":{"type":"number"},"totalAmount":{"type":"number"},"costPrice":{"type":"number"},"landedCost":{"type":"number"},"discountAmount":{"type":"number"},"discountPercentage":{"type":"number"},"inventoryLocationId":{"type":["string","null"]},"name":{"type":"string"},"unitOfMeasure":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"id":{"type":"string"},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"location":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","organizationId","createdAt","updatedAt","deletedAt"]},"productOfferId":{"type":["string","null"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntryId":{"type":"string"},"priceBookId":{"type":["string","null"]},"overridingPrice":{"type":["number","null"]}},"required":["productId","quantity","unitPrice","totalAmount","name","unitOfMeasure","title","product"]}},"totalWeight":{"type":"number"},"metadata":{"type":["object","null"],"additionalProperties":{}},"controls":{"type":"object","properties":{"allowManualDiscount":{"type":"boolean"},"allowManualShipping":{"type":"boolean"}},"required":["allowManualDiscount","allowManualShipping"]},"requiresApproval":{"type":"boolean"},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"approvalRuleId":{"type":"string"},"triggeredReason":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["approvalRuleId","triggeredReason"]}}},"required":["totalPrice","subtotalPrice","totalShipping","totalDiscount","quotationDiscount","discountPercentage","lineItems","totalWeight","requiresApproval","approvalRequests"]}},"required":["quotation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create a new quotation","tags":["Quotations"]}},"/v1/quotations/{id}":{"put":{"operationId":"updateQuotation","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"priceBookId":{"type":"string"},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"shippingAddressId":{"type":"string"},"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string"},"variantId":{"type":["string","null"]},"quantity":{"type":"number"},"discountPercentage":{"type":"number"},"inventoryLocationId":{"type":["string","null"]},"priceBookId":{"type":"string"},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"overridingPrice":{"type":["number","null"]}},"required":["productId","quantity","inventoryLocationId"]}},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"shipping":{"type":"number"},"contactPersonId":{"type":"string"},"inventoryLocationGroupId":{"type":"string"},"inventoryLocationId":{"type":"string"},"approvalRequestComments":{"type":"string"},"notes":{"type":"string"},"versionDescription":{"type":"string"}},"required":["priceBookId","deliveryMethod","lineItems"]}}}},"responses":{"200":{"description":"The updated quotation","content":{"application/json":{"schema":{"type":"object","properties":{"quotation":{"type":"object","properties":{"totalPrice":{"type":"number"},"subtotalPrice":{"type":"number"},"totalShipping":{"type":"number"},"totalDiscount":{"type":"number"},"quotationDiscount":{"type":["number","null"],"default":0},"discountType":{"type":"string","enum":["percentage","fixed"]},"discountPercentage":{"type":"number","default":0},"discountReason":{"type":["string","null"]},"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string"},"variantId":{"type":["string","null"]},"quantity":{"type":"number"},"unitPrice":{"type":"number"},"totalAmount":{"type":"number"},"costPrice":{"type":"number"},"landedCost":{"type":"number"},"discountAmount":{"type":"number"},"discountPercentage":{"type":"number"},"inventoryLocationId":{"type":["string","null"]},"name":{"type":"string"},"unitOfMeasure":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"id":{"type":"string"},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"location":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","organizationId","createdAt","updatedAt","deletedAt"]},"productOfferId":{"type":["string","null"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntryId":{"type":"string"},"priceBookId":{"type":["string","null"]},"overridingPrice":{"type":["number","null"]}},"required":["productId","quantity","unitPrice","totalAmount","name","unitOfMeasure","title","product"]}},"totalWeight":{"type":"number"},"metadata":{"type":["object","null"],"additionalProperties":{}},"controls":{"type":"object","properties":{"allowManualDiscount":{"type":"boolean"},"allowManualShipping":{"type":"boolean"}},"required":["allowManualDiscount","allowManualShipping"]},"requiresApproval":{"type":"boolean"},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"approvalRuleId":{"type":"string"},"triggeredReason":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["approvalRuleId","triggeredReason"]}}},"required":["totalPrice","subtotalPrice","totalShipping","totalDiscount","quotationDiscount","discountPercentage","lineItems","totalWeight","requiresApproval","approvalRequests"]}},"required":["quotation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update a quotation","tags":["Quotations"]},"get":{"description":"Returns a single quotation by ID or external ID","operationId":"getQuotation","parameters":[{"name":"id","required":true,"in":"path","description":"The unique ID or external ID of the quotation","schema":{"type":"string"}},{"name":"version","required":false,"in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"The quotation","content":{"application/json":{"schema":{"type":"object","properties":{"quotation":{"type":"object","properties":{"totalPrice":{"type":"number"},"subtotalPrice":{"type":"number"},"totalShipping":{"type":"number"},"totalDiscount":{"type":"number"},"quotationDiscount":{"type":["number","null"],"default":0},"discountType":{"type":"string","enum":["percentage","fixed"]},"discountPercentage":{"type":"number","default":0},"discountReason":{"type":["string","null"]},"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string"},"variantId":{"type":["string","null"]},"quantity":{"type":"number"},"unitPrice":{"type":"number"},"totalAmount":{"type":"number"},"costPrice":{"type":"number"},"landedCost":{"type":"number"},"discountAmount":{"type":"number"},"discountPercentage":{"type":"number"},"inventoryLocationId":{"type":["string","null"]},"name":{"type":"string"},"unitOfMeasure":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"id":{"type":"string"},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"location":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","organizationId","createdAt","updatedAt","deletedAt"]},"productOfferId":{"type":["string","null"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntryId":{"type":"string"},"priceBookId":{"type":["string","null"]},"overridingPrice":{"type":["number","null"]}},"required":["productId","quantity","unitPrice","totalAmount","name","unitOfMeasure","title","product"]}},"totalWeight":{"type":"number"},"metadata":{"type":["object","null"],"additionalProperties":{}},"controls":{"type":"object","properties":{"allowManualDiscount":{"type":"boolean"},"allowManualShipping":{"type":"boolean"}},"required":["allowManualDiscount","allowManualShipping"]},"requiresApproval":{"type":"boolean"},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"approvalRuleId":{"type":"string"},"triggeredReason":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["approvalRuleId","triggeredReason"]}}},"required":["totalPrice","subtotalPrice","totalShipping","totalDiscount","quotationDiscount","discountPercentage","lineItems","totalWeight","requiresApproval","approvalRequests"]}},"required":["quotation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a quotation by ID or external ID","tags":["Quotations"]}},"/v1/quotations/{id}/public":{"get":{"description":"Returns a single quotation by ID or external ID","operationId":"getPublicQuotation","parameters":[{"name":"id","required":true,"in":"path","description":"The unique ID or external ID of the quotation","schema":{"type":"string"}}],"responses":{"200":{"description":"The quotation","content":{"application/json":{"schema":{"type":"object","properties":{"quotation":{"type":"object","properties":{"totalPrice":{"type":"number"},"subtotalPrice":{"type":"number"},"totalShipping":{"type":"number"},"totalDiscount":{"type":"number"},"quotationDiscount":{"type":["number","null"],"default":0},"discountType":{"type":"string","enum":["percentage","fixed"]},"discountPercentage":{"type":"number","default":0},"discountReason":{"type":["string","null"]},"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string"},"variantId":{"type":["string","null"]},"quantity":{"type":"number"},"unitPrice":{"type":"number"},"totalAmount":{"type":"number"},"costPrice":{"type":"number"},"landedCost":{"type":"number"},"discountAmount":{"type":"number"},"discountPercentage":{"type":"number"},"inventoryLocationId":{"type":["string","null"]},"name":{"type":"string"},"unitOfMeasure":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"id":{"type":"string"},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"location":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","organizationId","createdAt","updatedAt","deletedAt"]},"productOfferId":{"type":["string","null"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntryId":{"type":"string"},"priceBookId":{"type":["string","null"]},"overridingPrice":{"type":["number","null"]}},"required":["productId","quantity","unitPrice","totalAmount","name","unitOfMeasure","title","product"]}},"totalWeight":{"type":"number"},"metadata":{"type":["object","null"],"additionalProperties":{}},"controls":{"type":"object","properties":{"allowManualDiscount":{"type":"boolean"},"allowManualShipping":{"type":"boolean"}},"required":["allowManualDiscount","allowManualShipping"]},"requiresApproval":{"type":"boolean"},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"approvalRuleId":{"type":"string"},"triggeredReason":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["approvalRuleId","triggeredReason"]}}},"required":["totalPrice","subtotalPrice","totalShipping","totalDiscount","quotationDiscount","discountPercentage","lineItems","totalWeight","requiresApproval","approvalRequests"]}},"required":["quotation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a quotation by ID or external ID without session","tags":["Quotations"],"x-speakeasy-name-override":"getPublicQuotation"}},"/v1/quotations/{id}/convert-to-order-customer":{"post":{"operationId":"convertQuotationToOrderCustomer","parameters":[{"name":"id","required":true,"in":"path","description":"The unique ID of the quotation","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"paymentTerms":{"type":"string"},"paymentDueDate":{"type":"string"}}}}}},"responses":{"200":{"description":"The quotation","content":{"application/json":{"schema":{"type":"object","properties":{"quotation":{"type":"object","properties":{"totalPrice":{"type":"number"},"subtotalPrice":{"type":"number"},"totalShipping":{"type":"number"},"totalDiscount":{"type":"number"},"quotationDiscount":{"type":["number","null"],"default":0},"discountType":{"type":"string","enum":["percentage","fixed"]},"discountPercentage":{"type":"number","default":0},"discountReason":{"type":["string","null"]},"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string"},"variantId":{"type":["string","null"]},"quantity":{"type":"number"},"unitPrice":{"type":"number"},"totalAmount":{"type":"number"},"costPrice":{"type":"number"},"landedCost":{"type":"number"},"discountAmount":{"type":"number"},"discountPercentage":{"type":"number"},"inventoryLocationId":{"type":["string","null"]},"name":{"type":"string"},"unitOfMeasure":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"id":{"type":"string"},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"location":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","organizationId","createdAt","updatedAt","deletedAt"]},"productOfferId":{"type":["string","null"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntryId":{"type":"string"},"priceBookId":{"type":["string","null"]},"overridingPrice":{"type":["number","null"]}},"required":["productId","quantity","unitPrice","totalAmount","name","unitOfMeasure","title","product"]}},"totalWeight":{"type":"number"},"metadata":{"type":["object","null"],"additionalProperties":{}},"controls":{"type":"object","properties":{"allowManualDiscount":{"type":"boolean"},"allowManualShipping":{"type":"boolean"}},"required":["allowManualDiscount","allowManualShipping"]},"requiresApproval":{"type":"boolean"},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"approvalRuleId":{"type":"string"},"triggeredReason":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["approvalRuleId","triggeredReason"]}}},"required":["totalPrice","subtotalPrice","totalShipping","totalDiscount","quotationDiscount","discountPercentage","lineItems","totalWeight","requiresApproval","approvalRequests"]}},"required":["quotation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Convert quotation to order","tags":["Quotations"],"x-speakeasy-name-override":"convertQuotationToOrderCustomer"}},"/v1/quotations/{id}/convert-to-order-admin":{"post":{"operationId":"convertQuotationToOrderAdmin","parameters":[{"name":"id","required":true,"in":"path","description":"The unique ID of the quotation","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"paymentTerms":{"type":"string"},"paymentDueDate":{"type":"string"}}}}}},"responses":{"200":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Convert quotation to order","tags":["Quotations"],"x-speakeasy-name-override":"convertQuotationToOrderAdmin"}},"/v1/quotations/{id}/mark-as-shared":{"patch":{"operationId":"markQuotationAsShared","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","const":"shared"},"notes":{"type":"string"}},"required":["status"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"quotation":{"type":"object","properties":{"totalPrice":{"type":"number"},"subtotalPrice":{"type":"number"},"totalShipping":{"type":"number"},"totalDiscount":{"type":"number"},"quotationDiscount":{"type":["number","null"],"default":0},"discountType":{"type":"string","enum":["percentage","fixed"]},"discountPercentage":{"type":"number","default":0},"discountReason":{"type":["string","null"]},"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string"},"variantId":{"type":["string","null"]},"quantity":{"type":"number"},"unitPrice":{"type":"number"},"totalAmount":{"type":"number"},"costPrice":{"type":"number"},"landedCost":{"type":"number"},"discountAmount":{"type":"number"},"discountPercentage":{"type":"number"},"inventoryLocationId":{"type":["string","null"]},"name":{"type":"string"},"unitOfMeasure":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"id":{"type":"string"},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"location":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","organizationId","createdAt","updatedAt","deletedAt"]},"productOfferId":{"type":["string","null"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntryId":{"type":"string"},"priceBookId":{"type":["string","null"]},"overridingPrice":{"type":["number","null"]}},"required":["productId","quantity","unitPrice","totalAmount","name","unitOfMeasure","title","product"]}},"totalWeight":{"type":"number"},"metadata":{"type":["object","null"],"additionalProperties":{}},"controls":{"type":"object","properties":{"allowManualDiscount":{"type":"boolean"},"allowManualShipping":{"type":"boolean"}},"required":["allowManualDiscount","allowManualShipping"]},"requiresApproval":{"type":"boolean"},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"approvalRuleId":{"type":"string"},"triggeredReason":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["approvalRuleId","triggeredReason"]}}},"required":["totalPrice","subtotalPrice","totalShipping","totalDiscount","quotationDiscount","discountPercentage","lineItems","totalWeight","requiresApproval","approvalRequests"]}},"required":["quotation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Mark a quotation as shared","tags":["Quotations"]}},"/v1/quotations/{id}/send-whatsapp":{"post":{"operationId":"sendQuotationWhatsapp","parameters":[{"name":"id","required":true,"in":"path","description":"The unique ID of the quotation","schema":{"type":"string"}}],"responses":{"200":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Send a quotation to a whatsapp number","tags":["Quotations"]}},"/v1/quotations/{id}/send-email":{"post":{"operationId":"sendQuotationEmail","parameters":[{"name":"id","required":true,"in":"path","description":"The unique ID of the quotation","schema":{"type":"string"}}],"responses":{"200":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Send a quotation to an email address","tags":["Quotations"]}},"/v1/quotations/{id}/customer-updates":{"post":{"operationId":"customerUpdatesQuotation","parameters":[{"name":"id","required":true,"in":"path","description":"The unique ID of the quotation","schema":{"type":"string"}}],"responses":{"200":{"description":"The quotation","content":{"application/json":{"schema":{"type":"object","properties":{"quotation":{"type":"object","properties":{"totalPrice":{"type":"number"},"subtotalPrice":{"type":"number"},"totalShipping":{"type":"number"},"totalDiscount":{"type":"number"},"quotationDiscount":{"type":["number","null"],"default":0},"discountType":{"type":"string","enum":["percentage","fixed"]},"discountPercentage":{"type":"number","default":0},"discountReason":{"type":["string","null"]},"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string"},"variantId":{"type":["string","null"]},"quantity":{"type":"number"},"unitPrice":{"type":"number"},"totalAmount":{"type":"number"},"costPrice":{"type":"number"},"landedCost":{"type":"number"},"discountAmount":{"type":"number"},"discountPercentage":{"type":"number"},"inventoryLocationId":{"type":["string","null"]},"name":{"type":"string"},"unitOfMeasure":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"id":{"type":"string"},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"location":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","organizationId","createdAt","updatedAt","deletedAt"]},"productOfferId":{"type":["string","null"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntryId":{"type":"string"},"priceBookId":{"type":["string","null"]},"overridingPrice":{"type":["number","null"]}},"required":["productId","quantity","unitPrice","totalAmount","name","unitOfMeasure","title","product"]}},"totalWeight":{"type":"number"},"metadata":{"type":["object","null"],"additionalProperties":{}},"controls":{"type":"object","properties":{"allowManualDiscount":{"type":"boolean"},"allowManualShipping":{"type":"boolean"}},"required":["allowManualDiscount","allowManualShipping"]},"requiresApproval":{"type":"boolean"},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"approvalRuleId":{"type":"string"},"triggeredReason":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["approvalRuleId","triggeredReason"]}}},"required":["totalPrice","subtotalPrice","totalShipping","totalDiscount","quotationDiscount","discountPercentage","lineItems","totalWeight","requiresApproval","approvalRequests"]}},"required":["quotation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Customer updates on a quotation","tags":["Quotations"],"x-speakeasy-name-override":"customerRequestChanges"}},"/v1/quotations/{id}/request-approval":{"post":{"description":"Request approval for a quotation","operationId":"requestQuotationApproval","parameters":[{"name":"id","required":true,"in":"path","description":"The unique ID of the quotation","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"notes":{"type":"string"}}}}}},"responses":{"200":{"description":"The quotation","content":{"application/json":{"schema":{"type":"object","properties":{"quotation":{"type":"object","properties":{"totalPrice":{"type":"number"},"subtotalPrice":{"type":"number"},"totalShipping":{"type":"number"},"totalDiscount":{"type":"number"},"quotationDiscount":{"type":["number","null"],"default":0},"discountType":{"type":"string","enum":["percentage","fixed"]},"discountPercentage":{"type":"number","default":0},"discountReason":{"type":["string","null"]},"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string"},"variantId":{"type":["string","null"]},"quantity":{"type":"number"},"unitPrice":{"type":"number"},"totalAmount":{"type":"number"},"costPrice":{"type":"number"},"landedCost":{"type":"number"},"discountAmount":{"type":"number"},"discountPercentage":{"type":"number"},"inventoryLocationId":{"type":["string","null"]},"name":{"type":"string"},"unitOfMeasure":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"id":{"type":"string"},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"location":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","organizationId","createdAt","updatedAt","deletedAt"]},"productOfferId":{"type":["string","null"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntryId":{"type":"string"},"priceBookId":{"type":["string","null"]},"overridingPrice":{"type":["number","null"]}},"required":["productId","quantity","unitPrice","totalAmount","name","unitOfMeasure","title","product"]}},"totalWeight":{"type":"number"},"metadata":{"type":["object","null"],"additionalProperties":{}},"controls":{"type":"object","properties":{"allowManualDiscount":{"type":"boolean"},"allowManualShipping":{"type":"boolean"}},"required":["allowManualDiscount","allowManualShipping"]},"requiresApproval":{"type":"boolean"},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"approvalRuleId":{"type":"string"},"triggeredReason":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["approvalRuleId","triggeredReason"]}}},"required":["totalPrice","subtotalPrice","totalShipping","totalDiscount","quotationDiscount","discountPercentage","lineItems","totalWeight","requiresApproval","approvalRequests"]}},"required":["quotation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Request approval for a quotation","tags":["Quotations"]}},"/v1/quotations/{id}/approval-requests/{approvalRequestId}/approve":{"post":{"operationId":"approveQuotationRequest","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}},{"name":"approvalRequestId","required":true,"in":"path","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"notes":{"type":"string"}}}}}},"responses":{"200":{"description":"Success. Returns the updated quotation","content":{"application/json":{"schema":{"type":"object","properties":{"quotation":{"type":"object","properties":{"totalPrice":{"type":"number"},"subtotalPrice":{"type":"number"},"totalShipping":{"type":"number"},"totalDiscount":{"type":"number"},"quotationDiscount":{"type":["number","null"],"default":0},"discountType":{"type":"string","enum":["percentage","fixed"]},"discountPercentage":{"type":"number","default":0},"discountReason":{"type":["string","null"]},"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string"},"variantId":{"type":["string","null"]},"quantity":{"type":"number"},"unitPrice":{"type":"number"},"totalAmount":{"type":"number"},"costPrice":{"type":"number"},"landedCost":{"type":"number"},"discountAmount":{"type":"number"},"discountPercentage":{"type":"number"},"inventoryLocationId":{"type":["string","null"]},"name":{"type":"string"},"unitOfMeasure":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"id":{"type":"string"},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"location":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","organizationId","createdAt","updatedAt","deletedAt"]},"productOfferId":{"type":["string","null"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntryId":{"type":"string"},"priceBookId":{"type":["string","null"]},"overridingPrice":{"type":["number","null"]}},"required":["productId","quantity","unitPrice","totalAmount","name","unitOfMeasure","title","product"]}},"totalWeight":{"type":"number"},"metadata":{"type":["object","null"],"additionalProperties":{}},"controls":{"type":"object","properties":{"allowManualDiscount":{"type":"boolean"},"allowManualShipping":{"type":"boolean"}},"required":["allowManualDiscount","allowManualShipping"]},"requiresApproval":{"type":"boolean"},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"approvalRuleId":{"type":"string"},"triggeredReason":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["approvalRuleId","triggeredReason"]}}},"required":["totalPrice","subtotalPrice","totalShipping","totalDiscount","quotationDiscount","discountPercentage","lineItems","totalWeight","requiresApproval","approvalRequests"]}},"required":["quotation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Approve a quotation request","tags":["Quotations"],"x-speakeasy-name-override":"approveQuotationRequest"}},"/v1/quotations/{id}/approval-requests/{approvalRequestId}/reject":{"post":{"operationId":"rejectQuotationRequest","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}},{"name":"approvalRequestId","required":true,"in":"path","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"notes":{"type":"string"}}}}}},"responses":{"200":{"description":"Success. Returns the updated quotation","content":{"application/json":{"schema":{"type":"object","properties":{"quotation":{"type":"object","properties":{"totalPrice":{"type":"number"},"subtotalPrice":{"type":"number"},"totalShipping":{"type":"number"},"totalDiscount":{"type":"number"},"quotationDiscount":{"type":["number","null"],"default":0},"discountType":{"type":"string","enum":["percentage","fixed"]},"discountPercentage":{"type":"number","default":0},"discountReason":{"type":["string","null"]},"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string"},"variantId":{"type":["string","null"]},"quantity":{"type":"number"},"unitPrice":{"type":"number"},"totalAmount":{"type":"number"},"costPrice":{"type":"number"},"landedCost":{"type":"number"},"discountAmount":{"type":"number"},"discountPercentage":{"type":"number"},"inventoryLocationId":{"type":["string","null"]},"name":{"type":"string"},"unitOfMeasure":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"id":{"type":"string"},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"location":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","organizationId","createdAt","updatedAt","deletedAt"]},"productOfferId":{"type":["string","null"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntryId":{"type":"string"},"priceBookId":{"type":["string","null"]},"overridingPrice":{"type":["number","null"]}},"required":["productId","quantity","unitPrice","totalAmount","name","unitOfMeasure","title","product"]}},"totalWeight":{"type":"number"},"metadata":{"type":["object","null"],"additionalProperties":{}},"controls":{"type":"object","properties":{"allowManualDiscount":{"type":"boolean"},"allowManualShipping":{"type":"boolean"}},"required":["allowManualDiscount","allowManualShipping"]},"requiresApproval":{"type":"boolean"},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"approvalRuleId":{"type":"string"},"triggeredReason":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["approvalRuleId","triggeredReason"]}}},"required":["totalPrice","subtotalPrice","totalShipping","totalDiscount","quotationDiscount","discountPercentage","lineItems","totalWeight","requiresApproval","approvalRequests"]}},"required":["quotation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Reject a quotation request","tags":["Quotations"],"x-speakeasy-name-override":"rejectQuotationRequest"}},"/v1/quotations/preview":{"post":{"operationId":"previewQuotation","parameters":[],"responses":{"200":{"description":"The previewed quotation","content":{"application/json":{"schema":{"type":"object","properties":{"quotation":{"type":"object","properties":{"totalPrice":{"type":"number"},"subtotalPrice":{"type":"number"},"totalShipping":{"type":"number"},"totalDiscount":{"type":"number"},"quotationDiscount":{"type":["number","null"],"default":0},"discountType":{"type":"string","enum":["percentage","fixed"]},"discountPercentage":{"type":"number","default":0},"discountReason":{"type":["string","null"]},"lineItems":{"type":"array","items":{"type":"object","properties":{"productId":{"type":"string"},"variantId":{"type":["string","null"]},"quantity":{"type":"number"},"unitPrice":{"type":"number"},"totalAmount":{"type":"number"},"costPrice":{"type":"number"},"landedCost":{"type":"number"},"discountAmount":{"type":"number"},"discountPercentage":{"type":"number"},"inventoryLocationId":{"type":["string","null"]},"name":{"type":"string"},"unitOfMeasure":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"id":{"type":"string"},"priceBookEntry":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":["string","null"]},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}}},"quantityAvailable":{"type":"number"},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"variantIds":{"type":"array","items":{"type":"string"}},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"altText":{"type":["string","null"]},"status":{"type":"string"},"thumbnailUrl":{"type":["string","null"]},"displayName":{"type":"string"}},"required":["id","url","status","displayName"]}},"required":["id","variantIds","mediaSource"]}},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]},"default":[]},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"options":{"type":"object","additionalProperties":{"type":"string"}},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]}},"required":["id","sku","title","price","externalId","catalogVariantId","inventory","options","offers","priceBookEntries"]},"default":[]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","options","variants","inventory","priceBookEntries","offers"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]},"location":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","organizationId","createdAt","updatedAt","deletedAt"]},"productOfferId":{"type":["string","null"]},"productOffer":{"type":["object","null"],"properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt"]},"discount":{"type":"object","properties":{"discountType":{"type":"string","enum":["percentage","fixed"],"description":"Discount type (percentage or fixed)"},"discountAmount":{"type":"number","minimum":0,"description":"Discount amount (positive number)"},"discountReason":{"type":"string"}},"required":["discountType","discountAmount"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"priceBookEntryId":{"type":"string"},"priceBookId":{"type":["string","null"]},"overridingPrice":{"type":["number","null"]}},"required":["productId","quantity","unitPrice","totalAmount","name","unitOfMeasure","title","product"]}},"totalWeight":{"type":"number"},"metadata":{"type":["object","null"],"additionalProperties":{}},"controls":{"type":"object","properties":{"allowManualDiscount":{"type":"boolean"},"allowManualShipping":{"type":"boolean"}},"required":["allowManualDiscount","allowManualShipping"]},"requiresApproval":{"type":"boolean"},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"approvalRuleId":{"type":"string"},"triggeredReason":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["approvalRuleId","triggeredReason"]}}},"required":["totalPrice","subtotalPrice","totalShipping","totalDiscount","quotationDiscount","discountPercentage","lineItems","totalWeight","requiresApproval","approvalRequests"]}},"required":["quotation"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Preview a quotation","tags":["Quotations"]}},"/v1/sellers":{"get":{"operationId":"listSellers","parameters":[],"responses":{"200":{"description":"Success. Returns the list of paginated sellers","content":{"application/json":{"schema":{"type":"object","properties":{"sellers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["string","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","latLng","entityId","entityType","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt","contacts"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["sellers","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List sellers","tags":["Sellers"],"x-speakeasy-name-override":"list"},"post":{"operationId":"createSeller","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"],"default":"pending_approval"},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["string","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"contacts":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]}},"required":["name"]}},"address":{"type":"object","properties":{"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":"object","properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["addressLine1","country"]}},"required":["name","contacts"]}}}},"responses":{"201":{"description":"Success. Returns the created seller","content":{"application/json":{"schema":{"type":"object","properties":{"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["string","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","latLng","entityId","entityType","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt","contacts"]}},"required":["seller"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create a seller","tags":["Sellers"],"x-speakeasy-name-override":"create"}},"/v1/sellers/{id}":{"get":{"description":"Returns a single seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"getSeller","parameters":[{"name":"id","required":true,"in":"path","description":"The unique ID of the seller or external ID (prefixed with 'ext_')","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the seller","content":{"application/json":{"schema":{"type":"object","properties":{"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["string","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","latLng","entityId","entityType","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt","contacts"]}},"required":["seller"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a seller by ID","tags":["Sellers"],"x-speakeasy-name-override":"get"},"put":{"description":"Update seller details by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"updateSeller","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the updated seller","content":{"application/json":{"schema":{"type":"object","properties":{"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["string","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","latLng","entityId","entityType","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt","contacts"]}},"required":["seller"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update a seller","tags":["Sellers"],"x-speakeasy-name-override":"update"}},"/v1/sellers/{id}/activate":{"patch":{"operationId":"activateSeller","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the activated seller","content":{"application/json":{"schema":{"type":"object","properties":{"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["string","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","latLng","entityId","entityType","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt","contacts"]}},"required":["seller"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Activate a seller","tags":["Sellers"],"x-speakeasy-name-override":"activate"}},"/v1/sellers/{id}/deactivate":{"patch":{"operationId":"deactivateSeller","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the deactivated seller","content":{"application/json":{"schema":{"type":"object","properties":{"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["string","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","latLng","entityId","entityType","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt","contacts"]}},"required":["seller"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Deactivate a seller","tags":["Sellers"],"x-speakeasy-name-override":"deactivate"}},"/v1/sellers/{id}/lift-suspension":{"patch":{"operationId":"liftSuspension","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the seller with status pending_approval","content":{"application/json":{"schema":{"type":"object","properties":{"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["string","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","latLng","entityId","entityType","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt","contacts"]}},"required":["seller"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Lift suspension of a seller. Seller must be suspended. Sets status to pending_approval","tags":["Sellers"],"x-speakeasy-name-override":"liftSuspension"}},"/v1/sellers/{id}/contacts":{"get":{"description":"Get contacts for a seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"getSellerContacts","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the seller's contacts","content":{"application/json":{"schema":{"type":"object","properties":{"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]}}},"required":["contacts"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get seller contacts","tags":["Sellers"],"x-speakeasy-name-override":"getContacts"},"post":{"description":"Create contacts for a seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"createSellerContacts","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contacts":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"id":{"type":"string"}},"required":["name"]}}},"required":["contacts"]}}}},"responses":{"201":{"description":"Success. Returns the created contacts","content":{"application/json":{"schema":{"type":"object","properties":{"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]}}},"required":["contacts"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create seller contacts","tags":["Sellers"],"x-speakeasy-name-override":"createContacts"},"patch":{"description":"Update contacts for a seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"updateSellerContacts","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contacts":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"id":{"type":"string","description":"Contact ID to be updated."}}}}},"required":["contacts"]}}}},"responses":{"200":{"description":"Success. Returns the updated contacts","content":{"application/json":{"schema":{"type":"object","properties":{"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]}}},"required":["contacts"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update seller contacts","tags":["Sellers"],"x-speakeasy-name-override":"updateContacts"}},"/v1/sellers/{id}/contacts/{contactId}":{"delete":{"description":"Delete a specific contact for a seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"deleteSellerContact","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}},{"name":"contactId","required":true,"in":"path","description":"Contact ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Contact deleted"},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete seller contact","tags":["Sellers"],"x-speakeasy-name-override":"deleteContact"}},"/v1/sellers/{id}/locations":{"get":{"description":"Get inventory locations for a seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"getSellerInventoryLocations","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the seller's inventory locations","content":{"application/json":{"schema":{"type":"object","properties":{"inventoryLocations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["inventoryLocations","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get seller inventory locations","tags":["Sellers"],"x-speakeasy-name-override":"getLocations"},"post":{"description":"Create an inventory location for a seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"createSellerInventoryLocation","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"address":{"type":"object","properties":{"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":"object","properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["addressLine1","country"]}},"required":["name","isDefault","type"]}}}},"responses":{"201":{"description":"Success. Returns the created inventory location","content":{"application/json":{"schema":{"type":"object","properties":{"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["location"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create a seller inventory location","tags":["Sellers"],"x-speakeasy-name-override":"createLocation"}},"/v1/sellers/{id}/locations/{locationId}":{"get":{"description":"Get a specific inventory location for a seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"getSellerInventoryLocation","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}},{"name":"locationId","required":true,"in":"path","description":"Inventory Location ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the inventory location","content":{"application/json":{"schema":{"type":"object","properties":{"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["location"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a seller inventory location by ID","tags":["Sellers"],"x-speakeasy-name-override":"getLocation"},"put":{"description":"Update a specific inventory location for a seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"updateSellerInventoryLocation","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}},{"name":"locationId","required":true,"in":"path","description":"Inventory Location ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"address":{"type":"object","properties":{"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":"object","properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["addressLine1","country"]}}}}}},"responses":{"200":{"description":"Success. Returns the updated inventory location","content":{"application/json":{"schema":{"type":"object","properties":{"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["location"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update a seller inventory location","tags":["Sellers"],"x-speakeasy-name-override":"updateLocation"},"delete":{"description":"Delete a specific inventory location for a seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"deleteSellerInventoryLocation","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}},{"name":"locationId","required":true,"in":"path","description":"Inventory Location ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Inventory location deleted"},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete a seller inventory location","tags":["Sellers"],"x-speakeasy-name-override":"deleteLocation"}},"/v1/sellers/{id}/offers":{"get":{"description":"Get product offers for a seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"getSellerProductOffers","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the seller's product offers","content":{"application/json":{"schema":{"type":"object","properties":{"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["string","null"]},"commissionRate":{"type":["string","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"fulfillmentType":{"type":"string","enum":["seller_fulfilled","platform_fulfilled"]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"altText":{"type":["string","null"]},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"thumbnailUrl":{"type":["string","null"]}},"required":["id"]}},"required":["id","mediaSource"]}},"options":{"type":["array","null"],"items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]}},"variants":{"type":["array","null"],"items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]}},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","media","inventory","priceBookEntries","offers"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","product"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["offers","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get seller product offers","tags":["Sellers"],"x-speakeasy-name-override":"getOffers"},"post":{"description":"Create a product offer for a seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"createSellerProductOffer","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["string","null"]},"commissionRate":{"type":["string","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"fulfillmentType":{"type":"string","enum":["seller_fulfilled","platform_fulfilled"]},"status":{"type":"string","enum":["active","inactive"],"default":"inactive"}},"required":["productId","sellerId","inventoryLocationId","fulfillmentType"]}}}},"responses":{"201":{"description":"Success. Returns the created product offer","content":{"application/json":{"schema":{"type":"object","properties":{"offer":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["string","null"]},"commissionRate":{"type":["string","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"fulfillmentType":{"type":"string","enum":["seller_fulfilled","platform_fulfilled"]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"altText":{"type":["string","null"]},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"thumbnailUrl":{"type":["string","null"]}},"required":["id"]}},"required":["id","mediaSource"]}},"options":{"type":["array","null"],"items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]}},"variants":{"type":["array","null"],"items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]}},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","media","inventory","priceBookEntries","offers"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","product"]}},"required":["offer"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create a seller product offer","tags":["Sellers"],"x-speakeasy-name-override":"createOffer"}},"/v1/sellers/{id}/offers/{offerId}":{"get":{"description":"Get a specific product offer for a seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"getSellerProductOffer","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}},{"name":"offerId","required":true,"in":"path","description":"Product Offer ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the product offer","content":{"application/json":{"schema":{"type":"object","properties":{"offer":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["string","null"]},"commissionRate":{"type":["string","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"fulfillmentType":{"type":"string","enum":["seller_fulfilled","platform_fulfilled"]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"altText":{"type":["string","null"]},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"thumbnailUrl":{"type":["string","null"]}},"required":["id"]}},"required":["id","mediaSource"]}},"options":{"type":["array","null"],"items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]}},"variants":{"type":["array","null"],"items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]}},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","media","inventory","priceBookEntries","offers"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","product"]}},"required":["offer"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a seller product offer by ID","tags":["Sellers"],"x-speakeasy-name-override":"getOffer"},"put":{"description":"Update a specific product offer for a seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"updateSellerProductOffer","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}},{"name":"offerId","required":true,"in":"path","description":"Product Offer ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["string","null"]},"commissionRate":{"type":["string","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"fulfillmentType":{"type":"string","enum":["seller_fulfilled","platform_fulfilled"]},"status":{"type":"string","enum":["active","inactive"],"default":"inactive"}}}}}},"responses":{"200":{"description":"Success. Returns the updated product offer","content":{"application/json":{"schema":{"type":"object","properties":{"offer":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["string","null"]},"commissionRate":{"type":["string","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"fulfillmentType":{"type":"string","enum":["seller_fulfilled","platform_fulfilled"]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"altText":{"type":["string","null"]},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"thumbnailUrl":{"type":["string","null"]}},"required":["id"]}},"required":["id","mediaSource"]}},"options":{"type":["array","null"],"items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]}},"variants":{"type":["array","null"],"items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]}},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","media","inventory","priceBookEntries","offers"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","product"]}},"required":["offer"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update a seller product offer","tags":["Sellers"],"x-speakeasy-name-override":"updateOffer"},"delete":{"description":"Delete a specific product offer for a seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"deleteSellerProductOffer","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}},{"name":"offerId","required":true,"in":"path","description":"Product Offer ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Product offer deleted"},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete a seller product offer","tags":["Sellers"],"x-speakeasy-name-override":"deleteOffer"}},"/v1/sellers/{id}/offers/{offerId}/quantity/decrement":{"patch":{"description":"Reduce the available quantity for a product offer by the provided amount","operationId":"decrementSellerProductOfferQuantity","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}},{"name":"offerId","required":true,"in":"path","description":"Product Offer ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"amount":{"type":"integer","exclusiveMinimum":0}},"required":["amount"]}}}},"responses":{"200":{"description":"Success. Returns the updated product offer","content":{"application/json":{"schema":{"type":"object","properties":{"offer":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["string","null"]},"commissionRate":{"type":["string","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"fulfillmentType":{"type":"string","enum":["seller_fulfilled","platform_fulfilled"]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"product":{"type":"object","properties":{"id":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"status":{"type":"string","enum":["active","inactive","draft","archived"]},"unitOfMeasure":{"type":"string"},"weight":{"type":["number","null"]},"brandId":{"type":["string","null"]},"manufacturerId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"sku":{"type":["string","null"]},"cost":{"type":["number","null"]},"price":{"type":["number","null"]},"categoryId":{"type":"string"},"secondaryUnit":{"type":["string","null"]},"unitsPerPrimary":{"type":["number","null"]},"secondaryUnitPrice":{"type":["number","null"]},"catalogProductId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"brand":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"category":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"media":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"altText":{"type":["string","null"]},"mediaSource":{"type":"object","properties":{"id":{"type":"string"},"thumbnailUrl":{"type":["string","null"]}},"required":["id"]}},"required":["id","mediaSource"]}},"options":{"type":["array","null"],"items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"values":{"type":"array","items":{"type":"string"}},"optionValues":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"}},"required":["id","value"]}}},"required":["id","name","position","values","optionValues"]}},"variants":{"type":["array","null"],"items":{"type":"object","properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":"number"},"price":{"type":"number"},"compareAtPrice":{"type":"number"},"weight":{"type":"number"},"secondaryUnitPrice":{"type":["number","null"]},"externalId":{"type":["string","null"]},"catalogVariantId":{"type":["string","null"]},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]}},"required":["id","sku","title","externalId","catalogVariantId","inventory"]}},"inventory":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"string"},"deletedAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"locationId":{"type":"string"},"unitCost":{"type":["number","null"]},"quantityOnHand":{"type":["number","null"]},"quantityAvailable":{"type":["number","null"]},"quantityReserved":{"type":["number","null"]},"rebateAmount":{"type":["number","null"]},"lowStockThreshold":{"type":["number","null"]},"updatedAt":{"type":["string","null"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["createdAt","deletedAt","externalId","externalSource","id","productId","productVariantId","locationId","unitCost","quantityOnHand","quantityAvailable","quantityReserved","rebateAmount","lowStockThreshold","updatedAt","location"]},"default":[]},"priceBookEntries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"priceBookId":{"type":"string"},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"value":{"type":"number"},"priceType":{"type":"string","enum":["fixed","margin_amount","margin_percentage"]},"organizationId":{"type":"string"}},"required":["id","priceBookId","productId","variantId","inventoryLocationId","value","priceType","organizationId"]},"default":[]},"offers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"sellerId":{"type":"string"},"inventoryLocationId":{"type":"string"},"sellerSku":{"type":["string","null"]},"price":{"type":["number","null"]},"commissionRate":{"type":["number","null"]},"minOrderQuantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"quantityAvailable":{"type":["number","null"]},"fulfillmentType":{"type":["string","null"],"enum":["seller_fulfilled","platform_fulfilled",null]},"status":{"type":"string","enum":["active","inactive"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","seller","inventoryLocation"]},"default":[]}},"required":["id","slug","title","description","shortDescription","status","unitOfMeasure","weight","brandId","manufacturerId","externalId","cost","price","categoryId","secondaryUnit","catalogProductId","createdAt","updatedAt","deletedAt","category","media","inventory","priceBookEntries","offers"]},"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"supplier":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"supplierGroupId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"isPrimary":{"type":["boolean","null"]},"contactMethod":{"type":"string","enum":["whatsapp","email"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","name","email","phone","isPrimary","contactMethod","createdAt","updatedAt"]},"default":[]},"addresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"default":[]},"group":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","description","externalId","externalSystem","createdAt","updatedAt","deletedAt"]}},"required":["id","name","status","externalId","externalSystem","addressId","supplierGroupId","createdAt","updatedAt","deletedAt","contacts","addresses"]},"address":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"supplierAddress":{"type":["object","null"],"properties":{"id":{"type":"string"},"addressType":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":["string","null"]},"state":{"type":["string","null"]},"postalCode":{"type":["string","null"]},"city":{"type":["string","null"]},"country":{"type":"string"},"latLng":{"type":["object","null"],"properties":{"lat":{"type":"number"},"lng":{"type":"number"}},"required":["lat","lng"]},"entityId":{"type":"string"},"entityType":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]}},"required":["id","addressType","addressLine1","addressLine2","state","postalCode","city","country","entityId","entityType","createdAt","updatedAt"]},"seller":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","commissionRate","verifiedAt","rating","taxPin","licenseNumber","metadata","createdAt","updatedAt","deletedAt"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","createdAt","updatedAt","deletedAt"]}},"required":["id","productId","productVariantId","sellerId","inventoryLocationId","sellerSku","price","commissionRate","minOrderQuantity","quantityAvailable","fulfillmentType","status","createdAt","updatedAt","deletedAt","product"]}},"required":["offer"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Decrement quantity for a seller product offer","tags":["Sellers"],"x-speakeasy-name-override":"decrementOfferQuantity"}},"/v1/sellers/{id}/documents":{"get":{"description":"Get all documents for a seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"listSellerDocuments","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the list of seller documents","content":{"application/json":{"schema":{"type":"object","properties":{"documents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sellerId":{"type":"string"},"type":{"type":"string","enum":["cr_12","tax_certificate","directors_identification","certificate_of_incorporation","business_permit"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","rejected"]},"fileKey":{"type":"string"},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","sellerId","type","variant","status","fileKey","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","createdAt","updatedAt","deletedAt"]}}},"required":["documents"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List all documents for a seller","tags":["Sellers"],"x-speakeasy-name-override":"listDocuments"},"post":{"description":"Create a new document for a seller by ID or external ID (use 'ext_' prefix for external IDs). The file must already be uploaded to S3 using the presigned URL.","operationId":"createSellerDocument","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","enum":["cr_12","tax_certificate","directors_identification","certificate_of_incorporation","business_permit"]},"variant":{"type":["string","null"]},"fileKey":{"type":"string"},"fileName":{"type":"string"}},"required":["type","fileKey","fileName"]}}}},"responses":{"201":{"description":"Success. Returns the created document","content":{"application/json":{"schema":{"type":"object","properties":{"document":{"type":"object","properties":{"id":{"type":"string"},"sellerId":{"type":"string"},"type":{"type":"string","enum":["cr_12","tax_certificate","directors_identification","certificate_of_incorporation","business_permit"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","rejected"]},"fileKey":{"type":"string"},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","sellerId","type","variant","status","fileKey","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","createdAt","updatedAt","deletedAt"]}},"required":["document"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create a new seller document","tags":["Sellers"],"x-speakeasy-name-override":"createDocument"}},"/v1/sellers/{id}/documents/presign":{"post":{"description":"Get a presigned URL for uploading a document for a seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"createSellerDocumentPresignedUrl","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fileName":{"type":"string","minLength":1},"mimeType":{"type":"string","minLength":1},"documentType":{"type":"string","enum":["cr_12","tax_certificate","directors_identification","certificate_of_incorporation","business_permit"]}},"required":["fileName","mimeType","documentType"]}}}},"responses":{"201":{"description":"Success. Returns presigned URL and file key","content":{"application/json":{"schema":{"type":"object","properties":{"fileKey":{"type":"string"},"presignedUrl":{"type":"string"}},"required":["fileKey","presignedUrl"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get presigned URL for seller document upload","tags":["Sellers"],"x-speakeasy-name-override":"createDocumentPresignedUrl"}},"/v1/sellers/{id}/documents/{docId}":{"get":{"description":"Get a specific document for a seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"getSellerDocument","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}},{"name":"docId","required":true,"in":"path","description":"Document ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the document details","content":{"application/json":{"schema":{"type":"object","properties":{"document":{"type":"object","properties":{"id":{"type":"string"},"sellerId":{"type":"string"},"type":{"type":"string","enum":["cr_12","tax_certificate","directors_identification","certificate_of_incorporation","business_permit"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","rejected"]},"fileKey":{"type":"string"},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","sellerId","type","variant","status","fileKey","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","createdAt","updatedAt","deletedAt"]}},"required":["document"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a specific seller document","tags":["Sellers"],"x-speakeasy-name-override":"getDocument"},"patch":{"description":"Update a document for a seller by ID or external ID (use 'ext_' prefix for external IDs). This replaces the existing file and resets verification status.","operationId":"updateSellerDocument","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}},{"name":"docId","required":true,"in":"path","description":"Document ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fileKey":{"type":"string","minLength":1},"fileName":{"type":"string","minLength":1}},"required":["fileKey","fileName"]}}}},"responses":{"200":{"description":"Success. Returns the updated document","content":{"application/json":{"schema":{"type":"object","properties":{"document":{"type":"object","properties":{"id":{"type":"string"},"sellerId":{"type":"string"},"type":{"type":"string","enum":["cr_12","tax_certificate","directors_identification","certificate_of_incorporation","business_permit"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","rejected"]},"fileKey":{"type":"string"},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","sellerId","type","variant","status","fileKey","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","createdAt","updatedAt","deletedAt"]}},"required":["document"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update a seller document with new file","tags":["Sellers"],"x-speakeasy-name-override":"updateDocument"}},"/v1/sellers/{id}/documents/{docId}/verify":{"post":{"description":"Verify a document for a seller by ID or external ID (use 'ext_' prefix for external IDs). This is an admin-only action.","operationId":"verifySellerDocument","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}},{"name":"docId","required":true,"in":"path","description":"Document ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"notes":{"type":"string"}}}}}},"responses":{"200":{"description":"Success. Returns the verified document","content":{"application/json":{"schema":{"type":"object","properties":{"document":{"type":"object","properties":{"id":{"type":"string"},"sellerId":{"type":"string"},"type":{"type":"string","enum":["cr_12","tax_certificate","directors_identification","certificate_of_incorporation","business_permit"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","rejected"]},"fileKey":{"type":"string"},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","sellerId","type","variant","status","fileKey","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","createdAt","updatedAt","deletedAt"]}},"required":["document"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Verify a seller document (admin action)","tags":["Sellers"],"x-speakeasy-name-override":"verifyDocument"}},"/v1/sellers/{id}/documents/{docId}/reject":{"post":{"description":"Reject a document for a seller by ID or external ID (use 'ext_' prefix for external IDs). This is an admin-only action that requires a rejection reason.","operationId":"rejectSellerDocument","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}},{"name":"docId","required":true,"in":"path","description":"Document ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reason":{"type":"string","minLength":1},"notes":{"type":"string"}},"required":["reason"]}}}},"responses":{"200":{"description":"Success. Returns the rejected document","content":{"application/json":{"schema":{"type":"object","properties":{"document":{"type":"object","properties":{"id":{"type":"string"},"sellerId":{"type":"string"},"type":{"type":"string","enum":["cr_12","tax_certificate","directors_identification","certificate_of_incorporation","business_permit"]},"variant":{"type":["string","null"]},"status":{"type":"string","enum":["pending","verified","rejected"]},"fileKey":{"type":"string"},"fileName":{"type":"string"},"fileSize":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"mimeType":{"type":"string"},"verifiedAt":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"rejectionReason":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","sellerId","type","variant","status","fileKey","fileName","fileSize","mimeType","verifiedAt","rejectedAt","rejectionReason","createdAt","updatedAt","deletedAt"]}},"required":["document"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Reject a seller document (admin action)","tags":["Sellers"],"x-speakeasy-name-override":"rejectDocument"}},"/v1/sellers/{id}/documents/{docId}/download":{"get":{"description":"Get a presigned download URL for a document for a seller by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"getSellerDocumentDownloadUrl","parameters":[{"name":"id","required":true,"in":"path","description":"Seller ID or external ID (prefixed with 'ext_')","schema":{"type":"string"}},{"name":"docId","required":true,"in":"path","description":"Document ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns download URL and expiration time","content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string"},"expiresIn":{"type":"number"}},"required":["url","expiresIn"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get download URL for a seller document","tags":["Sellers"],"x-speakeasy-name-override":"getDocumentDownloadUrl"}},"/v1/purchase-orders":{"post":{"operationId":"createPurchaseOrder","parameters":[],"requestBody":{"required":true,"description":"Payload for creating a purchase order","content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","enum":["fuel_purchase","inventory_purchase","transporter_purchase"]},"data":{}},"required":["type"]}}}},"responses":{"201":{"description":"The created purchase order response from the ERP","content":{"application/json":{"schema":{"type":"object","properties":{"purchaseOrder":{"type":"object","properties":{"purchaseOrderNumber":{"type":"string","description":"The primary, human-readable purchase order number."},"vendorCode":{"type":"string","description":"The ID of the vendor/supplier."},"vendorName":{"type":"string","description":"The name of the vendor/supplier."},"orderDate":{"type":"string","description":"The date the purchase order was created."},"dueDate":{"type":"string","description":"The expected fulfillment or payment due date."},"currency":{"type":"string","description":"The currency code (e.g., KES, USD)."},"totalAmount":{"type":"number","description":"The final total amount of the PO, including tax."},"taxAmount":{"type":"number","description":"The total tax/VAT applied."},"status":{"type":"string","description":"The current processing status of the PO (e.g., 'Open', 'Confirmed', 'Closed')."},"externalRef":{"type":["string","null"],"description":"A custom field for cross-referencing with an external system or internal order."},"logisticsId":{"type":["string","null"],"description":"A custom field for logistical tracking or identification (e.g., truck plate)."},"lineItems":{"type":"array","items":{"type":"object","properties":{"lineNumber":{"type":"string"},"itemCode":{"type":"string"},"description":{"type":"string"},"quantity":{"type":"number"},"unitPrice":{"type":"number"},"lineTotal":{"type":"number"},"warehouseCode":{"type":["string","null"]}},"required":["lineNumber","itemCode","description","quantity","unitPrice","lineTotal"]},"description":"A list of items included in the order."}},"required":["purchaseOrderNumber","vendorCode","vendorName","orderDate","dueDate","currency","totalAmount","taxAmount","status","lineItems"]},"media":{"type":"object","properties":{"downloadLink":{"type":"string","format":"uri","description":"The download link for the purchase order."},"mediaId":{"type":"string","description":"The media ID for the purchase order."}},"required":["downloadLink","mediaId"]}},"required":["purchaseOrder","media"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create a new purchase order via an external ERP service","tags":["Purchase Orders"]},"get":{"operationId":"listPurchaseOrders","parameters":[],"responses":{"200":{"description":"Paginated list of purchase orders from the ERP","content":{"application/json":{"schema":{"type":"object","properties":{"purchaseOrders":{"type":"array","items":{"type":"object","properties":{"purchaseOrderNumber":{"type":"string","description":"The primary, human-readable purchase order number."},"vendorCode":{"type":"string","description":"The ID of the vendor/supplier."},"vendorName":{"type":"string","description":"The name of the vendor/supplier."},"orderDate":{"type":"string","description":"The date the purchase order was created."},"dueDate":{"type":"string","description":"The expected fulfillment or payment due date."},"currency":{"type":"string","description":"The currency code (e.g., KES, USD)."},"totalAmount":{"type":"number","description":"The final total amount of the PO, including tax."},"taxAmount":{"type":"number","description":"The total tax/VAT applied."},"status":{"type":"string","description":"The current processing status of the PO (e.g., 'Open', 'Confirmed', 'Closed')."},"externalRef":{"type":["string","null"],"description":"A custom field for cross-referencing with an external system or internal order."},"logisticsId":{"type":["string","null"],"description":"A custom field for logistical tracking or identification (e.g., truck plate)."},"lineItems":{"type":"array","items":{"type":"object","properties":{"lineNumber":{"type":"string"},"itemCode":{"type":"string"},"description":{"type":"string"},"quantity":{"type":"number"},"unitPrice":{"type":"number"},"lineTotal":{"type":"number"},"warehouseCode":{"type":["string","null"]}},"required":["lineNumber","itemCode","description","quantity","unitPrice","lineTotal"]},"description":"A list of items included in the order."}},"required":["purchaseOrderNumber","vendorCode","vendorName","orderDate","dueDate","currency","totalAmount","taxAmount","status","lineItems"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["purchaseOrders"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List all purchase orders associated with a supplier/customer/order","tags":["Purchase Orders"]}},"/v1/purchase-orders/{number}":{"get":{"operationId":"getPurchaseOrderByNumber","parameters":[{"name":"number","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"The requested purchase order from the ERP","content":{"application/json":{"schema":{"type":"object","properties":{"purchaseOrder":{"type":"object","properties":{"purchaseOrderNumber":{"type":"string","description":"The primary, human-readable purchase order number."},"vendorCode":{"type":"string","description":"The ID of the vendor/supplier."},"vendorName":{"type":"string","description":"The name of the vendor/supplier."},"orderDate":{"type":"string","description":"The date the purchase order was created."},"dueDate":{"type":"string","description":"The expected fulfillment or payment due date."},"currency":{"type":"string","description":"The currency code (e.g., KES, USD)."},"totalAmount":{"type":"number","description":"The final total amount of the PO, including tax."},"taxAmount":{"type":"number","description":"The total tax/VAT applied."},"status":{"type":"string","description":"The current processing status of the PO (e.g., 'Open', 'Confirmed', 'Closed')."},"externalRef":{"type":["string","null"],"description":"A custom field for cross-referencing with an external system or internal order."},"logisticsId":{"type":["string","null"],"description":"A custom field for logistical tracking or identification (e.g., truck plate)."},"lineItems":{"type":"array","items":{"type":"object","properties":{"lineNumber":{"type":"string"},"itemCode":{"type":"string"},"description":{"type":"string"},"quantity":{"type":"number"},"unitPrice":{"type":"number"},"lineTotal":{"type":"number"},"warehouseCode":{"type":["string","null"]}},"required":["lineNumber","itemCode","description","quantity","unitPrice","lineTotal"]},"description":"A list of items included in the order."}},"required":["purchaseOrderNumber","vendorCode","vendorName","orderDate","dueDate","currency","totalAmount","taxAmount","status","lineItems"]},"media":{"type":"object","properties":{"downloadLink":{"type":"string","format":"uri","description":"The download link for the purchase order."},"mediaId":{"type":"string","description":"The media ID for the purchase order."}},"required":["downloadLink","mediaId"]}},"required":["purchaseOrder","media"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get a purchase order by purchase order number from the external ERP","tags":["Purchase Orders"]}},"/v1/purchase-orders/{number}/cancel":{"post":{"operationId":"cancelPurchaseOrder","parameters":[{"name":"number","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"201":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Cancel Purchase order by number","tags":["Purchase Orders"]}},"/v1/purchase-orders/{number}/share-via-email":{"post":{"operationId":"sendPurchaseOrderEmail","parameters":[{"name":"number","required":true,"in":"path","schema":{"type":"string"}}],"requestBody":{"required":true,"description":"Payload for sharing a purchase order via email","content":{"application/json":{"schema":{"type":"object","properties":{"supplierId":{"type":"string","description":"The ID of the supplier on buni or external id prefixed with 'ext_' for example 'ext_1234567890'"}},"required":["supplierId"]}}}},"responses":{"201":{"description":""},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Send purchase order email to supplier","tags":["Purchase Orders"]}},"/v1/payments":{"get":{"description":"Retrieve a paginated list of payments with optional filtering","operationId":"listPayments","parameters":[],"responses":{"200":{"description":"Success. Returns the list of payments with pagination","content":{"application/json":{"schema":{"type":"object","properties":{"payments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["payments","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List payments","tags":["Payments"]},"post":{"description":"Create a new payment record directly","operationId":"createPayment","parameters":[],"requestBody":{"required":true,"description":"Payment creation data","content":{"application/json":{"schema":{"type":"object","properties":{"reference":{"type":"string","minLength":1},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number","exclusiveMinimum":0},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]}},"required":["reference","amount"]}}}},"responses":{"201":{"description":"Success. Returns the created payment","content":{"application/json":{"schema":{"type":"object","properties":{"payment":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]}},"required":["payment"]}}}},"400":{"description":"Invalid payment data, duplicate reference, or duplicate external ID"},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create a payment","tags":["Payments"]}},"/v1/payments/analytics":{"get":{"description":"Get total payment amount sum with optional filters by date range, payment method, channel, or status","operationId":"getPaymentsAnalytics","parameters":[],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"totalAmount":{"type":"number"},"count":{"type":"number"}},"required":["totalAmount"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get finance analytics","tags":["Payments"],"x-speakeasy-name-override":"getAnalytics"}},"/v1/payments/analytics/time-series":{"get":{"description":"Get payment amounts grouped by time period and payment method with optional filters by date range, channel, or status","operationId":"getPaymentsAnalyticsTimeSeries","parameters":[],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"period":{"type":"string"},"methods":{"type":"array","items":{"type":"object","properties":{"method":{"type":"string"},"totalAmount":{"type":"number"},"count":{"type":"number"}},"required":["method","totalAmount","count"]}}},"required":["period","methods"]}},"meta":{"type":"object","properties":{"totalAmount":{"type":"number"},"totalCount":{"type":"number"},"methods":{"type":"array","items":{"type":"string"}}},"required":["totalAmount","totalCount"]}},"required":["data"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get finance analytics time-series","tags":["Payments"],"x-speakeasy-name-override":"getAnalyticsTimeSeries"}},"/v1/payments/{id}":{"get":{"description":"Returns a single payment by ID or external ID (use 'ext_' prefix for external IDs)","operationId":"getPaymentById","parameters":[{"name":"id","required":true,"in":"path","description":"Payment ID or external ID (use 'ext_' prefix for external IDs)","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the payment details","content":{"application/json":{"schema":{"type":"object","properties":{"payment":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]}},"required":["payment"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Payment not found"},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get payment by ID","tags":["Payments"]},"put":{"description":"Update payment details and status by ID or external ID","operationId":"updatePaymentById","parameters":[{"name":"id","required":true,"in":"path","description":"Payment ID or external ID (use 'ext_' prefix for external IDs)","schema":{"type":"string"}}],"requestBody":{"required":true,"description":"Payment update data","content":{"application/json":{"schema":{"type":"object","properties":{"reference":{"type":"string","minLength":1},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]}}}}}},"responses":{"200":{"description":"Success. Returns the updated payment","content":{"application/json":{"schema":{"type":"object","properties":{"payment":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]}},"required":["payment"]}}}},"400":{"description":"Invalid update data, invalid status transition, or duplicate external ID"},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Payment not found"},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Update a payment","tags":["Payments"]},"delete":{"description":"Soft delete a payment by marking it as cancelled (by ID or external ID)","operationId":"deletePaymentById","parameters":[{"name":"id","required":true,"in":"path","description":"Payment ID or external ID (use 'ext_' prefix for external IDs)","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns deletion confirmation","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"id":{"type":"string"}},"required":["success","id"]}}}},"400":{"description":"Cannot delete completed payment"},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Payment not found"},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Delete a payment","tags":["Payments"]}},"/v1/payments/initiate":{"post":{"description":"Initiate a payment through a payment provider with automatic status management","operationId":"initiatePayment","parameters":[],"requestBody":{"required":true,"description":"Payment initiation data including provider information","content":{"application/json":{"schema":{"type":"object","properties":{"amount":{"type":"number","exclusiveMinimum":0},"subscriber":{"type":"string","minLength":1},"providerId":{"type":"string","minLength":1},"accountNumber":{"type":"string"},"customerId":{"type":"string"},"orderId":{"type":"string"},"description":{"type":"string"},"method":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}},"required":["amount","subscriber","providerId"]}}}},"responses":{"201":{"description":"Success. Returns the initiated payment","content":{"application/json":{"schema":{"type":"object","properties":{"payment":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]}},"required":["payment"]}}}},"400":{"description":"Invalid payment data, duplicate reference, or provider not found"},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Payment provider not found or not installed"},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Initiate payment flow","tags":["Payments"]}},"/v1/payments/{id}/sync":{"post":{"description":"Triggers a re-synchronization of a payment with the external payment provider. Can be used when webhook delivery failed or payment status is inconsistent.","operationId":"resyncPaymentById","parameters":[{"name":"id","required":true,"in":"path","description":"Payment ID or external ID (use 'ext_' prefix for external IDs)","schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"}},"required":["success","message"]}}}},"400":{"description":"Payment cannot be resynced in its current state"},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Payment not found"},"409":{"description":"Cannot sync payments not marked as complete"},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Sync a payment","tags":["Payments"]}},"/v1/payments/customer/{customerId}":{"get":{"description":"Retrieve payments for a specific customer","operationId":"listCustomerPayments","parameters":[{"name":"customerId","required":true,"in":"path","description":"Customer ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the customer's payment list","content":{"application/json":{"schema":{"type":"object","properties":{"payments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["payments","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List customer payments","tags":["Payments"],"x-speakeasy-name-override":"listCustomerPayments"}},"/v1/payments/order/{orderId}":{"get":{"description":"Retrieve payments for a specific order","operationId":"listOrderPayments","parameters":[{"name":"orderId","required":true,"in":"path","description":"Order ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the order's payment list","content":{"application/json":{"schema":{"type":"object","properties":{"payments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["payments","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List order payments","tags":["Payments"],"x-speakeasy-name-override":"listOrderPayments"}},"/v1/payments/{id}/cancel":{"post":{"description":"Cancel a payment by updating its status to cancelled (by ID or external ID)","operationId":"cancelPaymentById","parameters":[{"name":"id","required":true,"in":"path","description":"Payment ID or external ID (use 'ext_' prefix for external IDs)","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the cancelled payment","content":{"application/json":{"schema":{"type":"object","properties":{"payment":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]}},"required":["payment"]}}}},"400":{"description":"Cannot cancel payment in current status"},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Payment not found"},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Cancel a payment","tags":["Payments"]}},"/v1/payments/{id}/verify":{"post":{"description":"Verify a payment by updating its status to completed","operationId":"verifyPaymentById","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the verified payment","content":{"application/json":{"schema":{"type":"object","properties":{"payment":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]}},"required":["payment"]}}}},"400":{"description":"Cannot verify non-pending payment"},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Payment not found"},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Verify a payment","tags":["Payments"]}},"/v1/payments/{id}/reject":{"post":{"description":"Reject a payment by updating its status to cancelled","operationId":"rejectPaymentById","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. Returns the rejected payment","content":{"application/json":{"schema":{"type":"object","properties":{"payment":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"provider":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"}},"required":["id","name","providerId"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"string"},"paymentDueDate":{"type":["string","null"]}},"required":["id","orderNumber"]},"approvalRequests":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"documentType":{"type":"string","enum":["order","quotation","payment"]},"documentId":{"type":"string"},"approvalRuleId":{"type":"string"},"status":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"triggeredReason":{"type":["string","null"]},"assignedToUserId":{"type":["string","null"]},"assignedToTeamId":{"type":["string","null"]},"requestedById":{"type":"string"},"requestedByType":{"type":"string","enum":["user","customer"]},"approvedById":{"type":["string","null"]},"approvedAt":{"type":["string","null"]},"rejectedById":{"type":["string","null"]},"rejectedAt":{"type":["string","null"]},"requesterComments":{"type":["string","null"]},"approverComments":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"currentUserCanApprove":{"type":"boolean"},"requestedBy":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"approvedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"rejectedBy":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]}},"required":["id","name"]},"team":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]},"user":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"]}},"required":["id","documentType","documentId","approvalRuleId","status","triggeredReason","assignedToUserId","assignedToTeamId","requestedById","requestedByType","approvedById","approvedAt","rejectedById","rejectedAt","requesterComments","approverComments","organizationId","createdAt","updatedAt","deletedAt","currentUserCanApprove","requestedBy"]},"default":[]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]}},"required":["payment"]}}}},"400":{"description":"Cannot reject non-pending payment"},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Payment not found"},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Reject a payment","tags":["Payments"]}},"/v1/bank-transactions":{"post":{"description":"Internal endpoint called by Lambda to process bank notification emails","operationId":"createBankTransaction","parameters":[],"requestBody":{"required":true,"description":"Bank transaction email data","content":{"application/json":{"schema":{"type":"object","properties":{"emailMessageId":{"type":"string","minLength":1},"rawEmailContent":{"type":"string","minLength":1}},"required":["emailMessageId","rawEmailContent"]}}}},"responses":{"200":{"description":"Transaction processed","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create bank transaction from email","tags":["Bank Transactions"],"x-speakeasy-name-override":"createBankTransaction"},"get":{"description":"List all bank transactions with optional filtering by status","operationId":"listBankTransactions","parameters":[{"name":"limit","required":false,"in":"query","schema":{"type":"number"}},{"name":"page","required":false,"in":"query","schema":{"type":"number"}},{"name":"search","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"string","description":"Search query"}},{"name":"filter","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"object","properties":{"status":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}},"transactionDate":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]}}},"additionalProperties":false,"description":"Filter by field and operator. Available fields and operators: status (eq, neq, in, nin, isNull, isNotNull); transactionDate (eq, neq, lt, lte, gt, gte, isNull, isNotNull)"}}],"responses":{"200":{"description":"List of bank transactions","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List bank transactions","tags":["Bank Transactions"],"x-speakeasy-name-override":"listBankTransactions"}},"/v1/bank-transactions/reference/{reference}":{"get":{"description":"Lookup a bank transaction using the provided bank reference","operationId":"findBankTransactionByReference","parameters":[{"name":"reference","required":true,"in":"path","description":"Bank transaction reference","schema":{}}],"responses":{"200":{"description":"Bank transaction details","content":{"application/json":{"schema":{"type":"object","properties":{"transaction":{"type":"object","properties":{"id":{"type":"string"},"amount":{"type":"number"},"senderName":{"type":["string","null"]},"bankReference":{"type":"string"},"transactionDate":{"type":["string","null"],"format":"date-time"},"emailMessageId":{"type":["string","null"]},"status":{"type":["string","null"],"enum":["available","claimed","ignored",null]},"claimedByOrderId":{"type":["string","null"]},"claimedByPaymentId":{"type":["string","null"]},"claimedAt":{"type":["string","null"],"format":"date-time"}},"required":["id","amount","senderName","bankReference","transactionDate","emailMessageId","status","claimedByOrderId","claimedByPaymentId","claimedAt"]}},"required":["transaction"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Find bank transaction by reference","tags":["Bank Transactions"],"x-speakeasy-name-override":"findBankTransactionByReference"}},"/v1/bank-transactions/{id}":{"get":{"description":"Get a single bank transaction with all details","operationId":"getBankTransaction","parameters":[{"name":"id","required":true,"in":"path","description":"Bank transaction ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Bank transaction details","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Get bank transaction by ID","tags":["Bank Transactions"],"x-speakeasy-name-override":"getBankTransaction"}},"/v1/bank-transactions/{id}/ignore":{"post":{"description":"Mark a bank transaction as not order-related","operationId":"ignoreBankTransaction","parameters":[{"name":"id","required":true,"in":"path","description":"Bank transaction ID","schema":{"type":"string"}}],"responses":{"200":{"description":"Transaction marked as ignored","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Mark transaction as ignored","tags":["Bank Transactions"],"x-speakeasy-name-override":"ignoreBankTransaction"}},"/v1/bank-transactions/{id}/link-to-order":{"post":{"description":"Manually link a bank transaction to an order, creating a payment record","operationId":"linkBankTransactionToOrder","parameters":[{"name":"id","required":true,"in":"path","description":"Bank transaction ID","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}}}},"responses":{"200":{"description":"Transaction linked to order successfully","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"transaction":{"type":"object","properties":{"id":{"type":"string"},"amount":{"type":"number"},"senderName":{"type":["string","null"]},"bankReference":{"type":"string"},"transactionDate":{"type":["string","null"]},"emailMessageId":{"type":["string","null"]},"rawEmailContent":{"type":["string","null"]},"status":{"type":["string","null"],"enum":["available","claimed","ignored",null]},"claimedByOrderId":{"type":["string","null"]},"claimedByPaymentId":{"type":["string","null"]},"claimedAt":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","amount","senderName","bankReference","transactionDate","emailMessageId","rawEmailContent","status","claimedByOrderId","claimedByPaymentId","claimedAt","organizationId","createdAt","updatedAt","deletedAt"]},"payment":{"type":"object","properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"type":["object","null"],"additionalProperties":{}},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]},"order":{"type":"object","properties":{"id":{"type":"string"},"orderNumber":{"type":"number"},"totalPrice":{"type":"number"}},"required":["id","orderNumber","totalPrice"]}},"required":["success","payment","order"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Link transaction to order","tags":["Bank Transactions"],"x-speakeasy-name-override":"linkBankTransactionToOrder"}},"/v1/bank-transactions/claim":{"post":{"description":"Claim a bank transaction by its bank reference, linking it to an order and payment","operationId":"claimBankTransaction","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"bankReference":{"type":"string"},"orderId":{"type":"string"},"paymentId":{"type":"string"},"organizationId":{"type":"string"}},"required":["bankReference","orderId","paymentId","organizationId"]}}}},"responses":{"200":{"description":"Transaction claimed successfully","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"transaction":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}},"required":["success"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Claim bank transaction by reference","tags":["Bank Transactions"],"x-speakeasy-name-override":"claimBankTransaction"}},"/v1/withholding-tax":{"post":{"description":"Processes and stores extracted VAT withholding tax data.","operationId":"createExtractedWht","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"certificateNumber":{"type":"string","minLength":1},"certificateDate":{"type":"string","minLength":1},"amount":{"type":"string","minLength":1},"withholderPin":{"type":"string","minLength":1},"withholderName":{"type":["string","null"],"default":null},"payeePin":{"type":["string","null"]},"payeeName":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}}},"required":["certificateNumber","certificateDate","amount","withholderPin","withholderName"]}}}},"responses":{"201":{"description":"The record has been successfully created.","content":{"application/json":{"schema":{"type":"object","properties":{"withholdingTax":{"type":"object","properties":{"id":{"type":"string"},"certificateNumber":{"type":"string"},"certificateDate":{"type":"string"},"amount":{"type":"string"},"withholderPin":{"type":"string"},"withholderName":{"type":["string","null"]},"payeePin":{"type":["string","null"]},"payeeName":{"type":["string","null"]},"status":{"type":["string","null"],"enum":["pending","reconciled","ignored",null]},"orderId":{"type":["string","null"]},"paymentId":{"type":["string","null"]},"reconciledAt":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"invoiceNumber":{"type":["string","null"]},"quotationId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"inventoryLocationGroupId":{"type":["string","null"]},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"totalWeight":{"type":["string","null"]},"customerId":{"type":"string"},"contactPersonId":{"type":["string","null"]},"placedBy":{"type":"string"},"placedByType":{"type":"string","enum":["user","system","customer","integration"]},"salesRepId":{"type":["string","null"]},"salesChannelId":{"type":["string","null"]},"subtotalPrice":{"type":"string"},"totalPrice":{"type":"string"},"totalTax":{"type":["string","null"]},"totalShipping":{"type":["string","null"]},"totalWithheldTaxAmount":{"type":["string","null"]},"orderDiscount":{"type":["string","null"]},"totalDiscount":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"paymentTerms":{"type":["string","null"]},"paymentDueDate":{"type":["string","null"]},"billingAddressId":{"type":["string","null"]},"shippingAddressId":{"type":["string","null"]},"trackingNumber":{"type":["string","null"]},"shippingCarrier":{"type":["string","null"]},"shippingMethod":{"type":["string","null"]},"estimatedDeliveryDate":{"type":["string","null"]},"actualDeliveryDate":{"type":["string","null"]},"confirmedAt":{"type":["string","null"]},"shippedAt":{"type":["string","null"]},"deliveredAt":{"type":["string","null"]},"closedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalDocumentNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"notes":{"type":["string","null"]},"tags":{"type":["array","null"],"items":{"type":"string"}},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"metrics":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"branchId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["string","null"]},"creditMetadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["string","null"]},"openOrdersBalance":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","creditLimit","creditMetadata","paymentTerms","accountBalance","openOrdersBalance","discountPercentage","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate","createdAt","updatedAt","deletedAt"]}},"required":["id","orderNumber","invoiceNumber","quotationId","inventoryLocationId","inventoryLocationGroupId","deliveryMethod","totalWeight","customerId","contactPersonId","placedBy","placedByType","salesRepId","salesChannelId","subtotalPrice","totalPrice","totalTax","totalShipping","totalWithheldTaxAmount","orderDiscount","totalDiscount","discountPercentage","discountType","discountReason","status","approvalStatus","paymentStatus","paymentTerms","paymentDueDate","billingAddressId","shippingAddressId","trackingNumber","shippingCarrier","shippingMethod","estimatedDeliveryDate","actualDeliveryDate","confirmedAt","shippedAt","deliveredAt","closedAt","cancelledAt","externalId","externalSystem","externalDocumentNumber","syncStatus","syncError","lastSyncAt","notes","tags","metadata","metrics","branchId","organizationId","createdAt","updatedAt","deletedAt"]},"payment":{"type":["object","null"],"properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"string"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","metadata","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]}},"required":["id","certificateNumber","certificateDate","amount","withholderPin","withholderName","payeePin","payeeName","status","orderId","paymentId","reconciledAt","metadata","createdAt","updatedAt","deletedAt"]}},"required":["withholdingTax"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Create extracted withholding tax","tags":["Withholding Tax"],"x-speakeasy-name-override":"create"},"get":{"description":"Returns a filtered list of withholding tax extractions.","operationId":"listWithholdingTax","parameters":[{"name":"page","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"integer","exclusiveMinimum":0,"description":"Page number","default":1}},{"name":"limit","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"integer","exclusiveMinimum":0,"maximum":200,"description":"Page size","default":20}},{"name":"search","required":false,"in":"query","style":"deepObject","explode":true,"schema":{"type":"string","description":"Search query"}}],"responses":{"200":{"description":"Returns a list of withholding tax records","content":{"application/json":{"schema":{"type":"object","properties":{"withholdingTaxes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"certificateNumber":{"type":"string"},"certificateDate":{"type":"string"},"amount":{"type":"string"},"withholderPin":{"type":"string"},"withholderName":{"type":["string","null"]},"payeePin":{"type":["string","null"]},"payeeName":{"type":["string","null"]},"status":{"type":["string","null"],"enum":["pending","reconciled","ignored",null]},"orderId":{"type":["string","null"]},"paymentId":{"type":["string","null"]},"reconciledAt":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"invoiceNumber":{"type":["string","null"]},"quotationId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"inventoryLocationGroupId":{"type":["string","null"]},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"totalWeight":{"type":["string","null"]},"customerId":{"type":"string"},"contactPersonId":{"type":["string","null"]},"placedBy":{"type":"string"},"placedByType":{"type":"string","enum":["user","system","customer","integration"]},"salesRepId":{"type":["string","null"]},"salesChannelId":{"type":["string","null"]},"subtotalPrice":{"type":"string"},"totalPrice":{"type":"string"},"totalTax":{"type":["string","null"]},"totalShipping":{"type":["string","null"]},"totalWithheldTaxAmount":{"type":["string","null"]},"orderDiscount":{"type":["string","null"]},"totalDiscount":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"paymentTerms":{"type":["string","null"]},"paymentDueDate":{"type":["string","null"]},"billingAddressId":{"type":["string","null"]},"shippingAddressId":{"type":["string","null"]},"trackingNumber":{"type":["string","null"]},"shippingCarrier":{"type":["string","null"]},"shippingMethod":{"type":["string","null"]},"estimatedDeliveryDate":{"type":["string","null"]},"actualDeliveryDate":{"type":["string","null"]},"confirmedAt":{"type":["string","null"]},"shippedAt":{"type":["string","null"]},"deliveredAt":{"type":["string","null"]},"closedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalDocumentNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"notes":{"type":["string","null"]},"tags":{"type":["array","null"],"items":{"type":"string"}},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"metrics":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"branchId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["string","null"]},"creditMetadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["string","null"]},"openOrdersBalance":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","creditLimit","creditMetadata","paymentTerms","accountBalance","openOrdersBalance","discountPercentage","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate","createdAt","updatedAt","deletedAt"]}},"required":["id","orderNumber","invoiceNumber","quotationId","inventoryLocationId","inventoryLocationGroupId","deliveryMethod","totalWeight","customerId","contactPersonId","placedBy","placedByType","salesRepId","salesChannelId","subtotalPrice","totalPrice","totalTax","totalShipping","totalWithheldTaxAmount","orderDiscount","totalDiscount","discountPercentage","discountType","discountReason","status","approvalStatus","paymentStatus","paymentTerms","paymentDueDate","billingAddressId","shippingAddressId","trackingNumber","shippingCarrier","shippingMethod","estimatedDeliveryDate","actualDeliveryDate","confirmedAt","shippedAt","deliveredAt","closedAt","cancelledAt","externalId","externalSystem","externalDocumentNumber","syncStatus","syncError","lastSyncAt","notes","tags","metadata","metrics","branchId","organizationId","createdAt","updatedAt","deletedAt"]},"payment":{"type":["object","null"],"properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"string"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","metadata","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]}},"required":["id","certificateNumber","certificateDate","amount","withholderPin","withholderName","payeePin","payeeName","status","orderId","paymentId","reconciledAt","metadata","createdAt","updatedAt","deletedAt"]}},"pagination":{"type":"object","properties":{"total":{"type":"number","description":"Total number of results"},"page":{"type":"number","description":"Current page number"},"limit":{"type":"number","description":"Page size"},"hasNextPage":{"type":"boolean","description":"Whether or not there is a next page"}},"required":["total","page","limit","hasNextPage"]}},"required":["withholdingTaxes","pagination"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"List withholding tax records","tags":["Withholding Tax"],"x-speakeasy-name-override":"list"}},"/v1/withholding-tax/{id}/reconcile/{orderId}":{"patch":{"description":"Links a specific withholding tax record to a system order ID.","operationId":"reconcileWht","parameters":[{"name":"id","required":true,"in":"path","description":"The unique ID of the withholding tax record","schema":{"type":"string"}},{"name":"orderId","required":true,"in":"path","description":"The unique ID of the order to reconcile against","schema":{"type":"string"}}],"responses":{"200":{"description":"Reconciliation successful","content":{"application/json":{"schema":{"type":"object","properties":{"withholdingTax":{"type":"object","properties":{"id":{"type":"string"},"certificateNumber":{"type":"string"},"certificateDate":{"type":"string"},"amount":{"type":"string"},"withholderPin":{"type":"string"},"withholderName":{"type":["string","null"]},"payeePin":{"type":["string","null"]},"payeeName":{"type":["string","null"]},"status":{"type":["string","null"],"enum":["pending","reconciled","ignored",null]},"orderId":{"type":["string","null"]},"paymentId":{"type":["string","null"]},"reconciledAt":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"invoiceNumber":{"type":["string","null"]},"quotationId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"inventoryLocationGroupId":{"type":["string","null"]},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"totalWeight":{"type":["string","null"]},"customerId":{"type":"string"},"contactPersonId":{"type":["string","null"]},"placedBy":{"type":"string"},"placedByType":{"type":"string","enum":["user","system","customer","integration"]},"salesRepId":{"type":["string","null"]},"salesChannelId":{"type":["string","null"]},"subtotalPrice":{"type":"string"},"totalPrice":{"type":"string"},"totalTax":{"type":["string","null"]},"totalShipping":{"type":["string","null"]},"totalWithheldTaxAmount":{"type":["string","null"]},"orderDiscount":{"type":["string","null"]},"totalDiscount":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"paymentTerms":{"type":["string","null"]},"paymentDueDate":{"type":["string","null"]},"billingAddressId":{"type":["string","null"]},"shippingAddressId":{"type":["string","null"]},"trackingNumber":{"type":["string","null"]},"shippingCarrier":{"type":["string","null"]},"shippingMethod":{"type":["string","null"]},"estimatedDeliveryDate":{"type":["string","null"]},"actualDeliveryDate":{"type":["string","null"]},"confirmedAt":{"type":["string","null"]},"shippedAt":{"type":["string","null"]},"deliveredAt":{"type":["string","null"]},"closedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalDocumentNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"notes":{"type":["string","null"]},"tags":{"type":["array","null"],"items":{"type":"string"}},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"metrics":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"branchId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["string","null"]},"creditMetadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["string","null"]},"openOrdersBalance":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","creditLimit","creditMetadata","paymentTerms","accountBalance","openOrdersBalance","discountPercentage","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate","createdAt","updatedAt","deletedAt"]}},"required":["id","orderNumber","invoiceNumber","quotationId","inventoryLocationId","inventoryLocationGroupId","deliveryMethod","totalWeight","customerId","contactPersonId","placedBy","placedByType","salesRepId","salesChannelId","subtotalPrice","totalPrice","totalTax","totalShipping","totalWithheldTaxAmount","orderDiscount","totalDiscount","discountPercentage","discountType","discountReason","status","approvalStatus","paymentStatus","paymentTerms","paymentDueDate","billingAddressId","shippingAddressId","trackingNumber","shippingCarrier","shippingMethod","estimatedDeliveryDate","actualDeliveryDate","confirmedAt","shippedAt","deliveredAt","closedAt","cancelledAt","externalId","externalSystem","externalDocumentNumber","syncStatus","syncError","lastSyncAt","notes","tags","metadata","metrics","branchId","organizationId","createdAt","updatedAt","deletedAt"]},"payment":{"type":["object","null"],"properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"string"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","metadata","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]}},"required":["id","certificateNumber","certificateDate","amount","withholderPin","withholderName","payeePin","payeeName","status","orderId","paymentId","reconciledAt","metadata","createdAt","updatedAt","deletedAt"]}},"required":["withholdingTax"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Reconcile WHT with an order","tags":["Withholding Tax"],"x-speakeasy-name-override":"reconcile"}},"/v1/withholding-tax/{id}/ignore":{"patch":{"description":"Sets the status of a withholding tax record to ignored.","operationId":"ignoreWht","parameters":[{"name":"id","required":true,"in":"path","description":"The unique ID of the withholding tax record","schema":{"type":"string"}}],"responses":{"200":{"description":"Record successfully ignored","content":{"application/json":{"schema":{"type":"object","properties":{"withholdingTax":{"type":"object","properties":{"id":{"type":"string"},"certificateNumber":{"type":"string"},"certificateDate":{"type":"string"},"amount":{"type":"string"},"withholderPin":{"type":"string"},"withholderName":{"type":["string","null"]},"payeePin":{"type":["string","null"]},"payeeName":{"type":["string","null"]},"status":{"type":["string","null"],"enum":["pending","reconciled","ignored",null]},"orderId":{"type":["string","null"]},"paymentId":{"type":["string","null"]},"reconciledAt":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"order":{"type":["object","null"],"properties":{"id":{"type":"string"},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"invoiceNumber":{"type":["string","null"]},"quotationId":{"type":["string","null"]},"inventoryLocationId":{"type":["string","null"]},"inventoryLocationGroupId":{"type":["string","null"]},"deliveryMethod":{"type":"string","enum":["pickup","delivery","drop_ship"]},"totalWeight":{"type":["string","null"]},"customerId":{"type":"string"},"contactPersonId":{"type":["string","null"]},"placedBy":{"type":"string"},"placedByType":{"type":"string","enum":["user","system","customer","integration"]},"salesRepId":{"type":["string","null"]},"salesChannelId":{"type":["string","null"]},"subtotalPrice":{"type":"string"},"totalPrice":{"type":"string"},"totalTax":{"type":["string","null"]},"totalShipping":{"type":["string","null"]},"totalWithheldTaxAmount":{"type":["string","null"]},"orderDiscount":{"type":["string","null"]},"totalDiscount":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"paymentTerms":{"type":["string","null"]},"paymentDueDate":{"type":["string","null"]},"billingAddressId":{"type":["string","null"]},"shippingAddressId":{"type":["string","null"]},"trackingNumber":{"type":["string","null"]},"shippingCarrier":{"type":["string","null"]},"shippingMethod":{"type":["string","null"]},"estimatedDeliveryDate":{"type":["string","null"]},"actualDeliveryDate":{"type":["string","null"]},"confirmedAt":{"type":["string","null"]},"shippedAt":{"type":["string","null"]},"deliveredAt":{"type":["string","null"]},"closedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalDocumentNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"notes":{"type":["string","null"]},"tags":{"type":["array","null"],"items":{"type":"string"}},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"metrics":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"branchId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"customer":{"type":["object","null"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"avatarUrl":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"groupId":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"status":{"type":["string","null"],"enum":["active","inactive",null]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"source":{"type":["string","null"]},"taxPin":{"type":["string","null"]},"withholdingTaxStatus":{"type":["string","null"],"enum":["pending","approved","rejected",null]},"creditLimit":{"type":["string","null"]},"creditMetadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"paymentTerms":{"type":["string","null"]},"accountBalance":{"type":["string","null"]},"openOrdersBalance":{"type":["string","null"]},"discountPercentage":{"type":["string","null"]},"salesPersonId":{"type":["string","null"]},"organizationId":{"type":"string"},"emailVerified":{"type":["boolean","null"]},"image":{"type":["string","null"]},"banned":{"type":["boolean","null"]},"banReason":{"type":["string","null"]},"banExpires":{"type":["string","null"]},"isAnonymous":{"type":["boolean","null"]},"phoneNumberVerified":{"type":["boolean","null"]},"numberOfOrders":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"totalSpent":{"type":["string","null"]},"averageOrderValue":{"type":["string","null"]},"lastOrderDate":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","email","avatarUrl","phoneNumber","groupId","type","status","externalId","externalSource","source","taxPin","withholdingTaxStatus","creditLimit","creditMetadata","paymentTerms","accountBalance","openOrdersBalance","discountPercentage","salesPersonId","organizationId","emailVerified","image","banned","banReason","banExpires","isAnonymous","phoneNumberVerified","numberOfOrders","totalSpent","averageOrderValue","lastOrderDate","createdAt","updatedAt","deletedAt"]}},"required":["id","orderNumber","invoiceNumber","quotationId","inventoryLocationId","inventoryLocationGroupId","deliveryMethod","totalWeight","customerId","contactPersonId","placedBy","placedByType","salesRepId","salesChannelId","subtotalPrice","totalPrice","totalTax","totalShipping","totalWithheldTaxAmount","orderDiscount","totalDiscount","discountPercentage","discountType","discountReason","status","approvalStatus","paymentStatus","paymentTerms","paymentDueDate","billingAddressId","shippingAddressId","trackingNumber","shippingCarrier","shippingMethod","estimatedDeliveryDate","actualDeliveryDate","confirmedAt","shippedAt","deliveredAt","closedAt","cancelledAt","externalId","externalSystem","externalDocumentNumber","syncStatus","syncError","lastSyncAt","notes","tags","metadata","metrics","branchId","organizationId","createdAt","updatedAt","deletedAt"]},"payment":{"type":["object","null"],"properties":{"id":{"type":"string"},"reference":{"type":"string"},"description":{"type":["string","null"]},"accountNumber":{"type":["string","null"]},"type":{"type":"string","enum":["integrated","manual"]},"orderId":{"type":["string","null"]},"customerId":{"type":["string","null"]},"amount":{"type":"string"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"method":{"type":["string","null"]},"channel":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"providerId":{"type":["string","null"]},"organizationId":{"type":"string"},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"paidAt":{"type":["string","null"]},"completedAt":{"type":["string","null"]},"cancelledAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","reference","description","accountNumber","type","orderId","customerId","amount","status","verificationStatus","method","channel","externalId","externalSystem","providerId","organizationId","metadata","paidAt","completedAt","cancelledAt","createdAt","updatedAt","deletedAt"]}},"required":["id","certificateNumber","certificateDate","amount","withholderPin","withholderName","payeePin","payeeName","status","orderId","paymentId","reconciledAt","metadata","createdAt","updatedAt","deletedAt"]}},"required":["withholdingTax"]}}}},"400":{"description":"Bad Request. Usually due to missing parameters, or invalid parameters.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Validation error: required at 'categoryId'"}}}}}},"401":{"description":"Unauthorized. Due to missing or invalid authentication.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Unauthorized"}}}}}},"403":{"description":"Forbidden. You do not have permission to access this resource or to perform this action.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"404":{"description":"Not Found. The requested resource was not found.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Forbidden"}}}}}},"429":{"description":"Too Many Requests. You have exceeded the rate limit. Try again later.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Too many requests"}}}}}},"500":{"description":"Internal Server Error. This is a problem with the server that you cannot fix.","content":{"application/json":{"schema":{"type":"object","required":["message"],"properties":{"message":{"type":"string","example":"Internal server error"}}}}}}},"summary":"Mark WHT as ignored","tags":["Withholding Tax"],"x-speakeasy-name-override":"ignore"}}},"info":{"title":"Buni Admin API","description":"The Admin API allows users to interact with and manage their organizations and all the resources within them.","version":"1.0","contact":{}},"tags":[{"name":"Products","description":"Endpoints for managing products"},{"name":"Product Variants","description":"Endpoints for managing product variants"},{"name":"Product Categories","description":"Endpoints for managing product categories"},{"name":"Customers","description":"Endpoints for managing customers"},{"name":"Customer Groups","description":"Endpoints for managing customer groups"},{"name":"Price Books","description":"Endpoints for managing price books"},{"name":"Quotations","description":"Endpoints for managing quotations"},{"name":"Orders","description":"Endpoints for managing orders"},{"name":"Sellers","description":"Endpoints for managing sellers"},{"name":"Suppliers","description":"Endpoints for managing suppliers"},{"name":"Approval Rules","description":"Endpoints for managing approval rules"},{"name":"Inventory","description":"Endpoints for managing inventory"},{"name":"Inventory Locations","description":"Endpoints for managing inventory locations"},{"name":"Inventory Location Groups","description":"Endpoints for managing inventory location groups"},{"name":"Payments","description":"Endpoints for managing payments"}],"servers":[{"url":"https://api.bunihq.com","description":"Production"}],"components":{"securitySchemes":{"api_key":{"type":"apiKey","in":"header","name":"x-api-key","description":"API key generated from your organization dashboard"},"access_token":{"type":"apiKey","in":"header","name":"x-access-token","description":"Integration access token issued when installing the integration"}},"schemas":{}},"security":[{"api_key":[]},{"access_token":[]}],"webhooks":{"customer.created":{"post":{"operationId":"customer.created","description":"A customer was created","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"customer.created"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"customer":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"taxPin":{"type":["string","null"]},"creditLimit":{"type":["number","null"]},"paymentTerms":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"address":{"type":"string"}},"required":["id","name","email","phoneNumber","type","taxPin","paymentTerms","externalId","externalSource"]},"changes":{"type":"object","additionalProperties":{}}},"required":["customer"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"customer.updated":{"post":{"operationId":"customer.updated","description":"A customer was updated","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"customer.updated"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"customer":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"taxPin":{"type":["string","null"]},"creditLimit":{"type":["number","null"]},"paymentTerms":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"address":{"type":"string"}},"required":["id","name","email","phoneNumber","type","taxPin","paymentTerms","externalId","externalSource"]},"changes":{"type":"object","additionalProperties":{}}},"required":["customer"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"bulk.customer.created":{"post":{"operationId":"bulk.customer.created","description":"Bulk customers were created","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"bulk.customer.created"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"taxPin":{"type":["string","null"]},"creditLimit":{"type":["number","null"]},"paymentTerms":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"address":{"type":"string"}},"required":["id","name","email","phoneNumber","type","taxPin","paymentTerms","externalId","externalSource"]}}},"required":["customers"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"bulk.customer.updated":{"post":{"operationId":"bulk.customer.updated","description":"Bulk customers were updated","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"bulk.customer.updated"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"email":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"type":{"type":["string","null"],"enum":["individual","company",null]},"taxPin":{"type":["string","null"]},"creditLimit":{"type":["number","null"]},"paymentTerms":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"address":{"type":"string"}},"required":["id","name","email","phoneNumber","type","taxPin","paymentTerms","externalId","externalSource"]}}},"required":["customers"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"inventory_location.created":{"post":{"operationId":"inventory_location.created","description":"An inventory location was created","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"inventory_location.created"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]}},"required":["id","name","type","externalId","externalSystem"]}},"required":["inventoryLocation"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"inventory_location.updated":{"post":{"operationId":"inventory_location.updated","description":"An inventory location was updated","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"inventory_location.updated"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"inventoryLocation":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]}},"required":["id","name","type","externalId","externalSystem"]}},"required":["inventoryLocation"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"inventory_item.created":{"post":{"operationId":"inventory_item.created","description":"An inventory item was created","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"inventory_item.created"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"inventoryItem":{"type":"object","properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["string","null"]},"rebateAmount":{"type":["string","null"]},"quantityOnHand":{"type":["string","null"]},"quantityAvailable":{"type":["string","null"]},"quantityReserved":{"type":["string","null"]},"lowStockThreshold":{"type":["string","null"]},"organizationId":{"type":"string"},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"product":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"externalId":{"type":["string","null"]},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]}},"required":["id","title","externalId","description","shortDescription"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":["string","null"]},"price":{"type":["string","null"]},"compareAtPrice":{"type":["string","null"]},"weight":{"type":["string","null"]},"secondaryUnitPrice":{"type":["string","null"]},"externalId":{"type":["string","null"]},"productId":{"type":"string"},"organizationId":{"type":"string"},"catalogVariantId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","sku","title","cost","price","compareAtPrice","weight","secondaryUnitPrice","externalId","productId","organizationId","catalogVariantId","createdAt","updatedAt","deletedAt"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","organizationId","createdAt","updatedAt","deletedAt"]}},"required":["id","locationId","productId","productVariantId","unitCost","rebateAmount","quantityOnHand","quantityAvailable","quantityReserved","lowStockThreshold","organizationId","externalId","externalSource","createdAt","updatedAt","deletedAt","product","location"]},"changes":{"type":"object","additionalProperties":{}}},"required":["inventoryItem"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"inventory_item.updated":{"post":{"operationId":"inventory_item.updated","description":"An inventory item was updated","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"inventory_item.updated"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"inventoryItem":{"type":"object","properties":{"id":{"type":"string"},"locationId":{"type":"string"},"productId":{"type":"string"},"productVariantId":{"type":["string","null"]},"unitCost":{"type":["string","null"]},"rebateAmount":{"type":["string","null"]},"quantityOnHand":{"type":["string","null"]},"quantityAvailable":{"type":["string","null"]},"quantityReserved":{"type":["string","null"]},"lowStockThreshold":{"type":["string","null"]},"organizationId":{"type":"string"},"externalId":{"type":["string","null"]},"externalSource":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]},"product":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"externalId":{"type":["string","null"]},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]}},"required":["id","title","externalId","description","shortDescription"]},"variant":{"type":["object","null"],"properties":{"id":{"type":"string"},"sku":{"type":["string","null"]},"title":{"type":"string"},"cost":{"type":["string","null"]},"price":{"type":["string","null"]},"compareAtPrice":{"type":["string","null"]},"weight":{"type":["string","null"]},"secondaryUnitPrice":{"type":["string","null"]},"externalId":{"type":["string","null"]},"productId":{"type":"string"},"organizationId":{"type":"string"},"catalogVariantId":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","sku","title","cost","price","compareAtPrice","weight","secondaryUnitPrice","externalId","productId","organizationId","catalogVariantId","createdAt","updatedAt","deletedAt"]},"location":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":["string","null"]},"isDefault":{"type":"boolean"},"status":{"type":["string","null"],"enum":["active","inactive",null]},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"priority":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"deliveryRadiusMeters":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"addressId":{"type":["string","null"]},"sellerId":{"type":["string","null"]},"supplierId":{"type":["string","null"]},"supplierContactId":{"type":["string","null"]},"supplierAddressId":{"type":["string","null"]},"groupId":{"type":["string","null"]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","slug","isDefault","status","type","priority","deliveryRadiusMeters","externalId","externalSystem","addressId","sellerId","supplierId","supplierContactId","supplierAddressId","groupId","organizationId","createdAt","updatedAt","deletedAt"]}},"required":["id","locationId","productId","productVariantId","unitCost","rebateAmount","quantityOnHand","quantityAvailable","quantityReserved","lowStockThreshold","organizationId","externalId","externalSource","createdAt","updatedAt","deletedAt","product","location"]},"changes":{"type":"object","additionalProperties":{}}},"required":["inventoryItem"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"bulk.inventory_location.created":{"post":{"operationId":"bulk.inventory_location.created","description":"Bulk inventory locations were created","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"bulk.inventory_location.created"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"inventoryLocations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]}},"required":["id","name","type","externalId","externalSystem"]}}},"required":["inventoryLocations"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"bulk.inventory_location.updated":{"post":{"operationId":"bulk.inventory_location.updated","description":"Bulk inventory locations were updated","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"bulk.inventory_location.updated"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"inventoryLocations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["warehouse","dropship","virtual"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]}},"required":["id","name","type","externalId","externalSystem"]}}},"required":["inventoryLocations"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"order.created":{"post":{"operationId":"order.created","description":"An event triggered when an order is created","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"order.created"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"order":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"totalPrice":{"type":"number"},"orderNumber":{"type":["number","null"]}},"required":["id","status","approvalStatus","totalPrice"]}},"required":["order"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"order.updated":{"post":{"operationId":"order.updated","description":"An event triggered when an order is updated","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"order.updated"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"order":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]},"totalPrice":{"type":"number"},"orderNumber":{"type":["number","null"]}},"required":["id","status","approvalStatus","totalPrice"]}},"required":["order"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"order.line_item.updated":{"post":{"operationId":"order.line_item.updated","description":"An event triggered when an order line item is updated","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"order.line_item.updated"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"lineItem":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"number"},"rebateAmount":{"type":["string","null"]},"landedCost":{"type":"number"},"quantity":{"type":"number"},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":"number"},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":"number"},"costPrice":{"type":"number"},"totalAmount":{"type":"number"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":"number"},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","title","variantTitle","sku","orderId","priceBookId","unitPrice","rebateAmount","quantity","unitOfMeasure","discountType","discountReason","totalAmount","returnedQuantity","returnReason","productId","variantId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","organizationId","createdAt","updatedAt","deletedAt"]},"changes":{"type":"object","additionalProperties":{"type":"object","properties":{"from":{},"to":{}}}}},"required":["lineItem","changes"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"order.delivery_note.created":{"post":{"operationId":"order.delivery_note.created","description":"This event is triggered when a delivery note is generated upon receipt of goods","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"order.delivery_note.created"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"deliveryNote":{"type":"object","properties":{"id":{"type":"string"},"deliveryNoteNumber":{"type":"string"},"inventoryLocationId":{"type":"string"},"attachmentId":{"type":["string","null"]},"truckPlate":{"type":["string","null"]},"notes":{"type":["string","null"]},"createdAt":{"type":"string"},"orderId":{"type":"string"},"order":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string","enum":["draft","pending","processing","ready_for_pickup","shipped","delivered","cancelled","refunded","completed","on_hold","awaiting_withholding_tax_cert"]},"paymentStatus":{"type":"string","enum":["pending","authorized","paid","partially_paid","awaiting_withholding_tax_cert","refunded","failed","disputed"]},"orderNumber":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"approvalStatus":{"type":"string","enum":["not_required","pending","approved","rejected","escalated","outdated"]}},"required":["id","status","paymentStatus","orderNumber","approvalStatus"]},"items":{"type":"array","items":{"type":"object","properties":{"deliveryNoteId":{"type":"string"},"id":{"type":"string"},"quantityFulfilled":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"orderLineItemId":{"type":"string"},"orderLineItem":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"variantTitle":{"type":["string","null"]},"sku":{"type":["string","null"]},"orderId":{"type":"string"},"priceBookId":{"type":"string"},"unitPrice":{"type":"string"},"rebateAmount":{"type":["string","null"]},"landedCost":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-2147483648,"maximum":2147483647},"unitOfMeasure":{"type":"string"},"discountPercentage":{"type":["string","null"]},"discountType":{"type":["string","null"],"enum":["percentage","fixed",null]},"discountReason":{"type":["string","null"]},"discountAmount":{"type":["string","null"]},"costPrice":{"type":["string","null"]},"totalAmount":{"type":"string"},"fulfillmentStatus":{"type":"string","enum":["pending","processing","fulfilled","partially_fulfilled","cancelled","returned","backordered"]},"fulfilledQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnedQuantity":{"type":["integer","null"],"minimum":-2147483648,"maximum":2147483647},"returnReason":{"type":["string","null"]},"productId":{"type":"string"},"variantId":{"type":["string","null"]},"productOfferId":{"type":["string","null"]},"inventoryLocationId":{"type":"string"},"purchaseOrderNumber":{"type":["string","null"]},"purchaseOrderLineNumber":{"type":["string","null"]},"purchaseOrderAttachmentId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"externalLineNumber":{"type":["string","null"]},"syncStatus":{"type":["string","null"]},"syncError":{"type":["string","null"]},"lastSyncAt":{"type":["string","null"]},"batchNumber":{"type":["string","null"]},"batchId":{"type":["string","null"]},"serialNumber":{"type":["string","null"]},"serialId":{"type":["string","null"]},"notes":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"deletedAt":{"type":["string","null"]}},"required":["id","name","title","variantTitle","sku","orderId","priceBookId","unitPrice","rebateAmount","landedCost","quantity","unitOfMeasure","discountPercentage","discountType","discountReason","discountAmount","costPrice","totalAmount","fulfillmentStatus","fulfilledQuantity","returnedQuantity","returnReason","productId","variantId","productOfferId","inventoryLocationId","purchaseOrderNumber","purchaseOrderLineNumber","purchaseOrderAttachmentId","externalId","externalSystem","externalLineNumber","syncStatus","syncError","lastSyncAt","batchNumber","batchId","serialNumber","serialId","notes","metadata","organizationId","createdAt","updatedAt","deletedAt"]}},"required":["deliveryNoteId","id","quantityFulfilled","orderLineItemId","orderLineItem"]}}},"required":["id","deliveryNoteNumber","inventoryLocationId","attachmentId","truckPlate","notes","createdAt","orderId","order","items"]}},"required":["deliveryNote"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"payment.created":{"post":{"operationId":"payment.created","description":"This event is triggered when a new payment is created","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"payment.created"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"payment":{"type":"object","properties":{"id":{"type":"string"},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"orderId":{"type":["string","null"]},"method":{"type":["string","null"]},"reference":{"type":"string"},"accountNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"customerId":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]}},"required":["id","amount","status","orderId","method","reference","accountNumber","metadata","verificationStatus","customerId","description","externalId","externalSystem"]}},"required":["payment"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"payment.updated":{"post":{"operationId":"payment.updated","description":"This is triggered when non-status fields are updated on a payment. For status changes, use the respective status events instead.","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"payment.updated"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"payment":{"type":"object","properties":{"id":{"type":"string"},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"orderId":{"type":["string","null"]},"method":{"type":["string","null"]},"reference":{"type":"string"},"accountNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"customerId":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]}},"required":["id","amount","status","orderId","method","reference","accountNumber","metadata","verificationStatus","customerId","description","externalId","externalSystem"]}},"required":["payment"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"payment.processing":{"post":{"operationId":"payment.processing","description":"This event is triggered when a payment is being processed. Usually when initiated by the user.","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"payment.processing"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"payment":{"type":"object","properties":{"id":{"type":"string"},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"orderId":{"type":["string","null"]},"method":{"type":["string","null"]},"reference":{"type":"string"},"accountNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"customerId":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]}},"required":["id","amount","status","orderId","method","reference","accountNumber","metadata","verificationStatus","customerId","description","externalId","externalSystem"]}},"required":["payment"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"payment.failed":{"post":{"operationId":"payment.failed","description":"This event is triggered when a payment provider fails to process the payment.","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"payment.failed"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"payment":{"type":"object","properties":{"id":{"type":"string"},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"orderId":{"type":["string","null"]},"method":{"type":["string","null"]},"reference":{"type":"string"},"accountNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"customerId":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]}},"required":["id","amount","status","orderId","method","reference","accountNumber","metadata","verificationStatus","customerId","description","externalId","externalSystem"]}},"required":["payment"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"payment.cancelled":{"post":{"operationId":"payment.cancelled","description":"This event is triggered when a payment is cancelled; by the user or by the system.","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"payment.cancelled"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"payment":{"type":"object","properties":{"id":{"type":"string"},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"orderId":{"type":["string","null"]},"method":{"type":["string","null"]},"reference":{"type":"string"},"accountNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"customerId":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]}},"required":["id","amount","status","orderId","method","reference","accountNumber","metadata","verificationStatus","customerId","description","externalId","externalSystem"]}},"required":["payment"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"payment.completed":{"post":{"operationId":"payment.completed","description":"This event is triggered when a payment is completed by the payment provider, or a manual payment is approved","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"payment.completed"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"payment":{"type":"object","properties":{"id":{"type":"string"},"amount":{"type":"number"},"status":{"type":"string","enum":["pending","initiated","processing","completed","failed","cancelled"]},"orderId":{"type":["string","null"]},"method":{"type":["string","null"]},"reference":{"type":"string"},"accountNumber":{"type":["string","null"]},"metadata":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","additionalProperties":{}},{"type":"array","items":{}},{"type":"null"}]},"verificationStatus":{"type":"string","enum":["not_required","pending","approved","rejected"]},"customerId":{"type":["string","null"]},"description":{"type":["string","null"]},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]}},"required":["id","amount","status","orderId","method","reference","accountNumber","metadata","verificationStatus","customerId","description","externalId","externalSystem"]}},"required":["payment"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"product.created":{"post":{"operationId":"product.created","description":"A product was created","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"product.created"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"product":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"externalId":{"type":["string","null"]},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"isVariant":{"type":"boolean","default":false},"categoryExternalId":{"type":["string","null"]}},"required":["id","title","externalId","description","shortDescription","isVariant"]}},"required":["product"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"product.updated":{"post":{"operationId":"product.updated","description":"A product was updated","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"product.updated"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"product":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"externalId":{"type":["string","null"]},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"isVariant":{"type":"boolean","default":false},"categoryExternalId":{"type":["string","null"]}},"required":["id","title","externalId","description","shortDescription","isVariant"]}},"required":["product"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"bulk.product.created":{"post":{"operationId":"bulk.product.created","description":"Bulk products were created","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"bulk.product.created"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"products":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"externalId":{"type":["string","null"]},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"isVariant":{"type":"boolean","default":false},"categoryExternalId":{"type":["string","null"]}},"required":["id","title","externalId","description","shortDescription","isVariant"]}}},"required":["products"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"bulk.product.updated":{"post":{"operationId":"bulk.product.updated","description":"Bulk products were updated","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"bulk.product.updated"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"products":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"externalId":{"type":["string","null"]},"description":{"type":["string","null"]},"shortDescription":{"type":["string","null"]},"isVariant":{"type":"boolean","default":false},"categoryExternalId":{"type":["string","null"]}},"required":["id","title","externalId","description","shortDescription","isVariant"]}}},"required":["products"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"product_category.created":{"post":{"operationId":"product_category.created","description":"A product category was created","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"product_category.created"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"productCategory":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]}},"required":["id","name","externalId","externalSystem"]}},"required":["productCategory"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"product_category.updated":{"post":{"operationId":"product_category.updated","description":"A product category was updated","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"product_category.updated"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"productCategory":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]}},"required":["id","name","externalId","externalSystem"]}},"required":["productCategory"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"bulk.product_category.created":{"post":{"operationId":"bulk.product_category.created","description":"Bulk product categories were created","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"bulk.product_category.created"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"productCategories":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]}},"required":["id","name","externalId","externalSystem"]}}},"required":["productCategories"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"bulk.product_category.updated":{"post":{"operationId":"bulk.product_category.updated","description":"Bulk product categories were updated","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"bulk.product_category.updated"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"productCategories":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]}},"required":["id","name","externalId","externalSystem"]}}},"required":["productCategories"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"seller.created":{"post":{"operationId":"seller.created","description":"A seller was created","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"seller.created"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"address":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"email":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","verifiedAt","taxPin","licenseNumber","createdAt","updatedAt"]}},"required":["seller"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"seller.updated":{"post":{"operationId":"seller.updated","description":"A seller was updated","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"seller.updated"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"seller":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["pending_approval","active","suspended"]},"description":{"type":["string","null"]},"website":{"type":["string","null"]},"addressId":{"type":["string","null"]},"externalId":{"type":["string","null"]},"commissionRate":{"type":["number","null"]},"verifiedAt":{"type":["string","null"]},"rating":{"type":["number","null"]},"taxPin":{"type":["string","null"]},"licenseNumber":{"type":["string","null"]},"metadata":{"type":["object","null"],"additionalProperties":{}},"createdAt":{"type":"string"},"updatedAt":{"type":["string","null"]},"address":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"email":{"type":["string","null"]}},"required":["id","name","status","description","website","addressId","externalId","verifiedAt","taxPin","licenseNumber","createdAt","updatedAt"]}},"required":["seller"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"supplier.created":{"post":{"operationId":"supplier.created","description":"A supplier was created","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"supplier.created"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"address":{"type":"string"},"phoneNumber":{"type":"string"},"email":{"type":"string"}},"required":["id","name","externalId","externalSystem"]}},"required":["supplier"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}},"supplier.updated":{"post":{"operationId":"supplier.updated","description":"A supplier was updated","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","const":"supplier.updated"},"organizationId":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object","properties":{"supplier":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"externalId":{"type":["string","null"]},"externalSystem":{"type":["string","null"]},"address":{"type":"string"},"phoneNumber":{"type":"string"},"email":{"type":"string"}},"required":["id","name","externalId","externalSystem"]}},"required":["supplier"]}},"required":["type","organizationId","timestamp","data"]}}}},"responses":{"200":{"description":"Webhook event received"}}}}},"x-speakeasy-name-override":[{"operationId":"^get.*","methodNameOverride":"get"},{"operationId":"^list.*","methodNameOverride":"list"},{"operationId":"^bulkCreate.*","methodNameOverride":"bulkCreate"},{"operationId":"^create.*","methodNameOverride":"create"},{"operationId":"^put.*","methodNameOverride":"update"},{"operationId":"^patch.*","methodNameOverride":"update"},{"operationId":"^delete.*","methodNameOverride":"delete"}]}