# Models

## The co.hotwax.poorti.FulfillmentServices.createOrderFulfillmentWave.In object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.createOrderFulfillmentWave.In":{"type":"object","properties":{"facilityId":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"statusId":{"type":"string"},"pickers":{"type":"array","description":"Party Id of pickers, list of maps"},"orderItems":{"type":"array"},"packageName":{"type":"string"}}}}}}
```

## The co.hotwax.poorti.FulfillmentServices.createOrderFulfillmentWave.Out object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.createOrderFulfillmentWave.Out":{"type":"object","properties":{"shipmentIds":{"type":"array"},"picklistId":{"type":"string"}}}}}}
```

## The co.hotwax.oms.order.OrderServices.rejectOrderItems.In object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.oms.order.OrderServices.rejectOrderItems.In":{"type":"object","properties":{"orderId":{"type":"string"},"rejectToFacilityId":{"type":"string"},"items":{"type":"array","items":{"type":"object","properties":{"orderItemSeqId":{"type":"string"},"quantity":{"type":"string","default":"1"},"updateQOH":{"type":"string"},"maySplit":{"type":"string","description":"Whether to allow rejection of individual items or reject the entire ship group. Default is N.","default":"N"},"cascadeRejectByProduct":{"type":"string","description":"Whether to reject other items in the order with the same product in the same facility. Default is N.","default":"N"},"comments":{"type":"string"},"excludeOrderFacilityDuration":{"type":"string"},"rejectionReasonId":{"type":"string"},"kitComponents":{"type":"array","items":{"type":"string"}}}}}},"required":["orderId","items"]}}}}
```

## The co.hotwax.oms.order.OrderServices.rejectOrderItems.Out object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.oms.order.OrderServices.rejectOrderItems.Out":{"type":"object","properties":{"cancelledReservations":{"type":"array","items":{"type":"string"}}}}}}}
```

## The co.hotwax.poorti.FulfillmentServices.rejectOutstandingOrders.In object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.rejectOutstandingOrders.In":{"type":"object","properties":{"facilityId":{"type":"string"},"updateQOH":{"type":"boolean","default":"false"},"rejectionReasonId":{"type":"string","default":"INACTIVE_STORE"},"rejectComments":{"type":"string","default":"Store Rejected Inventory"}},"required":["facilityId","rejectionReasonId"]}}}}
```

## The co.hotwax.poorti.FulfillmentServices.rejectInProgressOrders.In object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.rejectInProgressOrders.In":{"type":"object","properties":{"facilityId":{"type":"string"},"updateQOH":{"type":"boolean","default":"false"},"rejectionReasonId":{"type":"string","default":"INACTIVE_STORE"},"rejectComments":{"type":"string","default":"Store Rejected Inventory"}},"required":["facilityId","rejectionReasonId"]}}}}
```

## The co.hotwax.customerservice.order.OrderShipmentAndRouteSegment object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.customerservice.order.OrderShipmentAndRouteSegment":{"title":"Order Shipment And Route Segment","type":"object","properties":{"_entity":{"type":"string","default":"co.hotwax.customerservice.order.OrderShipmentAndRouteSegment"},"orderId":{"type":"string"},"orderDate":{"type":"string","format":"date-time"},"orderTypeId":{"type":"string"},"webSiteId":{"type":"string"},"externalId":{"type":"string"},"orderName":{"type":"string"},"statusId":{"type":"string"},"originFacilityId":{"type":"string"},"currencyUom":{"type":"string"},"shipGroupSeqId":{"type":"string"},"orderFacilityId":{"type":"string"},"facilityId":{"type":"string"},"carrierPartyId":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"shipmentId":{"type":"string"},"shipmentTypeId":{"type":"string"},"shipmentStatusId":{"type":"string"},"shipmentCreatedDate":{"type":"string","format":"date-time"},"shipmentShippedDate":{"type":"string","format":"date-time"},"shippingEstimateAmount":{"type":"number"},"trackingIdNumber":{"type":"string"},"shipmentRouteSegmentId":{"type":"string"},"routeSegShipmentMethodDescription":{"type":"string"},"statusDate":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.order.order.OrderHeader.default object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.order.order.OrderHeader.default":{"title":"Order Header (Master: default)","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderHeader"},"orderId":{"type":"string"},"orderTypeId":{"type":"string"},"orderName":{"type":"string"},"externalId":{"type":"string"},"salesChannelEnumId":{"type":"string"},"orderDate":{"type":"string","format":"date-time"},"priority":{"type":"string"},"entryDate":{"type":"string","format":"date-time"},"pickSheetPrintedDate":{"type":"string","format":"date-time"},"visitId":{"type":"string"},"statusId":{"type":"string"},"createdBy":{"type":"string"},"firstAttemptOrderId":{"type":"string"},"currencyUom":{"type":"string"},"syncStatusId":{"type":"string"},"billingAccountId":{"type":"string"},"originFacilityId":{"type":"string"},"webSiteId":{"type":"string"},"productStoreId":{"type":"string"},"terminalId":{"type":"string"},"transactionId":{"type":"string"},"autoOrderShoppingListId":{"type":"string"},"needsInventoryIssuance":{"type":"string"},"isRushOrder":{"type":"string"},"internalCode":{"type":"string"},"remainingSubTotal":{"type":"number"},"grandTotal":{"type":"number"},"isViewed":{"type":"string"},"invoicePerShipment":{"type":"string"},"expireDate":{"type":"string","format":"date-time"},"localeString":{"type":"string"},"customerClassificationId":{"type":"string"},"presentmentCurrencyUom":{"type":"string"},"autoApprove":{"type":"string"},"statusFlowId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"roles":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderRole"}},"contactMechs":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderContactMech"}},"paymentPreferences":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderPaymentPreference"}},"adjustments":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderAdjustment"}},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderAttribute"}},"notes":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderHeaderNote"}},"shipGroups":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderItemShipGroup"}},"statuses":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderStatus"}},"identifications":{"type":"array","items":{"$ref":"#/components/schemas/co.hotwax.order.OrderIdentification"}},"itemAssocs":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderItemAssoc"}}}},"org.apache.ofbiz.order.order.OrderRole":{"title":"Order Role","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderRole"},"orderId":{"type":"string"},"partyId":{"type":"string"},"roleTypeId":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"thruDate":{"type":"string","format":"date-time"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.order.order.OrderContactMech":{"title":"Order Contact Mech","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderContactMech"},"orderId":{"type":"string"},"contactMechPurposeTypeId":{"type":"string"},"contactMechId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"contactMech":{"$ref":"#/components/schemas/org.apache.ofbiz.party.contact.ContactMech"},"postalAddress":{"$ref":"#/components/schemas/org.apache.ofbiz.party.contact.PostalAddress"},"telecomNumber":{"$ref":"#/components/schemas/org.apache.ofbiz.party.contact.TelecomNumber"}}},"org.apache.ofbiz.party.contact.ContactMech":{"title":"Contact Mech","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.contact.ContactMech"},"contactMechId":{"type":"string"},"externalId":{"type":"string"},"contactMechTypeId":{"type":"string"},"infoString":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.party.contact.PostalAddress":{"title":"Postal Address","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.contact.PostalAddress"},"contactMechId":{"type":"string"},"toName":{"type":"string"},"attnName":{"type":"string"},"address1":{"type":"string"},"address2":{"type":"string"},"houseNumber":{"type":"number","format":"int64"},"houseNumberExt":{"type":"string"},"directions":{"type":"string"},"city":{"type":"string"},"cityGeoId":{"type":"string"},"postalCode":{"type":"string"},"postalCodeExt":{"type":"string"},"countryGeoId":{"type":"string"},"stateProvinceGeoId":{"type":"string"},"countyGeoId":{"type":"string"},"municipalityGeoId":{"type":"string"},"postalCodeGeoId":{"type":"string"},"geoPointId":{"type":"string"},"encodedAddressKey":{"type":"string"},"latitude":{"type":"number","format":"double"},"longitude":{"type":"number","format":"double"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.party.contact.TelecomNumber":{"title":"Telecom Number","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.contact.TelecomNumber"},"contactMechId":{"type":"string"},"countryCode":{"type":"string"},"areaCode":{"type":"string"},"contactNumber":{"type":"string"},"askForName":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.order.order.OrderPaymentPreference":{"title":"Order Payment Preference","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderPaymentPreference"},"orderPaymentPreferenceId":{"type":"string"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"shipGroupSeqId":{"type":"string"},"productPricePurposeId":{"type":"string"},"paymentMethodTypeId":{"type":"string"},"paymentMethodId":{"type":"string"},"finAccountId":{"type":"string"},"securityCode":{"type":"string"},"track2":{"type":"string"},"presentFlag":{"type":"string"},"swipedFlag":{"type":"string"},"overflowFlag":{"type":"string"},"maxAmount":{"type":"number"},"processAttempt":{"type":"number","format":"int64"},"billingPostalCode":{"type":"string"},"manualAuthCode":{"type":"string"},"manualRefNum":{"type":"string"},"statusId":{"type":"string"},"needsNsfRetry":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedDate":{"type":"string","format":"date-time"},"lastModifiedByUserLogin":{"type":"string"},"paymentMode":{"type":"string"},"cardName":{"type":"string"},"presentmentAmount":{"type":"number"},"presentmentCurrencyUom":{"type":"string"},"exchangeRate":{"type":"number","format":"double"},"requestId":{"type":"string"},"parentRefNum":{"type":"string"},"applicationIdentifier":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"moqui.basic.StatusItem":{"$ref":"#/components/schemas/statuses"},"org.apache.ofbiz.accounting.payment.PaymentMethodType":{"$ref":"#/components/schemas/org.apache.ofbiz.accounting.payment.PaymentMethodType"}}},"statuses":{"title":"Status Item","type":"object","properties":{"_entity":{"type":"string","default":"statuses"},"statusId":{"type":"string"},"statusTypeId":{"type":"string"},"statusCode":{"type":"string"},"sequenceNum":{"type":"number","format":"int64"},"description":{"type":"string"},"statusAge":{"type":"number","format":"int64"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.accounting.payment.PaymentMethodType":{"title":"Payment Method Type","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.accounting.payment.PaymentMethodType"},"paymentMethodTypeId":{"type":"string"},"description":{"type":"string"},"defaultGlAccountId":{"type":"string"},"paymentMethodCode":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.order.order.OrderAdjustment":{"title":"Order Adjustment","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderAdjustment"},"orderAdjustmentId":{"type":"string"},"orderAdjustmentTypeId":{"type":"string"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"shipGroupSeqId":{"type":"string"},"comments":{"type":"string"},"description":{"type":"string"},"amount":{"type":"number"},"recurringAmount":{"type":"number"},"amountAlreadyIncluded":{"type":"number"},"productPromoId":{"type":"string"},"productPromoRuleId":{"type":"string"},"productPromoActionSeqId":{"type":"string"},"productFeatureId":{"type":"string"},"correspondingProductId":{"type":"string"},"taxAuthorityRateSeqId":{"type":"string"},"sourceReferenceId":{"type":"string"},"sourcePercentage":{"type":"number"},"customerReferenceId":{"type":"string"},"primaryGeoId":{"type":"string"},"secondaryGeoId":{"type":"string"},"exemptAmount":{"type":"number"},"taxAuthGeoId":{"type":"string"},"taxAuthPartyId":{"type":"string"},"overrideGlAccountId":{"type":"string"},"includeInTax":{"type":"string"},"includeInShipping":{"type":"string"},"isManual":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedDate":{"type":"string","format":"date-time"},"lastModifiedByUserLogin":{"type":"string"},"originalAdjustmentId":{"type":"string"},"oldAmountPerQuantity":{"type":"number"},"oldPercentage":{"type":"number","format":"double"},"billingShipmentId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderAdjustmentAttribute"}}}},"org.apache.ofbiz.order.order.OrderAdjustmentAttribute":{"title":"Order Adjustment Attribute","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderAdjustmentAttribute"},"orderAdjustmentId":{"type":"string"},"attrName":{"type":"string"},"attrValue":{"type":"string"},"attrDescription":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.order.order.OrderAttribute":{"title":"Order Attribute","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderAttribute"},"orderId":{"type":"string"},"attrName":{"type":"string"},"attrValue":{"type":"string"},"attrDescription":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.order.order.OrderHeaderNote":{"title":"Order Header Note","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderHeaderNote"},"orderId":{"type":"string"},"noteId":{"type":"string"},"internalNote":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.order.order.OrderItemShipGroup":{"title":"Order Item Ship Group","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderItemShipGroup"},"orderId":{"type":"string"},"shipGroupSeqId":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"supplierPartyId":{"type":"string"},"vendorPartyId":{"type":"string"},"carrierPartyId":{"type":"string"},"carrierRoleTypeId":{"type":"string"},"facilityId":{"type":"string"},"contactMechId":{"type":"string"},"telecomContactMechId":{"type":"string"},"trackingNumber":{"type":"string"},"shippingInstructions":{"type":"string"},"maySplit":{"type":"string"},"giftMessage":{"type":"string"},"isGift":{"type":"string"},"shipAfterDate":{"type":"string","format":"date-time"},"shipByDate":{"type":"string","format":"date-time"},"estimatedShipDate":{"type":"string","format":"date-time"},"estimatedDeliveryDate":{"type":"string","format":"date-time"},"carrierAccountNumber":{"type":"string"},"carrierService":{"type":"string"},"orderFacilityId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"items":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderItem"}}}},"org.apache.ofbiz.order.order.OrderItem":{"title":"Order Item","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderItem"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"externalId":{"type":"string"},"orderItemTypeId":{"type":"string"},"orderItemGroupSeqId":{"type":"string"},"isItemGroupPrimary":{"type":"string"},"fromInventoryItemId":{"type":"string"},"budgetId":{"type":"string"},"budgetItemSeqId":{"type":"string"},"productId":{"type":"string"},"supplierProductId":{"type":"string"},"productFeatureId":{"type":"string"},"prodCatalogId":{"type":"string"},"productCategoryId":{"type":"string"},"isPromo":{"type":"string"},"quoteId":{"type":"string"},"quoteItemSeqId":{"type":"string"},"shoppingListId":{"type":"string"},"shoppingListItemSeqId":{"type":"string"},"subscriptionId":{"type":"string"},"deploymentId":{"type":"string"},"quantity":{"type":"number"},"cancelQuantity":{"type":"number"},"selectedAmount":{"type":"number"},"unitPrice":{"type":"number"},"unitListPrice":{"type":"number"},"unitAverageCost":{"type":"number"},"unitRecurringPrice":{"type":"number"},"isModifiedPrice":{"type":"string"},"recurringFreqUomId":{"type":"string"},"itemDescription":{"type":"string"},"comments":{"type":"string"},"correspondingPoId":{"type":"string"},"statusId":{"type":"string"},"syncStatusId":{"type":"string"},"estimatedShipDate":{"type":"string","format":"date-time"},"estimatedDeliveryDate":{"type":"string","format":"date-time"},"autoCancelDate":{"type":"string","format":"date-time"},"dontCancelSetDate":{"type":"string","format":"date-time"},"dontCancelSetUserLogin":{"type":"string"},"shipBeforeDate":{"type":"string","format":"date-time"},"shipAfterDate":{"type":"string","format":"date-time"},"cancelBackOrderDate":{"type":"string","format":"date-time"},"overrideGlAccountId":{"type":"string"},"salesOpportunityId":{"type":"string"},"changeByUserLoginId":{"type":"string"},"shipGroupSeqId":{"type":"string"},"returnTillDate":{"type":"string","format":"date-time"},"promisedDatetime":{"type":"string","format":"date-time"},"shipmentId":{"type":"string"},"isNewProduct":{"type":"string"},"availableToPromise":{"type":"number"},"requestedDeliveryDate":{"type":"string","format":"date"},"requestedDeliveryTime":{"type":"string"},"requestedShipMethTypeId":{"type":"string"},"deliveryWindow":{"type":"number","format":"double"},"taxCode":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"adjustments":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderAdjustment"}},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderItemAttribute"}},"statuses":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderStatus"}}}},"org.apache.ofbiz.order.order.OrderItemAttribute":{"title":"Order Item Attribute","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderItemAttribute"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"attrName":{"type":"string"},"attrValue":{"type":"string"},"attrDescription":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.order.order.OrderStatus":{"title":"Order Status","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderStatus"},"orderStatusId":{"type":"string"},"statusId":{"type":"string"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"orderPaymentPreferenceId":{"type":"string"},"statusDatetime":{"type":"string","format":"date-time"},"statusUserLogin":{"type":"string"},"changeReason":{"type":"string"},"changeReasonEnumId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"co.hotwax.order.OrderIdentification":{"title":"Order Identification","type":"object","properties":{"_entity":{"type":"string","default":"co.hotwax.order.OrderIdentification"},"orderIdentificationTypeId":{"type":"string"},"orderId":{"type":"string"},"idValue":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"thruDate":{"type":"string","format":"date-time"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.order.order.OrderItemAssoc":{"title":"Order Item Assoc","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderItemAssoc"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"shipGroupSeqId":{"type":"string"},"toOrderId":{"type":"string"},"toOrderItemSeqId":{"type":"string"},"toShipGroupSeqId":{"type":"string"},"orderItemAssocTypeId":{"type":"string"},"quantity":{"type":"number"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.order.order.OrderRole object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.order.order.OrderRole":{"title":"Order Role","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderRole"},"orderId":{"type":"string"},"partyId":{"type":"string"},"roleTypeId":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"thruDate":{"type":"string","format":"date-time"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.order.order.OrderContactMech object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.order.order.OrderContactMech":{"title":"Order Contact Mech","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderContactMech"},"orderId":{"type":"string"},"contactMechPurposeTypeId":{"type":"string"},"contactMechId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"contactMech":{"$ref":"#/components/schemas/org.apache.ofbiz.party.contact.ContactMech"},"postalAddress":{"$ref":"#/components/schemas/org.apache.ofbiz.party.contact.PostalAddress"},"telecomNumber":{"$ref":"#/components/schemas/org.apache.ofbiz.party.contact.TelecomNumber"}}},"org.apache.ofbiz.party.contact.ContactMech":{"title":"Contact Mech","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.contact.ContactMech"},"contactMechId":{"type":"string"},"externalId":{"type":"string"},"contactMechTypeId":{"type":"string"},"infoString":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.party.contact.PostalAddress":{"title":"Postal Address","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.contact.PostalAddress"},"contactMechId":{"type":"string"},"toName":{"type":"string"},"attnName":{"type":"string"},"address1":{"type":"string"},"address2":{"type":"string"},"houseNumber":{"type":"number","format":"int64"},"houseNumberExt":{"type":"string"},"directions":{"type":"string"},"city":{"type":"string"},"cityGeoId":{"type":"string"},"postalCode":{"type":"string"},"postalCodeExt":{"type":"string"},"countryGeoId":{"type":"string"},"stateProvinceGeoId":{"type":"string"},"countyGeoId":{"type":"string"},"municipalityGeoId":{"type":"string"},"postalCodeGeoId":{"type":"string"},"geoPointId":{"type":"string"},"encodedAddressKey":{"type":"string"},"latitude":{"type":"number","format":"double"},"longitude":{"type":"number","format":"double"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.party.contact.TelecomNumber":{"title":"Telecom Number","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.contact.TelecomNumber"},"contactMechId":{"type":"string"},"countryCode":{"type":"string"},"areaCode":{"type":"string"},"contactNumber":{"type":"string"},"askForName":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.party.contact.ContactMech object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.party.contact.ContactMech":{"title":"Contact Mech","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.contact.ContactMech"},"contactMechId":{"type":"string"},"externalId":{"type":"string"},"contactMechTypeId":{"type":"string"},"infoString":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.party.contact.PostalAddress object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.party.contact.PostalAddress":{"title":"Postal Address","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.contact.PostalAddress"},"contactMechId":{"type":"string"},"toName":{"type":"string"},"attnName":{"type":"string"},"address1":{"type":"string"},"address2":{"type":"string"},"houseNumber":{"type":"number","format":"int64"},"houseNumberExt":{"type":"string"},"directions":{"type":"string"},"city":{"type":"string"},"cityGeoId":{"type":"string"},"postalCode":{"type":"string"},"postalCodeExt":{"type":"string"},"countryGeoId":{"type":"string"},"stateProvinceGeoId":{"type":"string"},"countyGeoId":{"type":"string"},"municipalityGeoId":{"type":"string"},"postalCodeGeoId":{"type":"string"},"geoPointId":{"type":"string"},"encodedAddressKey":{"type":"string"},"latitude":{"type":"number","format":"double"},"longitude":{"type":"number","format":"double"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.party.contact.TelecomNumber object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.party.contact.TelecomNumber":{"title":"Telecom Number","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.contact.TelecomNumber"},"contactMechId":{"type":"string"},"countryCode":{"type":"string"},"areaCode":{"type":"string"},"contactNumber":{"type":"string"},"askForName":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.order.order.OrderPaymentPreference object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.order.order.OrderPaymentPreference":{"title":"Order Payment Preference","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderPaymentPreference"},"orderPaymentPreferenceId":{"type":"string"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"shipGroupSeqId":{"type":"string"},"productPricePurposeId":{"type":"string"},"paymentMethodTypeId":{"type":"string"},"paymentMethodId":{"type":"string"},"finAccountId":{"type":"string"},"securityCode":{"type":"string"},"track2":{"type":"string"},"presentFlag":{"type":"string"},"swipedFlag":{"type":"string"},"overflowFlag":{"type":"string"},"maxAmount":{"type":"number"},"processAttempt":{"type":"number","format":"int64"},"billingPostalCode":{"type":"string"},"manualAuthCode":{"type":"string"},"manualRefNum":{"type":"string"},"statusId":{"type":"string"},"needsNsfRetry":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedDate":{"type":"string","format":"date-time"},"lastModifiedByUserLogin":{"type":"string"},"paymentMode":{"type":"string"},"cardName":{"type":"string"},"presentmentAmount":{"type":"number"},"presentmentCurrencyUom":{"type":"string"},"exchangeRate":{"type":"number","format":"double"},"requestId":{"type":"string"},"parentRefNum":{"type":"string"},"applicationIdentifier":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"moqui.basic.StatusItem":{"$ref":"#/components/schemas/statuses"},"org.apache.ofbiz.accounting.payment.PaymentMethodType":{"$ref":"#/components/schemas/org.apache.ofbiz.accounting.payment.PaymentMethodType"}}},"statuses":{"title":"Status Item","type":"object","properties":{"_entity":{"type":"string","default":"statuses"},"statusId":{"type":"string"},"statusTypeId":{"type":"string"},"statusCode":{"type":"string"},"sequenceNum":{"type":"number","format":"int64"},"description":{"type":"string"},"statusAge":{"type":"number","format":"int64"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.accounting.payment.PaymentMethodType":{"title":"Payment Method Type","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.accounting.payment.PaymentMethodType"},"paymentMethodTypeId":{"type":"string"},"description":{"type":"string"},"defaultGlAccountId":{"type":"string"},"paymentMethodCode":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The statuses object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"statuses":{"title":"Status Item","type":"object","properties":{"_entity":{"type":"string","default":"statuses"},"statusId":{"type":"string"},"statusTypeId":{"type":"string"},"statusCode":{"type":"string"},"sequenceNum":{"type":"number","format":"int64"},"description":{"type":"string"},"statusAge":{"type":"number","format":"int64"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.accounting.payment.PaymentMethodType object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.accounting.payment.PaymentMethodType":{"title":"Payment Method Type","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.accounting.payment.PaymentMethodType"},"paymentMethodTypeId":{"type":"string"},"description":{"type":"string"},"defaultGlAccountId":{"type":"string"},"paymentMethodCode":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.order.order.OrderAdjustment object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.order.order.OrderAdjustment":{"title":"Order Adjustment","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderAdjustment"},"orderAdjustmentId":{"type":"string"},"orderAdjustmentTypeId":{"type":"string"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"shipGroupSeqId":{"type":"string"},"comments":{"type":"string"},"description":{"type":"string"},"amount":{"type":"number"},"recurringAmount":{"type":"number"},"amountAlreadyIncluded":{"type":"number"},"productPromoId":{"type":"string"},"productPromoRuleId":{"type":"string"},"productPromoActionSeqId":{"type":"string"},"productFeatureId":{"type":"string"},"correspondingProductId":{"type":"string"},"taxAuthorityRateSeqId":{"type":"string"},"sourceReferenceId":{"type":"string"},"sourcePercentage":{"type":"number"},"customerReferenceId":{"type":"string"},"primaryGeoId":{"type":"string"},"secondaryGeoId":{"type":"string"},"exemptAmount":{"type":"number"},"taxAuthGeoId":{"type":"string"},"taxAuthPartyId":{"type":"string"},"overrideGlAccountId":{"type":"string"},"includeInTax":{"type":"string"},"includeInShipping":{"type":"string"},"isManual":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedDate":{"type":"string","format":"date-time"},"lastModifiedByUserLogin":{"type":"string"},"originalAdjustmentId":{"type":"string"},"oldAmountPerQuantity":{"type":"number"},"oldPercentage":{"type":"number","format":"double"},"billingShipmentId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderAdjustmentAttribute"}}}},"org.apache.ofbiz.order.order.OrderAdjustmentAttribute":{"title":"Order Adjustment Attribute","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderAdjustmentAttribute"},"orderAdjustmentId":{"type":"string"},"attrName":{"type":"string"},"attrValue":{"type":"string"},"attrDescription":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.order.order.OrderAdjustmentAttribute object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.order.order.OrderAdjustmentAttribute":{"title":"Order Adjustment Attribute","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderAdjustmentAttribute"},"orderAdjustmentId":{"type":"string"},"attrName":{"type":"string"},"attrValue":{"type":"string"},"attrDescription":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.order.order.OrderAttribute object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.order.order.OrderAttribute":{"title":"Order Attribute","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderAttribute"},"orderId":{"type":"string"},"attrName":{"type":"string"},"attrValue":{"type":"string"},"attrDescription":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.order.order.OrderHeaderNote object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.order.order.OrderHeaderNote":{"title":"Order Header Note","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderHeaderNote"},"orderId":{"type":"string"},"noteId":{"type":"string"},"internalNote":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.order.order.OrderItemShipGroup object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.order.order.OrderItemShipGroup":{"title":"Order Item Ship Group","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderItemShipGroup"},"orderId":{"type":"string"},"shipGroupSeqId":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"supplierPartyId":{"type":"string"},"vendorPartyId":{"type":"string"},"carrierPartyId":{"type":"string"},"carrierRoleTypeId":{"type":"string"},"facilityId":{"type":"string"},"contactMechId":{"type":"string"},"telecomContactMechId":{"type":"string"},"trackingNumber":{"type":"string"},"shippingInstructions":{"type":"string"},"maySplit":{"type":"string"},"giftMessage":{"type":"string"},"isGift":{"type":"string"},"shipAfterDate":{"type":"string","format":"date-time"},"shipByDate":{"type":"string","format":"date-time"},"estimatedShipDate":{"type":"string","format":"date-time"},"estimatedDeliveryDate":{"type":"string","format":"date-time"},"carrierAccountNumber":{"type":"string"},"carrierService":{"type":"string"},"orderFacilityId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"items":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderItem"}}}},"org.apache.ofbiz.order.order.OrderItem":{"title":"Order Item","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderItem"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"externalId":{"type":"string"},"orderItemTypeId":{"type":"string"},"orderItemGroupSeqId":{"type":"string"},"isItemGroupPrimary":{"type":"string"},"fromInventoryItemId":{"type":"string"},"budgetId":{"type":"string"},"budgetItemSeqId":{"type":"string"},"productId":{"type":"string"},"supplierProductId":{"type":"string"},"productFeatureId":{"type":"string"},"prodCatalogId":{"type":"string"},"productCategoryId":{"type":"string"},"isPromo":{"type":"string"},"quoteId":{"type":"string"},"quoteItemSeqId":{"type":"string"},"shoppingListId":{"type":"string"},"shoppingListItemSeqId":{"type":"string"},"subscriptionId":{"type":"string"},"deploymentId":{"type":"string"},"quantity":{"type":"number"},"cancelQuantity":{"type":"number"},"selectedAmount":{"type":"number"},"unitPrice":{"type":"number"},"unitListPrice":{"type":"number"},"unitAverageCost":{"type":"number"},"unitRecurringPrice":{"type":"number"},"isModifiedPrice":{"type":"string"},"recurringFreqUomId":{"type":"string"},"itemDescription":{"type":"string"},"comments":{"type":"string"},"correspondingPoId":{"type":"string"},"statusId":{"type":"string"},"syncStatusId":{"type":"string"},"estimatedShipDate":{"type":"string","format":"date-time"},"estimatedDeliveryDate":{"type":"string","format":"date-time"},"autoCancelDate":{"type":"string","format":"date-time"},"dontCancelSetDate":{"type":"string","format":"date-time"},"dontCancelSetUserLogin":{"type":"string"},"shipBeforeDate":{"type":"string","format":"date-time"},"shipAfterDate":{"type":"string","format":"date-time"},"cancelBackOrderDate":{"type":"string","format":"date-time"},"overrideGlAccountId":{"type":"string"},"salesOpportunityId":{"type":"string"},"changeByUserLoginId":{"type":"string"},"shipGroupSeqId":{"type":"string"},"returnTillDate":{"type":"string","format":"date-time"},"promisedDatetime":{"type":"string","format":"date-time"},"shipmentId":{"type":"string"},"isNewProduct":{"type":"string"},"availableToPromise":{"type":"number"},"requestedDeliveryDate":{"type":"string","format":"date"},"requestedDeliveryTime":{"type":"string"},"requestedShipMethTypeId":{"type":"string"},"deliveryWindow":{"type":"number","format":"double"},"taxCode":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"adjustments":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderAdjustment"}},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderItemAttribute"}},"statuses":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderStatus"}}}},"org.apache.ofbiz.order.order.OrderAdjustment":{"title":"Order Adjustment","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderAdjustment"},"orderAdjustmentId":{"type":"string"},"orderAdjustmentTypeId":{"type":"string"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"shipGroupSeqId":{"type":"string"},"comments":{"type":"string"},"description":{"type":"string"},"amount":{"type":"number"},"recurringAmount":{"type":"number"},"amountAlreadyIncluded":{"type":"number"},"productPromoId":{"type":"string"},"productPromoRuleId":{"type":"string"},"productPromoActionSeqId":{"type":"string"},"productFeatureId":{"type":"string"},"correspondingProductId":{"type":"string"},"taxAuthorityRateSeqId":{"type":"string"},"sourceReferenceId":{"type":"string"},"sourcePercentage":{"type":"number"},"customerReferenceId":{"type":"string"},"primaryGeoId":{"type":"string"},"secondaryGeoId":{"type":"string"},"exemptAmount":{"type":"number"},"taxAuthGeoId":{"type":"string"},"taxAuthPartyId":{"type":"string"},"overrideGlAccountId":{"type":"string"},"includeInTax":{"type":"string"},"includeInShipping":{"type":"string"},"isManual":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedDate":{"type":"string","format":"date-time"},"lastModifiedByUserLogin":{"type":"string"},"originalAdjustmentId":{"type":"string"},"oldAmountPerQuantity":{"type":"number"},"oldPercentage":{"type":"number","format":"double"},"billingShipmentId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderAdjustmentAttribute"}}}},"org.apache.ofbiz.order.order.OrderAdjustmentAttribute":{"title":"Order Adjustment Attribute","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderAdjustmentAttribute"},"orderAdjustmentId":{"type":"string"},"attrName":{"type":"string"},"attrValue":{"type":"string"},"attrDescription":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.order.order.OrderItemAttribute":{"title":"Order Item Attribute","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderItemAttribute"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"attrName":{"type":"string"},"attrValue":{"type":"string"},"attrDescription":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.order.order.OrderStatus":{"title":"Order Status","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderStatus"},"orderStatusId":{"type":"string"},"statusId":{"type":"string"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"orderPaymentPreferenceId":{"type":"string"},"statusDatetime":{"type":"string","format":"date-time"},"statusUserLogin":{"type":"string"},"changeReason":{"type":"string"},"changeReasonEnumId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.order.order.OrderItem object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.order.order.OrderItem":{"title":"Order Item","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderItem"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"externalId":{"type":"string"},"orderItemTypeId":{"type":"string"},"orderItemGroupSeqId":{"type":"string"},"isItemGroupPrimary":{"type":"string"},"fromInventoryItemId":{"type":"string"},"budgetId":{"type":"string"},"budgetItemSeqId":{"type":"string"},"productId":{"type":"string"},"supplierProductId":{"type":"string"},"productFeatureId":{"type":"string"},"prodCatalogId":{"type":"string"},"productCategoryId":{"type":"string"},"isPromo":{"type":"string"},"quoteId":{"type":"string"},"quoteItemSeqId":{"type":"string"},"shoppingListId":{"type":"string"},"shoppingListItemSeqId":{"type":"string"},"subscriptionId":{"type":"string"},"deploymentId":{"type":"string"},"quantity":{"type":"number"},"cancelQuantity":{"type":"number"},"selectedAmount":{"type":"number"},"unitPrice":{"type":"number"},"unitListPrice":{"type":"number"},"unitAverageCost":{"type":"number"},"unitRecurringPrice":{"type":"number"},"isModifiedPrice":{"type":"string"},"recurringFreqUomId":{"type":"string"},"itemDescription":{"type":"string"},"comments":{"type":"string"},"correspondingPoId":{"type":"string"},"statusId":{"type":"string"},"syncStatusId":{"type":"string"},"estimatedShipDate":{"type":"string","format":"date-time"},"estimatedDeliveryDate":{"type":"string","format":"date-time"},"autoCancelDate":{"type":"string","format":"date-time"},"dontCancelSetDate":{"type":"string","format":"date-time"},"dontCancelSetUserLogin":{"type":"string"},"shipBeforeDate":{"type":"string","format":"date-time"},"shipAfterDate":{"type":"string","format":"date-time"},"cancelBackOrderDate":{"type":"string","format":"date-time"},"overrideGlAccountId":{"type":"string"},"salesOpportunityId":{"type":"string"},"changeByUserLoginId":{"type":"string"},"shipGroupSeqId":{"type":"string"},"returnTillDate":{"type":"string","format":"date-time"},"promisedDatetime":{"type":"string","format":"date-time"},"shipmentId":{"type":"string"},"isNewProduct":{"type":"string"},"availableToPromise":{"type":"number"},"requestedDeliveryDate":{"type":"string","format":"date"},"requestedDeliveryTime":{"type":"string"},"requestedShipMethTypeId":{"type":"string"},"deliveryWindow":{"type":"number","format":"double"},"taxCode":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"adjustments":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderAdjustment"}},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderItemAttribute"}},"statuses":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderStatus"}}}},"org.apache.ofbiz.order.order.OrderAdjustment":{"title":"Order Adjustment","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderAdjustment"},"orderAdjustmentId":{"type":"string"},"orderAdjustmentTypeId":{"type":"string"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"shipGroupSeqId":{"type":"string"},"comments":{"type":"string"},"description":{"type":"string"},"amount":{"type":"number"},"recurringAmount":{"type":"number"},"amountAlreadyIncluded":{"type":"number"},"productPromoId":{"type":"string"},"productPromoRuleId":{"type":"string"},"productPromoActionSeqId":{"type":"string"},"productFeatureId":{"type":"string"},"correspondingProductId":{"type":"string"},"taxAuthorityRateSeqId":{"type":"string"},"sourceReferenceId":{"type":"string"},"sourcePercentage":{"type":"number"},"customerReferenceId":{"type":"string"},"primaryGeoId":{"type":"string"},"secondaryGeoId":{"type":"string"},"exemptAmount":{"type":"number"},"taxAuthGeoId":{"type":"string"},"taxAuthPartyId":{"type":"string"},"overrideGlAccountId":{"type":"string"},"includeInTax":{"type":"string"},"includeInShipping":{"type":"string"},"isManual":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedDate":{"type":"string","format":"date-time"},"lastModifiedByUserLogin":{"type":"string"},"originalAdjustmentId":{"type":"string"},"oldAmountPerQuantity":{"type":"number"},"oldPercentage":{"type":"number","format":"double"},"billingShipmentId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderAdjustmentAttribute"}}}},"org.apache.ofbiz.order.order.OrderAdjustmentAttribute":{"title":"Order Adjustment Attribute","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderAdjustmentAttribute"},"orderAdjustmentId":{"type":"string"},"attrName":{"type":"string"},"attrValue":{"type":"string"},"attrDescription":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.order.order.OrderItemAttribute":{"title":"Order Item Attribute","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderItemAttribute"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"attrName":{"type":"string"},"attrValue":{"type":"string"},"attrDescription":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.order.order.OrderStatus":{"title":"Order Status","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderStatus"},"orderStatusId":{"type":"string"},"statusId":{"type":"string"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"orderPaymentPreferenceId":{"type":"string"},"statusDatetime":{"type":"string","format":"date-time"},"statusUserLogin":{"type":"string"},"changeReason":{"type":"string"},"changeReasonEnumId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.order.order.OrderItemAttribute object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.order.order.OrderItemAttribute":{"title":"Order Item Attribute","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderItemAttribute"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"attrName":{"type":"string"},"attrValue":{"type":"string"},"attrDescription":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.order.order.OrderStatus object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.order.order.OrderStatus":{"title":"Order Status","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderStatus"},"orderStatusId":{"type":"string"},"statusId":{"type":"string"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"orderPaymentPreferenceId":{"type":"string"},"statusDatetime":{"type":"string","format":"date-time"},"statusUserLogin":{"type":"string"},"changeReason":{"type":"string"},"changeReasonEnumId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The co.hotwax.order.OrderIdentification object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.order.OrderIdentification":{"title":"Order Identification","type":"object","properties":{"_entity":{"type":"string","default":"co.hotwax.order.OrderIdentification"},"orderIdentificationTypeId":{"type":"string"},"orderId":{"type":"string"},"idValue":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"thruDate":{"type":"string","format":"date-time"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.order.order.OrderItemAssoc object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.order.order.OrderItemAssoc":{"title":"Order Item Assoc","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderItemAssoc"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"shipGroupSeqId":{"type":"string"},"toOrderId":{"type":"string"},"toOrderItemSeqId":{"type":"string"},"toShipGroupSeqId":{"type":"string"},"orderItemAssocTypeId":{"type":"string"},"quantity":{"type":"number"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.shipment.picklist.Picklist.picker object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.picklist.Picklist.picker":{"title":"Picklist (Master: picker)","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.picklist.Picklist"},"picklistId":{"type":"string"},"externalId":{"type":"string"},"description":{"type":"string"},"facilityId":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"statusId":{"type":"string"},"picklistDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedByUserLogin":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"roles":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.shipment.picklist.PicklistRole"}}}},"org.apache.ofbiz.shipment.picklist.PicklistRole":{"title":"Picklist Role","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.picklist.PicklistRole"},"picklistId":{"type":"string"},"partyId":{"type":"string"},"roleTypeId":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"thruDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedByUserLogin":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"person":{"$ref":"#/components/schemas/org.apache.ofbiz.party.party.Person"},"partyGroup":{"$ref":"#/components/schemas/org.apache.ofbiz.party.party.PartyGroup"}}},"org.apache.ofbiz.party.party.Person":{"title":"Person","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.party.Person"},"partyId":{"type":"string"},"salutation":{"type":"string"},"firstName":{"type":"string"},"middleName":{"type":"string"},"lastName":{"type":"string"},"personalTitle":{"type":"string"},"suffix":{"type":"string"},"nickname":{"type":"string"},"firstNameLocal":{"type":"string"},"middleNameLocal":{"type":"string"},"lastNameLocal":{"type":"string"},"otherLocal":{"type":"string"},"memberId":{"type":"string"},"gender":{"type":"string"},"birthDate":{"type":"string","format":"date"},"deceasedDate":{"type":"string","format":"date"},"height":{"type":"number","format":"double"},"weight":{"type":"number","format":"double"},"mothersMaidenName":{"type":"string"},"maritalStatus":{"type":"string"},"socialSecurityNumber":{"type":"string"},"passportNumber":{"type":"string"},"passportExpireDate":{"type":"string","format":"date"},"totalYearsWorkExperience":{"type":"number","format":"double"},"comments":{"type":"string"},"employmentStatusEnumId":{"type":"string"},"residenceStatusEnumId":{"type":"string"},"occupation":{"type":"string"},"yearsWithEmployer":{"type":"number","format":"int64"},"monthsWithEmployer":{"type":"number","format":"int64"},"existingCustomer":{"type":"string"},"cardId":{"type":"string"},"anniversaryDate":{"type":"string","format":"date"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.party.party.PartyGroup":{"title":"Party Group","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.party.PartyGroup"},"partyId":{"type":"string"},"groupName":{"type":"string"},"groupNameLocal":{"type":"string"},"officeSiteName":{"type":"string"},"annualRevenue":{"type":"number"},"numEmployees":{"type":"number","format":"int64"},"tickerSymbol":{"type":"string"},"comments":{"type":"string"},"logoImageUrl":{"type":"string"},"pdfLogoImageUrl":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.shipment.picklist.PicklistRole object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.picklist.PicklistRole":{"title":"Picklist Role","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.picklist.PicklistRole"},"picklistId":{"type":"string"},"partyId":{"type":"string"},"roleTypeId":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"thruDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedByUserLogin":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"person":{"$ref":"#/components/schemas/org.apache.ofbiz.party.party.Person"},"partyGroup":{"$ref":"#/components/schemas/org.apache.ofbiz.party.party.PartyGroup"}}},"org.apache.ofbiz.party.party.Person":{"title":"Person","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.party.Person"},"partyId":{"type":"string"},"salutation":{"type":"string"},"firstName":{"type":"string"},"middleName":{"type":"string"},"lastName":{"type":"string"},"personalTitle":{"type":"string"},"suffix":{"type":"string"},"nickname":{"type":"string"},"firstNameLocal":{"type":"string"},"middleNameLocal":{"type":"string"},"lastNameLocal":{"type":"string"},"otherLocal":{"type":"string"},"memberId":{"type":"string"},"gender":{"type":"string"},"birthDate":{"type":"string","format":"date"},"deceasedDate":{"type":"string","format":"date"},"height":{"type":"number","format":"double"},"weight":{"type":"number","format":"double"},"mothersMaidenName":{"type":"string"},"maritalStatus":{"type":"string"},"socialSecurityNumber":{"type":"string"},"passportNumber":{"type":"string"},"passportExpireDate":{"type":"string","format":"date"},"totalYearsWorkExperience":{"type":"number","format":"double"},"comments":{"type":"string"},"employmentStatusEnumId":{"type":"string"},"residenceStatusEnumId":{"type":"string"},"occupation":{"type":"string"},"yearsWithEmployer":{"type":"number","format":"int64"},"monthsWithEmployer":{"type":"number","format":"int64"},"existingCustomer":{"type":"string"},"cardId":{"type":"string"},"anniversaryDate":{"type":"string","format":"date"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.party.party.PartyGroup":{"title":"Party Group","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.party.PartyGroup"},"partyId":{"type":"string"},"groupName":{"type":"string"},"groupNameLocal":{"type":"string"},"officeSiteName":{"type":"string"},"annualRevenue":{"type":"number"},"numEmployees":{"type":"number","format":"int64"},"tickerSymbol":{"type":"string"},"comments":{"type":"string"},"logoImageUrl":{"type":"string"},"pdfLogoImageUrl":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.party.party.Person object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.party.party.Person":{"title":"Person","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.party.Person"},"partyId":{"type":"string"},"salutation":{"type":"string"},"firstName":{"type":"string"},"middleName":{"type":"string"},"lastName":{"type":"string"},"personalTitle":{"type":"string"},"suffix":{"type":"string"},"nickname":{"type":"string"},"firstNameLocal":{"type":"string"},"middleNameLocal":{"type":"string"},"lastNameLocal":{"type":"string"},"otherLocal":{"type":"string"},"memberId":{"type":"string"},"gender":{"type":"string"},"birthDate":{"type":"string","format":"date"},"deceasedDate":{"type":"string","format":"date"},"height":{"type":"number","format":"double"},"weight":{"type":"number","format":"double"},"mothersMaidenName":{"type":"string"},"maritalStatus":{"type":"string"},"socialSecurityNumber":{"type":"string"},"passportNumber":{"type":"string"},"passportExpireDate":{"type":"string","format":"date"},"totalYearsWorkExperience":{"type":"number","format":"double"},"comments":{"type":"string"},"employmentStatusEnumId":{"type":"string"},"residenceStatusEnumId":{"type":"string"},"occupation":{"type":"string"},"yearsWithEmployer":{"type":"number","format":"int64"},"monthsWithEmployer":{"type":"number","format":"int64"},"existingCustomer":{"type":"string"},"cardId":{"type":"string"},"anniversaryDate":{"type":"string","format":"date"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.party.party.PartyGroup object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.party.party.PartyGroup":{"title":"Party Group","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.party.PartyGroup"},"partyId":{"type":"string"},"groupName":{"type":"string"},"groupNameLocal":{"type":"string"},"officeSiteName":{"type":"string"},"annualRevenue":{"type":"number"},"numEmployees":{"type":"number","format":"int64"},"tickerSymbol":{"type":"string"},"comments":{"type":"string"},"logoImageUrl":{"type":"string"},"pdfLogoImageUrl":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.shipment.picklist.Picklist.default object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.picklist.Picklist.default":{"title":"Picklist (Master: default)","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.picklist.Picklist"},"picklistId":{"type":"string"},"externalId":{"type":"string"},"description":{"type":"string"},"facilityId":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"statusId":{"type":"string"},"picklistDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedByUserLogin":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"roles":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.shipment.picklist.PicklistRole"}}}},"org.apache.ofbiz.shipment.picklist.PicklistRole":{"title":"Picklist Role","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.picklist.PicklistRole"},"picklistId":{"type":"string"},"partyId":{"type":"string"},"roleTypeId":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"thruDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedByUserLogin":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"person":{"$ref":"#/components/schemas/org.apache.ofbiz.party.party.Person"},"partyGroup":{"$ref":"#/components/schemas/org.apache.ofbiz.party.party.PartyGroup"}}},"org.apache.ofbiz.party.party.Person":{"title":"Person","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.party.Person"},"partyId":{"type":"string"},"salutation":{"type":"string"},"firstName":{"type":"string"},"middleName":{"type":"string"},"lastName":{"type":"string"},"personalTitle":{"type":"string"},"suffix":{"type":"string"},"nickname":{"type":"string"},"firstNameLocal":{"type":"string"},"middleNameLocal":{"type":"string"},"lastNameLocal":{"type":"string"},"otherLocal":{"type":"string"},"memberId":{"type":"string"},"gender":{"type":"string"},"birthDate":{"type":"string","format":"date"},"deceasedDate":{"type":"string","format":"date"},"height":{"type":"number","format":"double"},"weight":{"type":"number","format":"double"},"mothersMaidenName":{"type":"string"},"maritalStatus":{"type":"string"},"socialSecurityNumber":{"type":"string"},"passportNumber":{"type":"string"},"passportExpireDate":{"type":"string","format":"date"},"totalYearsWorkExperience":{"type":"number","format":"double"},"comments":{"type":"string"},"employmentStatusEnumId":{"type":"string"},"residenceStatusEnumId":{"type":"string"},"occupation":{"type":"string"},"yearsWithEmployer":{"type":"number","format":"int64"},"monthsWithEmployer":{"type":"number","format":"int64"},"existingCustomer":{"type":"string"},"cardId":{"type":"string"},"anniversaryDate":{"type":"string","format":"date"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.party.party.PartyGroup":{"title":"Party Group","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.party.PartyGroup"},"partyId":{"type":"string"},"groupName":{"type":"string"},"groupNameLocal":{"type":"string"},"officeSiteName":{"type":"string"},"annualRevenue":{"type":"number"},"numEmployees":{"type":"number","format":"int64"},"tickerSymbol":{"type":"string"},"comments":{"type":"string"},"logoImageUrl":{"type":"string"},"pdfLogoImageUrl":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.shipment.picklist.Picklist.default.PK object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.picklist.Picklist.default.PK":{"title":"Picklist (Master: default)","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.picklist.Picklist.PK"},"picklistId":{"type":"string"}}}}}}
```

## The co.hotwax.poorti.FulfillmentServices.getShipments.Out object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.getShipments.Out":{"type":"object","properties":{"shipments":{"type":"array"},"shipmentCount":{"type":"string"}}}}}}
```

## The org.apache.ofbiz.shipment.shipment.Shipment.default object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.shipment.Shipment.default":{"title":"Shipment (Master: default)","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.Shipment"},"shipmentId":{"type":"string"},"externalId":{"type":"string"},"shipmentTypeId":{"type":"string"},"statusId":{"type":"string"},"primaryOrderId":{"type":"string"},"primaryReturnId":{"type":"string"},"primaryShipGroupSeqId":{"type":"string"},"picklistBinId":{"type":"string"},"estimatedReadyDate":{"type":"string","format":"date-time"},"estimatedShipDate":{"type":"string","format":"date-time"},"estimatedShipWorkEffId":{"type":"string"},"estimatedArrivalDate":{"type":"string","format":"date-time"},"estimatedArrivalWorkEffId":{"type":"string"},"latestCancelDate":{"type":"string","format":"date-time"},"estimatedShipCost":{"type":"number"},"currencyUomId":{"type":"string"},"handlingInstructions":{"type":"string"},"originFacilityId":{"type":"string"},"destinationFacilityId":{"type":"string"},"originContactMechId":{"type":"string"},"originTelecomNumberId":{"type":"string"},"destinationContactMechId":{"type":"string"},"destinationTelecomNumberId":{"type":"string"},"partyIdTo":{"type":"string"},"partyIdFrom":{"type":"string"},"additionalShippingCharge":{"type":"number"},"addtlShippingChargeDesc":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedDate":{"type":"string","format":"date-time"},"lastModifiedByUserLogin":{"type":"string"},"carrierPartyId":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"type":{"$ref":"#/components/schemas/org.apache.ofbiz.shipment.shipment.ShipmentType"},"statusItem":{"$ref":"#/components/schemas/statuses"},"currencyUom":{"$ref":"#/components/schemas/uoms"},"originFacility":{"$ref":"#/components/schemas/org.apache.ofbiz.product.facility.Facility"},"destinationFacility":{"$ref":"#/components/schemas/org.apache.ofbiz.product.facility.Facility"},"originContactMech":{"$ref":"#/components/schemas/org.apache.ofbiz.party.contact.ContactMech"},"destinationContactMech":{"$ref":"#/components/schemas/org.apache.ofbiz.party.contact.ContactMech"},"originPostalAddress":{"$ref":"#/components/schemas/org.apache.ofbiz.party.contact.PostalAddress"},"originTelecomNumber":{"$ref":"#/components/schemas/org.apache.ofbiz.party.contact.TelecomNumber"},"destinationPostalAddress":{"$ref":"#/components/schemas/org.apache.ofbiz.party.contact.PostalAddress"},"destinationTelecomNumber":{"$ref":"#/components/schemas/org.apache.ofbiz.party.contact.TelecomNumber"},"order":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderHeader"},"return":{"$ref":"#/components/schemas/org.apache.ofbiz.order.return.ReturnHeader"},"orderItemShipGroup":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderItemShipGroup"}}},"org.apache.ofbiz.shipment.shipment.ShipmentType":{"title":"Shipment Type","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.ShipmentType"},"shipmentTypeId":{"type":"string"},"parentTypeId":{"type":"string"},"hasTable":{"type":"string"},"description":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"statuses":{"title":"Status Item","type":"object","properties":{"_entity":{"type":"string","default":"statuses"},"statusId":{"type":"string"},"statusTypeId":{"type":"string"},"statusCode":{"type":"string"},"sequenceNum":{"type":"number","format":"int64"},"description":{"type":"string"},"statusAge":{"type":"number","format":"int64"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"uoms":{"title":"Uom","type":"object","properties":{"_entity":{"type":"string","default":"uoms"},"uomId":{"type":"string"},"uomTypeEnumId":{"type":"string","enum":["UT_AREA_MEASURE","UT_CURRENCY_MEASURE","UT_DATASPD_MEASURE","UT_DATA_MEASURE","UT_DENSITY_MEAS","UT_ENERGY_MEASURE","UT_LENGTH_MEASURE","UT_OTHER_MEASURE","UT_POWER_MEASURE","UT_PRESSURE_MEASURE","UT_TEMP_MEASURE","UT_TIME_FREQ_MEASURE","UT_VELOCITY_MEASURE","UT_VOLUME_DRY_MEAS","UT_VOLUME_LIQ_MEAS","UT_WEIGHT_MEASURE"]},"abbreviation":{"type":"string"},"description":{"type":"string"},"fractionDigits":{"type":"number","format":"int64"},"symbol":{"type":"string"},"numericCode":{"type":"number","format":"int64"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.product.facility.Facility":{"title":"Facility","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.product.facility.Facility"},"facilityId":{"type":"string"},"facilityTypeId":{"type":"string"},"parentFacilityId":{"type":"string"},"ownerPartyId":{"type":"string"},"defaultInventoryItemTypeId":{"type":"string"},"facilityName":{"type":"string"},"primaryFacilityGroupId":{"type":"string"},"oldSquareFootage":{"type":"number","format":"int64"},"facilitySize":{"type":"number"},"facilitySizeUomId":{"type":"string"},"productStoreId":{"type":"string"},"defaultDaysToShip":{"type":"number","format":"int64"},"openedDate":{"type":"string","format":"date-time"},"closedDate":{"type":"string","format":"date-time"},"description":{"type":"string"},"defaultDimensionUomId":{"type":"string"},"defaultWeightUomId":{"type":"string"},"geoPointId":{"type":"string"},"externalId":{"type":"string"},"openTime":{"type":"string"},"closeTime":{"type":"string"},"facilityTimeZone":{"type":"string"},"maximumOrderLimit":{"type":"number","format":"int64"},"postalCode":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.party.contact.ContactMech":{"title":"Contact Mech","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.contact.ContactMech"},"contactMechId":{"type":"string"},"externalId":{"type":"string"},"contactMechTypeId":{"type":"string"},"infoString":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.party.contact.PostalAddress":{"title":"Postal Address","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.contact.PostalAddress"},"contactMechId":{"type":"string"},"toName":{"type":"string"},"attnName":{"type":"string"},"address1":{"type":"string"},"address2":{"type":"string"},"houseNumber":{"type":"number","format":"int64"},"houseNumberExt":{"type":"string"},"directions":{"type":"string"},"city":{"type":"string"},"cityGeoId":{"type":"string"},"postalCode":{"type":"string"},"postalCodeExt":{"type":"string"},"countryGeoId":{"type":"string"},"stateProvinceGeoId":{"type":"string"},"countyGeoId":{"type":"string"},"municipalityGeoId":{"type":"string"},"postalCodeGeoId":{"type":"string"},"geoPointId":{"type":"string"},"encodedAddressKey":{"type":"string"},"latitude":{"type":"number","format":"double"},"longitude":{"type":"number","format":"double"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.party.contact.TelecomNumber":{"title":"Telecom Number","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.contact.TelecomNumber"},"contactMechId":{"type":"string"},"countryCode":{"type":"string"},"areaCode":{"type":"string"},"contactNumber":{"type":"string"},"askForName":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.order.order.OrderHeader":{"title":"Order Header","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderHeader"},"orderId":{"type":"string"},"orderTypeId":{"type":"string"},"orderName":{"type":"string"},"externalId":{"type":"string"},"salesChannelEnumId":{"type":"string"},"orderDate":{"type":"string","format":"date-time"},"priority":{"type":"string"},"entryDate":{"type":"string","format":"date-time"},"pickSheetPrintedDate":{"type":"string","format":"date-time"},"visitId":{"type":"string"},"statusId":{"type":"string"},"createdBy":{"type":"string"},"firstAttemptOrderId":{"type":"string"},"currencyUom":{"type":"string"},"syncStatusId":{"type":"string"},"billingAccountId":{"type":"string"},"originFacilityId":{"type":"string"},"webSiteId":{"type":"string"},"productStoreId":{"type":"string"},"terminalId":{"type":"string"},"transactionId":{"type":"string"},"autoOrderShoppingListId":{"type":"string"},"needsInventoryIssuance":{"type":"string"},"isRushOrder":{"type":"string"},"internalCode":{"type":"string"},"remainingSubTotal":{"type":"number"},"grandTotal":{"type":"number"},"isViewed":{"type":"string"},"invoicePerShipment":{"type":"string"},"expireDate":{"type":"string","format":"date-time"},"localeString":{"type":"string"},"customerClassificationId":{"type":"string"},"presentmentCurrencyUom":{"type":"string"},"autoApprove":{"type":"string"},"statusFlowId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.order.return.ReturnHeader":{"title":"Return Header","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.return.ReturnHeader"},"returnId":{"type":"string"},"externalId":{"type":"string"},"returnHeaderTypeId":{"type":"string"},"statusId":{"type":"string"},"createdBy":{"type":"string"},"fromPartyId":{"type":"string"},"toPartyId":{"type":"string"},"paymentMethodId":{"type":"string"},"finAccountId":{"type":"string"},"billingAccountId":{"type":"string"},"entryDate":{"type":"string","format":"date-time"},"originContactMechId":{"type":"string"},"destinationFacilityId":{"type":"string"},"needsInventoryReceive":{"type":"string"},"currencyUomId":{"type":"string"},"supplierRmaId":{"type":"string"},"returnChannelEnumId":{"type":"string"},"transactionId":{"type":"string"},"returnDate":{"type":"string","format":"date-time"},"employeeId":{"type":"string"},"terminalId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.order.order.OrderItemShipGroup":{"title":"Order Item Ship Group","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderItemShipGroup"},"orderId":{"type":"string"},"shipGroupSeqId":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"supplierPartyId":{"type":"string"},"vendorPartyId":{"type":"string"},"carrierPartyId":{"type":"string"},"carrierRoleTypeId":{"type":"string"},"facilityId":{"type":"string"},"contactMechId":{"type":"string"},"telecomContactMechId":{"type":"string"},"trackingNumber":{"type":"string"},"shippingInstructions":{"type":"string"},"maySplit":{"type":"string"},"giftMessage":{"type":"string"},"isGift":{"type":"string"},"shipAfterDate":{"type":"string","format":"date-time"},"shipByDate":{"type":"string","format":"date-time"},"estimatedShipDate":{"type":"string","format":"date-time"},"estimatedDeliveryDate":{"type":"string","format":"date-time"},"carrierAccountNumber":{"type":"string"},"carrierService":{"type":"string"},"orderFacilityId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"items":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderItem"}}}},"org.apache.ofbiz.order.order.OrderItem":{"title":"Order Item","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderItem"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"externalId":{"type":"string"},"orderItemTypeId":{"type":"string"},"orderItemGroupSeqId":{"type":"string"},"isItemGroupPrimary":{"type":"string"},"fromInventoryItemId":{"type":"string"},"budgetId":{"type":"string"},"budgetItemSeqId":{"type":"string"},"productId":{"type":"string"},"supplierProductId":{"type":"string"},"productFeatureId":{"type":"string"},"prodCatalogId":{"type":"string"},"productCategoryId":{"type":"string"},"isPromo":{"type":"string"},"quoteId":{"type":"string"},"quoteItemSeqId":{"type":"string"},"shoppingListId":{"type":"string"},"shoppingListItemSeqId":{"type":"string"},"subscriptionId":{"type":"string"},"deploymentId":{"type":"string"},"quantity":{"type":"number"},"cancelQuantity":{"type":"number"},"selectedAmount":{"type":"number"},"unitPrice":{"type":"number"},"unitListPrice":{"type":"number"},"unitAverageCost":{"type":"number"},"unitRecurringPrice":{"type":"number"},"isModifiedPrice":{"type":"string"},"recurringFreqUomId":{"type":"string"},"itemDescription":{"type":"string"},"comments":{"type":"string"},"correspondingPoId":{"type":"string"},"statusId":{"type":"string"},"syncStatusId":{"type":"string"},"estimatedShipDate":{"type":"string","format":"date-time"},"estimatedDeliveryDate":{"type":"string","format":"date-time"},"autoCancelDate":{"type":"string","format":"date-time"},"dontCancelSetDate":{"type":"string","format":"date-time"},"dontCancelSetUserLogin":{"type":"string"},"shipBeforeDate":{"type":"string","format":"date-time"},"shipAfterDate":{"type":"string","format":"date-time"},"cancelBackOrderDate":{"type":"string","format":"date-time"},"overrideGlAccountId":{"type":"string"},"salesOpportunityId":{"type":"string"},"changeByUserLoginId":{"type":"string"},"shipGroupSeqId":{"type":"string"},"returnTillDate":{"type":"string","format":"date-time"},"promisedDatetime":{"type":"string","format":"date-time"},"shipmentId":{"type":"string"},"isNewProduct":{"type":"string"},"availableToPromise":{"type":"number"},"requestedDeliveryDate":{"type":"string","format":"date"},"requestedDeliveryTime":{"type":"string"},"requestedShipMethTypeId":{"type":"string"},"deliveryWindow":{"type":"number","format":"double"},"taxCode":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"adjustments":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderAdjustment"}},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderItemAttribute"}},"statuses":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderStatus"}}}},"org.apache.ofbiz.order.order.OrderAdjustment":{"title":"Order Adjustment","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderAdjustment"},"orderAdjustmentId":{"type":"string"},"orderAdjustmentTypeId":{"type":"string"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"shipGroupSeqId":{"type":"string"},"comments":{"type":"string"},"description":{"type":"string"},"amount":{"type":"number"},"recurringAmount":{"type":"number"},"amountAlreadyIncluded":{"type":"number"},"productPromoId":{"type":"string"},"productPromoRuleId":{"type":"string"},"productPromoActionSeqId":{"type":"string"},"productFeatureId":{"type":"string"},"correspondingProductId":{"type":"string"},"taxAuthorityRateSeqId":{"type":"string"},"sourceReferenceId":{"type":"string"},"sourcePercentage":{"type":"number"},"customerReferenceId":{"type":"string"},"primaryGeoId":{"type":"string"},"secondaryGeoId":{"type":"string"},"exemptAmount":{"type":"number"},"taxAuthGeoId":{"type":"string"},"taxAuthPartyId":{"type":"string"},"overrideGlAccountId":{"type":"string"},"includeInTax":{"type":"string"},"includeInShipping":{"type":"string"},"isManual":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedDate":{"type":"string","format":"date-time"},"lastModifiedByUserLogin":{"type":"string"},"originalAdjustmentId":{"type":"string"},"oldAmountPerQuantity":{"type":"number"},"oldPercentage":{"type":"number","format":"double"},"billingShipmentId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderAdjustmentAttribute"}}}},"org.apache.ofbiz.order.order.OrderAdjustmentAttribute":{"title":"Order Adjustment Attribute","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderAdjustmentAttribute"},"orderAdjustmentId":{"type":"string"},"attrName":{"type":"string"},"attrValue":{"type":"string"},"attrDescription":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.order.order.OrderItemAttribute":{"title":"Order Item Attribute","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderItemAttribute"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"attrName":{"type":"string"},"attrValue":{"type":"string"},"attrDescription":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.order.order.OrderStatus":{"title":"Order Status","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderStatus"},"orderStatusId":{"type":"string"},"statusId":{"type":"string"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"orderPaymentPreferenceId":{"type":"string"},"statusDatetime":{"type":"string","format":"date-time"},"statusUserLogin":{"type":"string"},"changeReason":{"type":"string"},"changeReasonEnumId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.shipment.shipment.ShipmentType object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.shipment.ShipmentType":{"title":"Shipment Type","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.ShipmentType"},"shipmentTypeId":{"type":"string"},"parentTypeId":{"type":"string"},"hasTable":{"type":"string"},"description":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The uoms object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"uoms":{"title":"Uom","type":"object","properties":{"_entity":{"type":"string","default":"uoms"},"uomId":{"type":"string"},"uomTypeEnumId":{"type":"string","enum":["UT_AREA_MEASURE","UT_CURRENCY_MEASURE","UT_DATASPD_MEASURE","UT_DATA_MEASURE","UT_DENSITY_MEAS","UT_ENERGY_MEASURE","UT_LENGTH_MEASURE","UT_OTHER_MEASURE","UT_POWER_MEASURE","UT_PRESSURE_MEASURE","UT_TEMP_MEASURE","UT_TIME_FREQ_MEASURE","UT_VELOCITY_MEASURE","UT_VOLUME_DRY_MEAS","UT_VOLUME_LIQ_MEAS","UT_WEIGHT_MEASURE"]},"abbreviation":{"type":"string"},"description":{"type":"string"},"fractionDigits":{"type":"number","format":"int64"},"symbol":{"type":"string"},"numericCode":{"type":"number","format":"int64"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.product.facility.Facility object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.product.facility.Facility":{"title":"Facility","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.product.facility.Facility"},"facilityId":{"type":"string"},"facilityTypeId":{"type":"string"},"parentFacilityId":{"type":"string"},"ownerPartyId":{"type":"string"},"defaultInventoryItemTypeId":{"type":"string"},"facilityName":{"type":"string"},"primaryFacilityGroupId":{"type":"string"},"oldSquareFootage":{"type":"number","format":"int64"},"facilitySize":{"type":"number"},"facilitySizeUomId":{"type":"string"},"productStoreId":{"type":"string"},"defaultDaysToShip":{"type":"number","format":"int64"},"openedDate":{"type":"string","format":"date-time"},"closedDate":{"type":"string","format":"date-time"},"description":{"type":"string"},"defaultDimensionUomId":{"type":"string"},"defaultWeightUomId":{"type":"string"},"geoPointId":{"type":"string"},"externalId":{"type":"string"},"openTime":{"type":"string"},"closeTime":{"type":"string"},"facilityTimeZone":{"type":"string"},"maximumOrderLimit":{"type":"number","format":"int64"},"postalCode":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.order.order.OrderHeader object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.order.order.OrderHeader":{"title":"Order Header","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderHeader"},"orderId":{"type":"string"},"orderTypeId":{"type":"string"},"orderName":{"type":"string"},"externalId":{"type":"string"},"salesChannelEnumId":{"type":"string"},"orderDate":{"type":"string","format":"date-time"},"priority":{"type":"string"},"entryDate":{"type":"string","format":"date-time"},"pickSheetPrintedDate":{"type":"string","format":"date-time"},"visitId":{"type":"string"},"statusId":{"type":"string"},"createdBy":{"type":"string"},"firstAttemptOrderId":{"type":"string"},"currencyUom":{"type":"string"},"syncStatusId":{"type":"string"},"billingAccountId":{"type":"string"},"originFacilityId":{"type":"string"},"webSiteId":{"type":"string"},"productStoreId":{"type":"string"},"terminalId":{"type":"string"},"transactionId":{"type":"string"},"autoOrderShoppingListId":{"type":"string"},"needsInventoryIssuance":{"type":"string"},"isRushOrder":{"type":"string"},"internalCode":{"type":"string"},"remainingSubTotal":{"type":"number"},"grandTotal":{"type":"number"},"isViewed":{"type":"string"},"invoicePerShipment":{"type":"string"},"expireDate":{"type":"string","format":"date-time"},"localeString":{"type":"string"},"customerClassificationId":{"type":"string"},"presentmentCurrencyUom":{"type":"string"},"autoApprove":{"type":"string"},"statusFlowId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.order.return.ReturnHeader object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.order.return.ReturnHeader":{"title":"Return Header","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.return.ReturnHeader"},"returnId":{"type":"string"},"externalId":{"type":"string"},"returnHeaderTypeId":{"type":"string"},"statusId":{"type":"string"},"createdBy":{"type":"string"},"fromPartyId":{"type":"string"},"toPartyId":{"type":"string"},"paymentMethodId":{"type":"string"},"finAccountId":{"type":"string"},"billingAccountId":{"type":"string"},"entryDate":{"type":"string","format":"date-time"},"originContactMechId":{"type":"string"},"destinationFacilityId":{"type":"string"},"needsInventoryReceive":{"type":"string"},"currencyUomId":{"type":"string"},"supplierRmaId":{"type":"string"},"returnChannelEnumId":{"type":"string"},"transactionId":{"type":"string"},"returnDate":{"type":"string","format":"date-time"},"employeeId":{"type":"string"},"terminalId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.shipment.shipment.Shipment.default.PK object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.shipment.Shipment.default.PK":{"title":"Shipment (Master: default)","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.Shipment.PK"},"shipmentId":{"type":"string"}}}}}}
```

## The co.hotwax.poorti.FulfillmentServices.packShipment.In object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.packShipment.In":{"type":"object","properties":{"shipmentId":{"type":"string"},"facilityId":{"type":"string"},"orderId":{"type":"string"},"shipmentPackageContents":{"type":"array"},"rejectedOrderItems":{"type":"array"},"trackingCode":{"type":"string"}},"required":["shipmentId","facilityId","orderId"]}}}}
```

## The co.hotwax.poorti.FulfillmentServices.packShipment.Out object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.packShipment.Out":{"type":"object","properties":{"packedShipmentId":{"type":"string"}}}}}}
```

## The org.apache.ofbiz.shipment.shipment.ShipmentPackage.default object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.shipment.ShipmentPackage.default":{"title":"Shipment Package (Master: default)","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.ShipmentPackage"},"shipmentId":{"type":"string"},"shipmentPackageSeqId":{"type":"string"},"shipmentBoxTypeId":{"type":"string"},"dateCreated":{"type":"string","format":"date-time"},"boxLength":{"type":"number"},"boxHeight":{"type":"number"},"boxWidth":{"type":"number"},"dimensionUomId":{"$ref":"#/components/schemas/uoms"},"weight":{"type":"number"},"weightUomId":{"$ref":"#/components/schemas/uoms"},"insuredValue":{"type":"number"},"packageName":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"shipment":{"$ref":"#/components/schemas/org.apache.ofbiz.shipment.shipment.Shipment"},"boxType":{"$ref":"#/components/schemas/org.apache.ofbiz.shipment.shipment.ShipmentBoxType"},"carrierBoxType":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.shipment.shipment.CarrierShipmentBoxType"}}}},"uoms":{"title":"Uom","type":"object","properties":{"_entity":{"type":"string","default":"uoms"},"uomId":{"type":"string"},"uomTypeEnumId":{"type":"string","enum":["UT_AREA_MEASURE","UT_CURRENCY_MEASURE","UT_DATASPD_MEASURE","UT_DATA_MEASURE","UT_DENSITY_MEAS","UT_ENERGY_MEASURE","UT_LENGTH_MEASURE","UT_OTHER_MEASURE","UT_POWER_MEASURE","UT_PRESSURE_MEASURE","UT_TEMP_MEASURE","UT_TIME_FREQ_MEASURE","UT_VELOCITY_MEASURE","UT_VOLUME_DRY_MEAS","UT_VOLUME_LIQ_MEAS","UT_WEIGHT_MEASURE"]},"abbreviation":{"type":"string"},"description":{"type":"string"},"fractionDigits":{"type":"number","format":"int64"},"symbol":{"type":"string"},"numericCode":{"type":"number","format":"int64"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.shipment.shipment.Shipment":{"title":"Shipment","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.Shipment"},"shipmentId":{"type":"string"},"externalId":{"type":"string"},"shipmentTypeId":{"type":"string"},"statusId":{"type":"string"},"primaryOrderId":{"type":"string"},"primaryReturnId":{"type":"string"},"primaryShipGroupSeqId":{"type":"string"},"picklistBinId":{"type":"string"},"estimatedReadyDate":{"type":"string","format":"date-time"},"estimatedShipDate":{"type":"string","format":"date-time"},"estimatedShipWorkEffId":{"type":"string"},"estimatedArrivalDate":{"type":"string","format":"date-time"},"estimatedArrivalWorkEffId":{"type":"string"},"latestCancelDate":{"type":"string","format":"date-time"},"estimatedShipCost":{"type":"number"},"currencyUomId":{"type":"string"},"handlingInstructions":{"type":"string"},"originFacilityId":{"type":"string"},"destinationFacilityId":{"type":"string"},"originContactMechId":{"type":"string"},"originTelecomNumberId":{"type":"string"},"destinationContactMechId":{"type":"string"},"destinationTelecomNumberId":{"type":"string"},"partyIdTo":{"type":"string"},"partyIdFrom":{"type":"string"},"additionalShippingCharge":{"type":"number"},"addtlShippingChargeDesc":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedDate":{"type":"string","format":"date-time"},"lastModifiedByUserLogin":{"type":"string"},"carrierPartyId":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.shipment.shipment.ShipmentBoxType":{"title":"Shipment Box Type","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.ShipmentBoxType"},"shipmentBoxTypeId":{"type":"string"},"description":{"type":"string"},"dimensionUomId":{"type":"string"},"boxLength":{"type":"number"},"boxWidth":{"type":"number"},"boxHeight":{"type":"number"},"weightUomId":{"type":"string"},"boxWeight":{"type":"number"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.shipment.shipment.CarrierShipmentBoxType":{"title":"Carrier Shipment Box Type","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.CarrierShipmentBoxType"},"shipmentBoxTypeId":{"type":"string"},"partyId":{"type":"string"},"packagingTypeCode":{"type":"string"},"oversizeCode":{"type":"string"},"pickupContainerCode":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.shipment.shipment.Shipment object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.shipment.Shipment":{"title":"Shipment","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.Shipment"},"shipmentId":{"type":"string"},"externalId":{"type":"string"},"shipmentTypeId":{"type":"string"},"statusId":{"type":"string"},"primaryOrderId":{"type":"string"},"primaryReturnId":{"type":"string"},"primaryShipGroupSeqId":{"type":"string"},"picklistBinId":{"type":"string"},"estimatedReadyDate":{"type":"string","format":"date-time"},"estimatedShipDate":{"type":"string","format":"date-time"},"estimatedShipWorkEffId":{"type":"string"},"estimatedArrivalDate":{"type":"string","format":"date-time"},"estimatedArrivalWorkEffId":{"type":"string"},"latestCancelDate":{"type":"string","format":"date-time"},"estimatedShipCost":{"type":"number"},"currencyUomId":{"type":"string"},"handlingInstructions":{"type":"string"},"originFacilityId":{"type":"string"},"destinationFacilityId":{"type":"string"},"originContactMechId":{"type":"string"},"originTelecomNumberId":{"type":"string"},"destinationContactMechId":{"type":"string"},"destinationTelecomNumberId":{"type":"string"},"partyIdTo":{"type":"string"},"partyIdFrom":{"type":"string"},"additionalShippingCharge":{"type":"number"},"addtlShippingChargeDesc":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedDate":{"type":"string","format":"date-time"},"lastModifiedByUserLogin":{"type":"string"},"carrierPartyId":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.shipment.shipment.ShipmentBoxType object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.shipment.ShipmentBoxType":{"title":"Shipment Box Type","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.ShipmentBoxType"},"shipmentBoxTypeId":{"type":"string"},"description":{"type":"string"},"dimensionUomId":{"type":"string"},"boxLength":{"type":"number"},"boxWidth":{"type":"number"},"boxHeight":{"type":"number"},"weightUomId":{"type":"string"},"boxWeight":{"type":"number"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.shipment.shipment.CarrierShipmentBoxType object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.shipment.CarrierShipmentBoxType":{"title":"Carrier Shipment Box Type","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.CarrierShipmentBoxType"},"shipmentBoxTypeId":{"type":"string"},"partyId":{"type":"string"},"packagingTypeCode":{"type":"string"},"oversizeCode":{"type":"string"},"pickupContainerCode":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The co.hotwax.poorti.FulfillmentServices.createShipmentPackage.In object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.createShipmentPackage.In":{"type":"object","properties":{"shipmentId":{"type":"string"},"shipmentPackageSeqId":{"type":"string"},"shipmentBoxTypeId":{"type":"string"},"boxLength":{"type":"number"},"boxHeight":{"type":"number"},"boxWidth":{"type":"number"},"dimensionUomId":{"type":"string"},"weight":{"type":"number"},"weightUomId":{"type":"string"},"insuredValue":{"type":"number"},"packageName":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The co.hotwax.poorti.FulfillmentServices.createShipmentPackage.Out object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.createShipmentPackage.Out":{"type":"object","properties":{"shipmentId":{"type":"string"},"shipmentPackageSeqId":{"type":"string"}}}}}}
```

## The org.apache.ofbiz.shipment.shipment.ShipmentPackage object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.shipment.ShipmentPackage":{"title":"Shipment Package","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.ShipmentPackage"},"shipmentId":{"type":"string"},"shipmentPackageSeqId":{"type":"string"},"shipmentBoxTypeId":{"type":"string"},"dateCreated":{"type":"string","format":"date-time"},"boxLength":{"type":"number"},"boxHeight":{"type":"number"},"boxWidth":{"type":"number"},"dimensionUomId":{"type":"string"},"weight":{"type":"number"},"weightUomId":{"type":"string"},"insuredValue":{"type":"number"},"packageName":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.shipment.shipment.ShipmentPackage.PK object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.shipment.ShipmentPackage.PK":{"title":"Shipment Package","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.ShipmentPackage.PK"},"shipmentId":{"type":"string"},"shipmentPackageSeqId":{"type":"string"}}}}}}
```

## The org.apache.ofbiz.shipment.shipment.ShipmentPackageContent object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.shipment.ShipmentPackageContent":{"title":"Shipment Package Content","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.ShipmentPackageContent"},"shipmentId":{"type":"string"},"shipmentPackageSeqId":{"type":"string"},"shipmentItemSeqId":{"type":"string"},"quantity":{"type":"number"},"subProductId":{"type":"string"},"subProductQuantity":{"type":"number"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.shipment.shipment.ShipmentPackageContent.PK object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.shipment.ShipmentPackageContent.PK":{"title":"Shipment Package Content","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.ShipmentPackageContent.PK"},"shipmentId":{"type":"string"},"shipmentPackageSeqId":{"type":"string"},"shipmentItemSeqId":{"type":"string"}}}}}}
```

## The org.apache.ofbiz.shipment.shipment.ShipmentPackageRouteSeg object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.shipment.ShipmentPackageRouteSeg":{"title":"Shipment Package Route Seg","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.ShipmentPackageRouteSeg"},"shipmentId":{"type":"string"},"shipmentPackageSeqId":{"type":"string"},"shipmentRouteSegmentId":{"type":"string"},"trackingCode":{"type":"string"},"boxNumber":{"type":"string"},"labelImage":{"type":"string"},"labelIntlSignImage":{"type":"string"},"labelHtml":{"type":"string"},"labelPrinted":{"type":"string"},"internationalInvoice":{"type":"string"},"packageTransportCost":{"type":"number"},"packageServiceCost":{"type":"number"},"packageOtherCost":{"type":"number"},"codAmount":{"type":"number"},"insuredAmount":{"type":"number"},"currencyUomId":{"type":"string"},"labelImageUrl":{"type":"string"},"internationalInvoiceUrl":{"type":"string"},"packagePickupPrn":{"type":"string"},"packagePickupDate":{"type":"string","format":"date-time"},"gatewayMessage":{"type":"string"},"gatewayStatus":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.shipment.shipment.ShipmentPackageRouteSeg.PK object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.shipment.ShipmentPackageRouteSeg.PK":{"title":"Shipment Package Route Seg","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.ShipmentPackageRouteSeg.PK"},"shipmentId":{"type":"string"},"shipmentPackageSeqId":{"type":"string"},"shipmentRouteSegmentId":{"type":"string"}}}}}}
```

## The org.apache.ofbiz.shipment.shipment.ShipmentRouteSegment object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.shipment.ShipmentRouteSegment":{"title":"Shipment Route Segment","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.ShipmentRouteSegment"},"shipmentId":{"type":"string"},"shipmentRouteSegmentId":{"type":"string"},"deliveryId":{"type":"string"},"originFacilityId":{"type":"string"},"destFacilityId":{"type":"string"},"originContactMechId":{"type":"string"},"originTelecomNumberId":{"type":"string"},"destContactMechId":{"type":"string"},"destTelecomNumberId":{"type":"string"},"carrierPartyId":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"carrierServiceStatusId":{"type":"string"},"carrierDeliveryZone":{"type":"string"},"carrierRestrictionCodes":{"type":"string"},"carrierRestrictionDesc":{"type":"string"},"billingWeight":{"type":"number"},"billingWeightUomId":{"type":"string"},"actualTransportCost":{"type":"number"},"actualServiceCost":{"type":"number"},"actualOtherCost":{"type":"number"},"actualCost":{"type":"number"},"currencyUomId":{"type":"string"},"actualStartDate":{"type":"string","format":"date-time"},"actualArrivalDate":{"type":"string","format":"date-time"},"estimatedStartDate":{"type":"string","format":"date-time"},"estimatedArrivalDate":{"type":"string","format":"date-time"},"trackingIdNumber":{"type":"string"},"trackingDigest":{"type":"string"},"updatedByUserLoginId":{"type":"string"},"lastUpdatedDate":{"type":"string","format":"date-time"},"homeDeliveryType":{"type":"string"},"homeDeliveryDate":{"type":"string","format":"date-time"},"thirdPartyAccountNumber":{"type":"string"},"thirdPartyPostalCode":{"type":"string"},"thirdPartyCountryGeoCode":{"type":"string"},"upsHighValueReport":{"type":"string"},"trackingUrl":{"type":"string"},"codReturnLabelImage":{"type":"string"},"codReturnLabelHtml":{"type":"string"},"codCollectionAmount":{"type":"number"},"carrierAccountNumber":{"type":"string"},"carrierService":{"type":"string"},"isGenerateThirdPartyLabel":{"type":"string"},"isTrackingRequired":{"type":"string"},"referenceNumber":{"type":"string"},"actualCarrierCode":{"type":"string"},"labelImage":{"type":"string"},"labelImageUrl":{"type":"string"},"labelHtml":{"type":"string"},"requestedDeliveryDate":{"type":"string","format":"date"},"requestedDeliveryTime":{"type":"string"},"requestedShipMethTypeId":{"type":"string"},"deliveryWindow":{"type":"number","format":"double"},"gatewayRateId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.shipment.shipment.ShipmentRouteSegment.PK object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.shipment.ShipmentRouteSegment.PK":{"title":"Shipment Route Segment","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.ShipmentRouteSegment.PK"},"shipmentId":{"type":"string"},"shipmentRouteSegmentId":{"type":"string"}}}}}}
```

## The co.hotwax.poorti.FulfillmentServices.packShipments.In object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.packShipments.In":{"type":"object","properties":{"shipments":{"type":"array"}},"required":["shipments"]}}}}
```

## The co.hotwax.poorti.FulfillmentServices.packShipments.Out object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.packShipments.Out":{"type":"object","properties":{"packedShipmentIds":{"type":"array"}}}}}}
```

## The co.hotwax.poorti.FulfillmentServices.shipShipments.In object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.shipShipments.In":{"type":"object","properties":{"shipmentIds":{"type":"array"}},"required":["shipmentIds"]}}}}
```

## The co.hotwax.poorti.FulfillmentServices.retryShippingLabel.In object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.retryShippingLabel.In":{"type":"object","properties":{"forceRateShop":{"type":"string","default":"N"},"generateLabel":{"type":"string","default":"N"},"shipmentIds":{"type":"array"}}}}}}
```

## The org.apache.ofbiz.shipment.shipment.Shipment.picklistShipment object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.shipment.Shipment.picklistShipment":{"title":"Shipment (Master: picklistShipment)","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.shipment.Shipment"},"shipmentId":{"type":"string"},"externalId":{"type":"string"},"shipmentTypeId":{"type":"string"},"statusId":{"type":"string"},"primaryOrderId":{"type":"string"},"primaryReturnId":{"type":"string"},"primaryShipGroupSeqId":{"type":"string"},"picklistBinId":{"type":"string"},"estimatedReadyDate":{"type":"string","format":"date-time"},"estimatedShipDate":{"type":"string","format":"date-time"},"estimatedShipWorkEffId":{"type":"string"},"estimatedArrivalDate":{"type":"string","format":"date-time"},"estimatedArrivalWorkEffId":{"type":"string"},"latestCancelDate":{"type":"string","format":"date-time"},"estimatedShipCost":{"type":"number"},"currencyUomId":{"type":"string"},"handlingInstructions":{"type":"string"},"originFacilityId":{"type":"string"},"destinationFacilityId":{"type":"string"},"originContactMechId":{"type":"string"},"originTelecomNumberId":{"type":"string"},"destinationContactMechId":{"type":"string"},"destinationTelecomNumberId":{"type":"string"},"partyIdTo":{"type":"string"},"partyIdFrom":{"type":"string"},"additionalShippingCharge":{"type":"number"},"addtlShippingChargeDesc":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedDate":{"type":"string","format":"date-time"},"lastModifiedByUserLogin":{"type":"string"},"carrierPartyId":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"picklistShipment":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.shipment.picklist.PicklistShipment"}},"order":{"$ref":"#/components/schemas/org.apache.ofbiz.order.order.OrderHeader"}}},"org.apache.ofbiz.shipment.picklist.PicklistShipment":{"title":"Picklist Shipment","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.picklist.PicklistShipment"},"picklistId":{"type":"string"},"shipmentId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"picklist":{"$ref":"#/components/schemas/org.apache.ofbiz.shipment.picklist.Picklist"}}},"org.apache.ofbiz.shipment.picklist.Picklist":{"title":"Picklist","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.picklist.Picklist"},"picklistId":{"type":"string"},"externalId":{"type":"string"},"description":{"type":"string"},"facilityId":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"statusId":{"type":"string"},"picklistDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedByUserLogin":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"roles":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.shipment.picklist.PicklistRole"}}}},"org.apache.ofbiz.shipment.picklist.PicklistRole":{"title":"Picklist Role","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.picklist.PicklistRole"},"picklistId":{"type":"string"},"partyId":{"type":"string"},"roleTypeId":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"thruDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedByUserLogin":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"person":{"$ref":"#/components/schemas/org.apache.ofbiz.party.party.Person"},"partyGroup":{"$ref":"#/components/schemas/org.apache.ofbiz.party.party.PartyGroup"}}},"org.apache.ofbiz.party.party.Person":{"title":"Person","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.party.Person"},"partyId":{"type":"string"},"salutation":{"type":"string"},"firstName":{"type":"string"},"middleName":{"type":"string"},"lastName":{"type":"string"},"personalTitle":{"type":"string"},"suffix":{"type":"string"},"nickname":{"type":"string"},"firstNameLocal":{"type":"string"},"middleNameLocal":{"type":"string"},"lastNameLocal":{"type":"string"},"otherLocal":{"type":"string"},"memberId":{"type":"string"},"gender":{"type":"string"},"birthDate":{"type":"string","format":"date"},"deceasedDate":{"type":"string","format":"date"},"height":{"type":"number","format":"double"},"weight":{"type":"number","format":"double"},"mothersMaidenName":{"type":"string"},"maritalStatus":{"type":"string"},"socialSecurityNumber":{"type":"string"},"passportNumber":{"type":"string"},"passportExpireDate":{"type":"string","format":"date"},"totalYearsWorkExperience":{"type":"number","format":"double"},"comments":{"type":"string"},"employmentStatusEnumId":{"type":"string"},"residenceStatusEnumId":{"type":"string"},"occupation":{"type":"string"},"yearsWithEmployer":{"type":"number","format":"int64"},"monthsWithEmployer":{"type":"number","format":"int64"},"existingCustomer":{"type":"string"},"cardId":{"type":"string"},"anniversaryDate":{"type":"string","format":"date"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.party.party.PartyGroup":{"title":"Party Group","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.party.PartyGroup"},"partyId":{"type":"string"},"groupName":{"type":"string"},"groupNameLocal":{"type":"string"},"officeSiteName":{"type":"string"},"annualRevenue":{"type":"number"},"numEmployees":{"type":"number","format":"int64"},"tickerSymbol":{"type":"string"},"comments":{"type":"string"},"logoImageUrl":{"type":"string"},"pdfLogoImageUrl":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.order.order.OrderHeader":{"title":"Order Header","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.order.order.OrderHeader"},"orderId":{"type":"string"},"orderTypeId":{"type":"string"},"orderName":{"type":"string"},"externalId":{"type":"string"},"salesChannelEnumId":{"type":"string"},"orderDate":{"type":"string","format":"date-time"},"priority":{"type":"string"},"entryDate":{"type":"string","format":"date-time"},"pickSheetPrintedDate":{"type":"string","format":"date-time"},"visitId":{"type":"string"},"statusId":{"type":"string"},"createdBy":{"type":"string"},"firstAttemptOrderId":{"type":"string"},"currencyUom":{"type":"string"},"syncStatusId":{"type":"string"},"billingAccountId":{"type":"string"},"originFacilityId":{"type":"string"},"webSiteId":{"type":"string"},"productStoreId":{"type":"string"},"terminalId":{"type":"string"},"transactionId":{"type":"string"},"autoOrderShoppingListId":{"type":"string"},"needsInventoryIssuance":{"type":"string"},"isRushOrder":{"type":"string"},"internalCode":{"type":"string"},"remainingSubTotal":{"type":"number"},"grandTotal":{"type":"number"},"isViewed":{"type":"string"},"invoicePerShipment":{"type":"string"},"expireDate":{"type":"string","format":"date-time"},"localeString":{"type":"string"},"customerClassificationId":{"type":"string"},"presentmentCurrencyUom":{"type":"string"},"autoApprove":{"type":"string"},"statusFlowId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.shipment.picklist.PicklistShipment object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.picklist.PicklistShipment":{"title":"Picklist Shipment","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.picklist.PicklistShipment"},"picklistId":{"type":"string"},"shipmentId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"picklist":{"$ref":"#/components/schemas/org.apache.ofbiz.shipment.picklist.Picklist"}}},"org.apache.ofbiz.shipment.picklist.Picklist":{"title":"Picklist","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.picklist.Picklist"},"picklistId":{"type":"string"},"externalId":{"type":"string"},"description":{"type":"string"},"facilityId":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"statusId":{"type":"string"},"picklistDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedByUserLogin":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"roles":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.shipment.picklist.PicklistRole"}}}},"org.apache.ofbiz.shipment.picklist.PicklistRole":{"title":"Picklist Role","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.picklist.PicklistRole"},"picklistId":{"type":"string"},"partyId":{"type":"string"},"roleTypeId":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"thruDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedByUserLogin":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"person":{"$ref":"#/components/schemas/org.apache.ofbiz.party.party.Person"},"partyGroup":{"$ref":"#/components/schemas/org.apache.ofbiz.party.party.PartyGroup"}}},"org.apache.ofbiz.party.party.Person":{"title":"Person","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.party.Person"},"partyId":{"type":"string"},"salutation":{"type":"string"},"firstName":{"type":"string"},"middleName":{"type":"string"},"lastName":{"type":"string"},"personalTitle":{"type":"string"},"suffix":{"type":"string"},"nickname":{"type":"string"},"firstNameLocal":{"type":"string"},"middleNameLocal":{"type":"string"},"lastNameLocal":{"type":"string"},"otherLocal":{"type":"string"},"memberId":{"type":"string"},"gender":{"type":"string"},"birthDate":{"type":"string","format":"date"},"deceasedDate":{"type":"string","format":"date"},"height":{"type":"number","format":"double"},"weight":{"type":"number","format":"double"},"mothersMaidenName":{"type":"string"},"maritalStatus":{"type":"string"},"socialSecurityNumber":{"type":"string"},"passportNumber":{"type":"string"},"passportExpireDate":{"type":"string","format":"date"},"totalYearsWorkExperience":{"type":"number","format":"double"},"comments":{"type":"string"},"employmentStatusEnumId":{"type":"string"},"residenceStatusEnumId":{"type":"string"},"occupation":{"type":"string"},"yearsWithEmployer":{"type":"number","format":"int64"},"monthsWithEmployer":{"type":"number","format":"int64"},"existingCustomer":{"type":"string"},"cardId":{"type":"string"},"anniversaryDate":{"type":"string","format":"date"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.party.party.PartyGroup":{"title":"Party Group","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.party.PartyGroup"},"partyId":{"type":"string"},"groupName":{"type":"string"},"groupNameLocal":{"type":"string"},"officeSiteName":{"type":"string"},"annualRevenue":{"type":"number"},"numEmployees":{"type":"number","format":"int64"},"tickerSymbol":{"type":"string"},"comments":{"type":"string"},"logoImageUrl":{"type":"string"},"pdfLogoImageUrl":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.shipment.picklist.Picklist object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.shipment.picklist.Picklist":{"title":"Picklist","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.picklist.Picklist"},"picklistId":{"type":"string"},"externalId":{"type":"string"},"description":{"type":"string"},"facilityId":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"statusId":{"type":"string"},"picklistDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedByUserLogin":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"roles":{"type":"array","items":{"$ref":"#/components/schemas/org.apache.ofbiz.shipment.picklist.PicklistRole"}}}},"org.apache.ofbiz.shipment.picklist.PicklistRole":{"title":"Picklist Role","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.shipment.picklist.PicklistRole"},"picklistId":{"type":"string"},"partyId":{"type":"string"},"roleTypeId":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"thruDate":{"type":"string","format":"date-time"},"createdByUserLogin":{"type":"string"},"lastModifiedByUserLogin":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"person":{"$ref":"#/components/schemas/org.apache.ofbiz.party.party.Person"},"partyGroup":{"$ref":"#/components/schemas/org.apache.ofbiz.party.party.PartyGroup"}}},"org.apache.ofbiz.party.party.Person":{"title":"Person","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.party.Person"},"partyId":{"type":"string"},"salutation":{"type":"string"},"firstName":{"type":"string"},"middleName":{"type":"string"},"lastName":{"type":"string"},"personalTitle":{"type":"string"},"suffix":{"type":"string"},"nickname":{"type":"string"},"firstNameLocal":{"type":"string"},"middleNameLocal":{"type":"string"},"lastNameLocal":{"type":"string"},"otherLocal":{"type":"string"},"memberId":{"type":"string"},"gender":{"type":"string"},"birthDate":{"type":"string","format":"date"},"deceasedDate":{"type":"string","format":"date"},"height":{"type":"number","format":"double"},"weight":{"type":"number","format":"double"},"mothersMaidenName":{"type":"string"},"maritalStatus":{"type":"string"},"socialSecurityNumber":{"type":"string"},"passportNumber":{"type":"string"},"passportExpireDate":{"type":"string","format":"date"},"totalYearsWorkExperience":{"type":"number","format":"double"},"comments":{"type":"string"},"employmentStatusEnumId":{"type":"string"},"residenceStatusEnumId":{"type":"string"},"occupation":{"type":"string"},"yearsWithEmployer":{"type":"number","format":"int64"},"monthsWithEmployer":{"type":"number","format":"int64"},"existingCustomer":{"type":"string"},"cardId":{"type":"string"},"anniversaryDate":{"type":"string","format":"date"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}},"org.apache.ofbiz.party.party.PartyGroup":{"title":"Party Group","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.party.party.PartyGroup"},"partyId":{"type":"string"},"groupName":{"type":"string"},"groupNameLocal":{"type":"string"},"officeSiteName":{"type":"string"},"annualRevenue":{"type":"number"},"numEmployees":{"type":"number","format":"int64"},"tickerSymbol":{"type":"string"},"comments":{"type":"string"},"logoImageUrl":{"type":"string"},"pdfLogoImageUrl":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The co.hotwax.poorti.FulfillmentServices.getShipmentFacets.Out object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.getShipmentFacets.Out":{"type":"object","properties":{"carrierPartyIds":{"type":"array"},"shipmentMethodTypeIds":{"type":"array"}}}}}}
```

## The org.apache.ofbiz.product.inventory.ExternalInventoryReset object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.product.inventory.ExternalInventoryReset":{"title":"External Inventory Reset","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.product.inventory.ExternalInventoryReset"},"resetItemId":{"type":"string"},"resetDateResourceId":{"type":"string"},"facilityId":{"type":"string"},"productId":{"type":"string"},"externalFacilityId":{"type":"string"},"productIdentType":{"type":"string"},"productIdentValue":{"type":"string"},"inventoryItemId":{"type":"string"},"inventoryItemATP":{"type":"number"},"inventoryItemQOH":{"type":"number"},"externalATP":{"type":"number"},"externalQOH":{"type":"number"},"unitCost":{"type":"number"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.product.inventory.ExternalInventoryReset.PK object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.product.inventory.ExternalInventoryReset.PK":{"title":"External Inventory Reset","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.product.inventory.ExternalInventoryReset.PK"},"resetItemId":{"type":"string"}}}}}}
```

## The co.hotwax.poorti.FulfillmentServices.getshipmentPackageRouteSegDetails.Out object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.getshipmentPackageRouteSegDetails.Out":{"type":"object","properties":{"shipmentPackageRouteSegDetails":{"type":"string"}}}}}}
```

## The co.hotwax.poorti.FulfillmentServices.generateManifest.In object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.generateManifest.In":{"type":"object","properties":{"facilityId":{"type":"string"},"carrierPartyId":{"type":"string"},"manifestGenerateServiceName":{"type":"string"}},"required":["facilityId","carrierPartyId"]}}}}
```

## The org.apache.ofbiz.accounting.payment.GiftCardFulfillment object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.accounting.payment.GiftCardFulfillment":{"title":"Gift Card Fulfillment","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.accounting.payment.GiftCardFulfillment"},"fulfillmentId":{"type":"string"},"typeEnumId":{"type":"string"},"merchantId":{"type":"string"},"partyId":{"type":"string"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"surveyResponseId":{"type":"string"},"cardNumber":{"type":"string"},"pinNumber":{"type":"string"},"amount":{"type":"number"},"responseCode":{"type":"string"},"referenceNum":{"type":"string"},"authCode":{"type":"string"},"fulfillmentDate":{"type":"string","format":"date-time"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The org.apache.ofbiz.accounting.payment.GiftCardFulfillment.PK object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"org.apache.ofbiz.accounting.payment.GiftCardFulfillment.PK":{"title":"Gift Card Fulfillment","type":"object","properties":{"_entity":{"type":"string","default":"org.apache.ofbiz.accounting.payment.GiftCardFulfillment.PK"},"fulfillmentId":{"type":"string"}}}}}}
```

## The co.hotwax.poorti.FulfillmentServices.updateShipmentTracking.In object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.updateShipmentTracking.In":{"type":"object","properties":{"shipmentId":{"type":"string"},"trackingIdNumber":{"type":"string"},"shipmentRouteSegmentId":{"type":"string"},"shipmentPackageSeqId":{"type":"string"}},"required":["shipmentId","trackingIdNumber","shipmentRouteSegmentId"]}}}}
```

## The co.hotwax.poorti.FulfillmentServices.updateShipmentCarrierAndMethod.In object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.updateShipmentCarrierAndMethod.In":{"type":"object","properties":{"shipmentId":{"type":"string"},"shipmentRouteSegmentId":{"type":"string"},"deliveryId":{"type":"string"},"originFacilityId":{"type":"string"},"destFacilityId":{"type":"string"},"originContactMechId":{"type":"string"},"originTelecomNumberId":{"type":"string"},"destContactMechId":{"type":"string"},"destTelecomNumberId":{"type":"string"},"carrierPartyId":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"carrierServiceStatusId":{"type":"string"},"carrierDeliveryZone":{"type":"string"},"carrierRestrictionCodes":{"type":"string"},"carrierRestrictionDesc":{"type":"string"},"billingWeight":{"type":"number"},"billingWeightUomId":{"type":"string"},"actualTransportCost":{"type":"number"},"actualServiceCost":{"type":"number"},"actualOtherCost":{"type":"number"},"actualCost":{"type":"number"},"currencyUomId":{"type":"string"},"actualStartDate":{"type":"string","format":"date-time"},"actualArrivalDate":{"type":"string","format":"date-time"},"estimatedStartDate":{"type":"string","format":"date-time"},"estimatedArrivalDate":{"type":"string","format":"date-time"},"trackingIdNumber":{"type":"string"},"trackingDigest":{"type":"string"},"updatedByUserLoginId":{"type":"string"},"lastUpdatedDate":{"type":"string","format":"date-time"},"homeDeliveryType":{"type":"string"},"homeDeliveryDate":{"type":"string","format":"date-time"},"thirdPartyAccountNumber":{"type":"string"},"thirdPartyPostalCode":{"type":"string"},"thirdPartyCountryGeoCode":{"type":"string"},"upsHighValueReport":{"type":"string"},"trackingUrl":{"type":"string"},"codReturnLabelImage":{"type":"string"},"codReturnLabelHtml":{"type":"string"},"codCollectionAmount":{"type":"number"},"carrierAccountNumber":{"type":"string"},"carrierService":{"type":"string"},"isGenerateThirdPartyLabel":{"type":"string"},"isTrackingRequired":{"type":"string"},"referenceNumber":{"type":"string"},"actualCarrierCode":{"type":"string"},"labelImage":{"type":"string"},"labelImageUrl":{"type":"string"},"labelHtml":{"type":"string"},"requestedDeliveryDate":{"type":"string","format":"date"},"requestedDeliveryTime":{"type":"string"},"requestedShipMethTypeId":{"type":"string"},"deliveryWindow":{"type":"number","format":"double"},"gatewayRateId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"orderId":{"type":"string"},"shipGroupSeqId":{"type":"string"},"shippingEstimateAmount":{"type":"string"}}}}}}
```

## The co.hotwax.poorti.FulfillmentServices.getInventoryAvailableByFacility.Out object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.getInventoryAvailableByFacility.Out":{"type":"object","properties":{"atp":{"type":"string"},"qoh":{"type":"string"},"minimumStock":{"type":"string"},"computedAtp":{"type":"string"}}}}}}
```

## The co.hotwax.poorti.TransferOrderFulfillmentServices.getTransferOrderShipments.Out object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.TransferOrderFulfillmentServices.getTransferOrderShipments.Out":{"type":"object","properties":{"shipments":{"type":"array","items":{"type":"object","properties":{"orderId":{"type":"string"},"orderDate":{"type":"string","format":"date-time"},"orderTypeId":{"type":"string"},"webSiteId":{"type":"string"},"externalId":{"type":"string"},"orderName":{"type":"string"},"statusId":{"type":"string"},"originFacilityId":{"type":"string"},"currencyUom":{"type":"string"},"shipGroupSeqId":{"type":"string"},"orderFacilityId":{"type":"string"},"facilityId":{"type":"string"},"carrierPartyId":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"shipmentId":{"type":"string"},"shipmentTypeId":{"type":"string"},"shipmentStatusId":{"type":"string"},"shipmentCreatedDate":{"type":"string","format":"date-time"},"shipmentShippedDate":{"type":"string","format":"date-time"},"shippingEstimateAmount":{"type":"number"},"trackingIdNumber":{"type":"string"},"shipmentRouteSegmentId":{"type":"string"},"routeSegShipmentMethodDescription":{"type":"string"},"statusDate":{"type":"string","format":"date-time"},"packages":{"type":"array","items":{"type":"object","properties":{"shipmentPackageSeqId":{"type":"string"},"trackingCode":{"type":"string"},"labelImageUrl":{"type":"string"},"items":{"type":"array","items":{"type":"object","properties":{"orderItemSeqId":{"type":"string"},"productId":{"type":"string"},"unitPrice":{"type":"string"},"quantity":{"type":"string"},"orderId":{"type":"string"},"orderItemStatusId":{"type":"string"},"orderedQuantity":{"type":"string"},"shipmentItemSeqId":{"type":"string"},"totalIssuedQuantity":{"type":"string"},"shipmentPackageSeqId":{"type":"string"},"shipmentStatusId":{"type":"string"}}}}}}}}}}}}}}}
```

## The co.hotwax.poorti.TransferOrderFulfillmentServices.createTransferOrderShipment.In object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.TransferOrderFulfillmentServices.createTransferOrderShipment.In":{"type":"object","properties":{"payload":{"type":"object","properties":{"orderId":{"type":"string","description":"The ID of the Transfer Order in OMS."},"externalId":{"type":"string","description":"The ID of the Shipment in the external system."},"shipmentStatusId":{"type":"string","description":"The ID of the Shipment Status in OMS. By default it creates Shipment in SHIPMENT_PACKED status.","default":"SHIPMENT_PACKED"},"packages":{"type":"array","items":{"type":"object","properties":{"trackingNumber":{"type":"string","description":"The tracking number for the Shipment package. This could be used to store the tracking number of the\n                                package in Shipment to be created in OMS if fulfilled externally by third party eg. Wh to Store TOs."},"items":{"type":"array","description":"The list of order items to be fulfilled.","items":{"type":"object","properties":{"orderItemSeqId":{"type":"string","description":"The Seq ID of the Transfer Order Item in OMS."},"externalId":{"type":"string","description":"The ID of the Shipment Item in the external system."},"productId":{"type":"string","description":"The ID of the product in OMS for the Transfer Order Item."},"quantity":{"type":"number","description":"The quantity of the item to be fulfilled."}}}}}}}}}},"required":["payload"]}}}}
```

## The co.hotwax.poorti.TransferOrderFulfillmentServices.createTransferOrderShipment.Out object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.TransferOrderFulfillmentServices.createTransferOrderShipment.Out":{"type":"object","properties":{"shipmentId":{"type":"string","description":"The ID of the shipment created in OMS."}}}}}}
```

## The co.hotwax.poorti.TransferOrderFulfillmentServices.shipTransferOrderShipment.In object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.TransferOrderFulfillmentServices.shipTransferOrderShipment.In":{"type":"object","properties":{"shipmentId":{"type":"string","description":"The ID of the Transfer Order Shipment in OMS."},"trackingIdNumber":{"type":"string","description":"The tracking number for the Shipment."},"shipmentRouteSegmentId":{"type":"string","description":"The ID of the Shipment Route Segment in OMS."},"carrierPartyId":{"type":"string","description":"The ID of carrier party in OMS."},"shipmentMethodTypeId":{"type":"string","description":"The Shipment Method Type in OMS."}},"required":["shipmentId","shipmentRouteSegmentId"]}}}}
```

## The co.hotwax.poorti.TransferOrderFulfillmentServices.getTransferShipmentOrders.Out object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.TransferOrderFulfillmentServices.getTransferShipmentOrders.Out":{"type":"object","properties":{"orders":{"type":"array","items":{"type":"object","properties":{"orderId":{"type":"string"},"externalId":{"type":"string"},"orderName":{"type":"string"},"shipmentShippedDate":{"type":"string"},"statusId":{"type":"string"}}}},"ordersCount":{"type":"integer","format":"int32"}}}}}}
```

## The co.hotwax.poorti.TransferOrderFulfillmentServices.getTransferOrderShipmentPackage.Out object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.TransferOrderFulfillmentServices.getTransferOrderShipmentPackage.Out":{"type":"object","properties":{"shipmentPackagesCount":{"type":"integer","format":"int32"},"shipmentPackages":{"type":"array","items":{"type":"object","properties":{"orderId":{"type":"string"},"orderName":{"type":"string"},"orderExternalId":{"type":"string"},"shipmentId":{"type":"string"},"shipmentPackageSeqId":{"type":"string"},"shipmentPackageCreatedDate":{"type":"string"},"trackingCode":{"type":"string"}}}}}}}}}
```

## The co.hotwax.shipment.TransferOrderItemReceipt object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.shipment.TransferOrderItemReceipt":{"title":"Transfer Order Item Receipt","type":"object","properties":{"_entity":{"type":"string","default":"co.hotwax.shipment.TransferOrderItemReceipt"},"orderId":{"type":"string"},"orderItemSeqId":{"type":"string"},"datetimeReceived":{"type":"string","format":"date-time"},"quantityAccepted":{"type":"number"},"quantityRejected":{"type":"number"},"receivedByUserLoginId":{"type":"string"},"productStoreId":{"type":"string"},"productId":{"type":"string"},"quantity":{"type":"number"}}}}}}
```

## The co.hotwax.poorti.TransferOrderFulfillmentServices.receiveTransferOrder.In object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.TransferOrderFulfillmentServices.receiveTransferOrder.In":{"type":"object","properties":{"orderId":{"type":"string","description":"The ID of the Transfer Order in OMS."},"facilityId":{"type":"string","description":"The ID of the facility in OMS where Transfer Order is being received."},"receivedDateTime":{"type":"string","format":"date-time","description":"The date time at which the Transfer Order is being received in OMS.","default":"{ec.user.nowTimestamp}"},"items":{"type":"array","description":"The list of order items to be received.","items":{"type":"object","properties":{"orderItemSeqId":{"type":"string","description":"The Seq ID of the Transfer Order Item in OMS."},"productId":{"type":"string","description":"The ID of the product in OMS for the Transfer Order Item."},"quantityAccepted":{"type":"number","description":"The quantity of the item to be received."},"quantityRejected":{"type":"number","description":"The quantity of the item to be rejected."},"reasonEnumId":{"type":"string","description":"The ID of the reason enum in OMS for receiving the order items."},"statusId":{"type":"string","description":"Send this as ITEM_COMPLETED for \"Receive and Close\"."}}}}},"required":["orderId","facilityId","items"]}}}}
```

## The co.hotwax.poorti.TransferOrderFulfillmentServices.rejectTransferOrder.In object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.TransferOrderFulfillmentServices.rejectTransferOrder.In":{"type":"object","properties":{"orderId":{"type":"string"},"rejectToFacilityId":{"type":"string","description":"The ID of the rejected facility of the Transfer Order in OMS.","default":"REJECTED_ITM_PARKING"},"items":{"type":"array","description":"The list of order items to be received.","items":{"type":"object","properties":{"orderItemSeqId":{"type":"string","description":"The Seq ID of the Transfer Order Item in OMS."},"rejectionReasonId":{"type":"string","description":"The rejection reason ID of the Transfer Order Item in OMS."}}}}},"required":["orderId","items"]}}}}
```

## The co.hotwax.poorti.TransferOrderFulfillmentServices.closeTransferOrderItemFulfillment.In object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.TransferOrderFulfillmentServices.closeTransferOrderItemFulfillment.In":{"type":"object","properties":{"orderId":{"type":"string","description":"The ID of the Transfer Order in OMS."},"items":{"type":"array","description":"The list of order items to be closed for fulfillment.","items":{"type":"object","properties":{"orderItemSeqId":{"type":"string","description":"The Seq ID of the Transfer Order Item in OMS."}}}}},"required":["orderId","items"]}}}}
```

## The co.hotwax.warehouse.packing.ShipmentRequest object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.warehouse.packing.ShipmentRequest":{"title":"Shipment Request","type":"object","properties":{"_entity":{"type":"string","default":"co.hotwax.warehouse.packing.ShipmentRequest"},"carrierPartyId":{"type":"string"},"requestType":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"serviceName":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"}}}}}}
```

## The co.hotwax.poorti.FulfillmentServices.getShippingRates.Out object

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"components":{"schemas":{"co.hotwax.poorti.FulfillmentServices.getShippingRates.Out":{"type":"object","properties":{"shippingRates":{"type":"array"}}}}}}
```
