Radial Integration | 2016

Store Fulfillment > Store Fulfillment API > POST api/v4/PickTickets/Detail

POST api/v4/PickTickets/Detail

This method enables viewing the details of a Pick Ticket. Note that the current pick progress of a Pick Ticket in Locked status can only be seen by the user to which that Pick Ticket is assigned. Pick Ticket details are only available for Pick Tickets that are not in a New status.

Request Parameters

pickTicketGetDetailRequest: object of type PickTicketGetDetailRequest

Name Description
Usage
Type
Allowed values
Required?

pickTicketId

Pick batch identifier for Pick Tickets.

String

yes

pickTicketGroupId

Unique identifier of the specific Pick Ticket Group

Integer

no

pickTicketDetailRequestIncludes

Indicates what pieces of information should be included in the response

Enum – bitwise field that supports integer or string:

[Default] = 0

PickTicketHeader = 1

PickTicketItems = 2

PickTicketGroups = 4

ItemDetails = 8

Attributes = 16

PickTicketOrders = 32

no

Response Parameters

pickTicketGetDetailResponse: object of type PickTicketGetDetailResponse

Name Description
Usage
Type
Allowed values
Required?

pickTicketDetail

Details about the requested Pick Ticket

Object of type PickTicketDetail

yes

sessionToken

Session token to be used for maintaining session state across batch operations.

String

yes

baseSystemVersion

Indicates the version of the underlying Store Fulfillment core application.

String

yes

Example - Get the details about a Pick Ticket

XML Request

Authorization: Basic MTk4NTo6S1ZBRzgxRzBPSk5QNDNPVw==
Content-Type: application/xml; charset=utf-8
Accept: application/xml

<PickTicketGetDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" 
xmlns="http://schemas.datacontract.org/2004/07/VendorNet.Web.Api.Contracts.V4">
   <pickTicketId>2016-05-06 16:15:46.000</pickTicketId>
</PickTicketGetDetailRequest>      

XML Response

<PickTicketGetDetailResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" 
xmlns="http://schemas.datacontract.org/2004/07/VendorNet.Web.Api.Contracts.V4">
    <baseSystemVersion>45</baseSystemVersion>
    <sessionToken>MVMA9D445TRQ28EC</sessionToken>
    <pickTicketDetail>
        <orderEssentials />
        <pickTicketAllotmentGroupDescription>0</pickTicketAllotmentGroupDescription>
        <pickTicketAllotmentGroupNumber>0</pickTicketAllotmentGroupNumber>
        <pickTicketAssignByDate i:nil="true" />
        <pickTicketAttributes />
        <pickTicketConfirmByDate i:nil="true" />
        <pickTicketGroups />
        <pickTicketHoldURL i:nil="true" />
        <pickTicketId>2016-05-06 16:15:46.000</pickTicketId>
        <pickTicketItemCount>2</pickTicketItemCount>
        <pickTicketItems>
            <PickTicketItemDetail>
                <itemDetail>
                    <itemAdditionalGTINs 
                       xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
                    <itemAliases />
                    <itemAttributes />
                    <itemCategory i:nil="true" />
                    <itemClasses xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
                    <itemCompany i:nil="true" />
                    <itemDepartment i:nil="true" />
                    <itemDescription>Lines14 Diff Product</itemDescription>
                    <itemDivision i:nil="true" />
                    <itemExternalId>3609</itemExternalId>
                    <itemGTIN></itemGTIN>
                    <itemHostSku>Nars Prod022 noTouch</itemHostSku>
                    <itemId>53</itemId>
                    <itemImages />
                    <itemInventory>
                        <itemQuantityAllocated>0</itemQuantityAllocated>
                        <itemQuantityMissing>0</itemQuantityMissing>
                        <itemQuantityOnHand>0</itemQuantityOnHand>
                        <itemQuantityOnHold>0</itemQuantityOnHold>
                        <itemStockLevels />
                    </itemInventory>
                    <itemLocations 
                       xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
                    <itemSection></itemSection>
                    <itemSharedProduct>false</itemSharedProduct>
                    <itemSku></itemSku>
                    <itemStoreSellingPrice>0</itemStoreSellingPrice>
                    <itemStyle i:nil="true" />
                    <itemStyleDescription i:nil="true" />
                    <itemStyleProperties />
                    <itemTitle></itemTitle>
                    <itemWeight>0</itemWeight>
                    <vendorNumber>1985</vendorNumber>
                </itemDetail>
                <pickTicketGroup>
                    <pickTicketGroupId>0</pickTicketGroupId>
                    <pickTicketGroupName>SLOT 0</pickTicketGroupName>
                    <pickTicketGroupStatus>Saved</pickTicketGroupStatus>
                </pickTicketGroup>
                <pickTicketItemAttributes>
                    <Attribute>
                        <key>LineId</key>
                        <value>1</value>
                    </Attribute>
                </pickTicketItemAttributes>
                <pickTicketItemQuantityCancelled>0</pickTicketItemQuantityCancelled>
                <pickTicketItemQuantityConfirmed>0</pickTicketItemQuantityConfirmed>
                <pickTicketItemQuantityOrdered>15</pickTicketItemQuantityOrdered>
                <pickTicketItemQuantityPicked>0</pickTicketItemQuantityPicked>
                <pickTicketItemReasonCode></pickTicketItemReasonCode>
                <pickTicketItemReasonDescription></pickTicketItemReasonDescription>
            </PickTicketItemDetail>
            <PickTicketItemDetail>
                <itemDetail>
                    <itemAdditionalGTINs 
                       xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
                    <itemAliases />
                    <itemAttributes />
                    <itemCategory i:nil="true" />
                    <itemClasses 
                       xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
                    <itemCompany i:nil="true" />
                    <itemDepartment i:nil="true" />
                    <itemDescription>Lee Test VND Product</itemDescription>
                    <itemDivision i:nil="true" />
                    <itemExternalId i:nil="true" />
                    <itemGTIN></itemGTIN>
                    <itemHostSku>700100</itemHostSku>
                    <itemId>24</itemId>
                    <itemImages />
                    <itemInventory>
                        <itemQuantityAllocated>0</itemQuantityAllocated>
                        <itemQuantityMissing>0</itemQuantityMissing>
                        <itemQuantityOnHand>0</itemQuantityOnHand>
                        <itemQuantityOnHold>0</itemQuantityOnHold>
                        <itemStockLevels />
                    </itemInventory>
                    <itemLocations 
                       xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
                    <itemSection></itemSection>
                    <itemSharedProduct>true</itemSharedProduct>
                    <itemSku>700100</itemSku>
                    <itemStoreSellingPrice>0</itemStoreSellingPrice>
                    <itemStyle i:nil="true" />
                    <itemStyleDescription i:nil="true" />
                    <itemStyleProperties />
                    <itemTitle>Lee Test VND Product</itemTitle>
                    <itemWeight>0</itemWeight>
                    <vendorNumber>1985</vendorNumber>
                </itemDetail>
                <pickTicketGroup>
                    <pickTicketGroupId>0</pickTicketGroupId>
                    <pickTicketGroupName>SLOT 0</pickTicketGroupName>
                    <pickTicketGroupStatus>Saved</pickTicketGroupStatus>
                </pickTicketGroup>
                <pickTicketItemAttributes>
                    <Attribute>
                        <key>LineId</key>
                        <value>2</value>
                    </Attribute>
                </pickTicketItemAttributes>
                <pickTicketItemQuantityCancelled>0</pickTicketItemQuantityCancelled>
                <pickTicketItemQuantityConfirmed>0</pickTicketItemQuantityConfirmed>
                <pickTicketItemQuantityOrdered>2</pickTicketItemQuantityOrdered>
                <pickTicketItemQuantityPicked>0</pickTicketItemQuantityPicked>
                <pickTicketItemReasonCode></pickTicketItemReasonCode>
                <pickTicketItemReasonDescription></pickTicketItemReasonDescription>
            </PickTicketItemDetail>
        </pickTicketItems>
        <pickTicketNumber>0041</pickTicketNumber>
        <pickTicketOrderCount>2</pickTicketOrderCount>
        <pickTicketPickBy>1985</pickTicketPickBy>
        <pickTicketPickMethod>PickBySku</pickTicketPickMethod>
        <pickTicketPickerName i:nil="true" />
        <pickTicketPrintURL>/printing/pickticket.aspx?Pozlookup=W8ZVM4JZ6WZEYURK&OrderType=4&Batch=P
        </pickTicketPrintURL>
        <pickTicketQuantityCount>17</pickTicketQuantityCount>
        <pickTicketStatus>Saved</pickTicketStatus>
        <pickTicketType>ShipFromStore</pickTicketType>
    </pickTicketDetail>
</PickTicketGetDetailResponse>

JSON Request

Authorization: Basic MTk4NTo6S1ZBRzgxRzBPSk5QNDNPVw==

{
   "pickTicketId": "2016-05-06 16:15:46.000",
   "pickTicketDetailRequestIncludes": 47
}

JSON Response

{
    "pickTicketDetail": {
        "pickTicketId": "2016-05-06 16:15:46.000",
        "pickTicketNumber": "0041",
        "pickTicketType": "ShipFromStore",
        "pickTicketPickMethod": "PickBySku",
        "pickTicketAssignByDate": null,
        "pickTicketConfirmByDate": null,
        "pickTicketItemCount": 2,
        "pickTicketQuantityCount": 17,
        "pickTicketStatus": "Printed",
        "pickTicketPickBy": null,
        "pickTicketAllotmentGroupNumber": "0",
        "pickTicketAllotmentGroupDescription": "0",
        "pickTicketOrderCount": 2,
        "pickTicketPrintURL": "/printing/pickticket.aspx?Pozlookup=ZMZKE1ZZ6RSWN828&OrderType=4&Batch=P",
        "pickTicketHoldURL": null,
        "pickTicketPickerName": null,
        "pickTicketGroups": [],
        "pickTicketItemDetails": [
            {
                "itemDetail": {
                    "itemId": 53,
                    "vendorNumber": "1985",
                    "itemSku": "",
                    "itemHostSku": "Nars Prod022 noTouch",
                    "itemGTIN": "",
                    "itemTitle": "",
                    "itemDescription": "Lines14 Diff Product",
                    "itemStyle": null,
                    "itemStyleDescription": null,
                    "itemStyleProperties": [],
                    "itemWeight": 0,
                    "itemStoreSellingPrice": 0,
                    "itemCategory": null,
                    "itemCompany": null,
                    "itemDivision": null,
                    "itemDepartment": null,
                    "itemSection": "",
                    "itemExternalId": 3609,
                    "itemSharedProduct": false,
                    "itemImages": [],
                    "itemLocations": [],
                    "itemAdditionalGTINs": [],
                    "itemAliases": [],
                    "itemClasses": [],
                    "itemInventory": {
                        "itemQuantityOnHand": 0,
                        "itemQuantityOnHold": 0,
                        "itemQuantityAllocated": 0,
                        "itemQuantityMissing": 0,
                        "itemStockLevels": []
                    },
                    "itemAttributes": []
                },
                "pickTicketItemQuantityOrdered": 15,
                "pickTicketItemQuantityPicked": 0,
                "pickTicketItemQuantityConfirmed": 0,
                "pickTicketItemQuantityCancelled": 0,
                "pickTicketItemReasonCode": "",
                "pickTicketItemReasonDescription": "",
                "pickTicketGroup": {
                    "pickTicketGroupId": 0,
                    "pickTicketGroupName": "SLOT 0",
                    "pickTicketStatus": "Printed"
                },
                "pickTicketItemAttributes": [
                    {
                        "key": "LineId",
                        "value": "1"
                    }
                ]
            },
            {
                "itemDetail": {
                    "itemId": 24,
                    "vendorNumber": "1985",
                    "itemSku": "700100",
                    "itemHostSku": "700100",
                    "itemGTIN": "",
                    "itemTitle": "Lee Test VND Product",
                    "itemDescription": "Lee Test VND Product",
                    "itemStyle": null,
                    "itemStyleDescription": null,
                    "itemStyleProperties": [],
                    "itemWeight": 0,
                    "itemStoreSellingPrice": 0,
                    "itemCategory": null,
                    "itemCompany": null,
                    "itemDivision": null,
                    "itemDepartment": null,
                    "itemSection": "",
                    "itemExternalId": null,
                    "itemSharedProduct": true,
                    "itemImages": [],
                    "itemLocations": [],
                    "itemAdditionalGTINs": [],
                    "itemAliases": [],
                    "itemClasses": [],
                    "itemInventory": {
                        "itemQuantityOnHand": 0,
                        "itemQuantityOnHold": 0,
                        "itemQuantityAllocated": 0,
                        "itemQuantityMissing": 0,
                        "itemStockLevels": []
                    },
                    "itemAttributes": []
                },
                "pickTicketItemQuantityOrdered": 2,
                "pickTicketItemQuantityPicked": 0,
                "pickTicketItemQuantityConfirmed": 0,
                "pickTicketItemQuantityCancelled": 0,
                "pickTicketItemReasonCode": "",
                "pickTicketItemReasonDescription": "",
                "pickTicketGroup": {
                    "pickTicketGroupId": 0,
                    "pickTicketGroupName": "SLOT 0",
                    "pickTicketStatus": "Printed"
                },
                "pickTicketItemAttributes": [
                    {
                        "key": "LineId",
                        "value": "2"
                    }
                ]
            }
        ],
        "pickTicketAttributes": [],
        "orderEssentials": [
            {
                "orderNumber": "7898780",
                "orderDate": "2014-10-01T12:00:00",
                "vendorNumber": "1985",
                "vendorName": "[1E] April Test Store",
                "orderType": "ShipFromStore",
                "orderCustomerEssentials": [
                    {
                        "orderCustomerType": "BillTo",
                        "customerId": 35,
                        "customerNumber": "            ",
                        "customerTitle": null,
                        "customerFirstName": "Mike",
                        "customerMiddleName": " ",
                        "customerLastName": "Richard",
                        "customerSuffix": null,
                        "customerCompanyName": null,
                        "customerDisplayName": "",
                        "address": {
                            "street": null,
                            "street2": null,
                            "street3": "1903 Congress Avenue",
                            "street4": null,
                            "city": "Boynton Beach",
                            "countryRegion": "FL",
                            "postalCode": "33426",
                            "country": {
                                "countryId": "US      ",
                                "countryName": "US",
                                "countryISOCode": "840",
                                "countryTwoLetterISOCode": "US",
                                "countryThreeLetterISOCode": "USA"
                            },
                            "district": null,
                            "territory": null,
                            "phones": [
                                "6402249943",
                                null,
                                null
                            ],
                            "email": null
                        },
                        "customerAttributes": []
                    },
                    {
                        "orderCustomerType": "ShipTo",
                        "customerId": 36,
                        "customerNumber": "            ",
                        "customerTitle": null,
                        "customerFirstName": "Mike",
                        "customerMiddleName": null,
                        "customerLastName": "Richard",
                        "customerSuffix": null,
                        "customerCompanyName": null,
                        "customerDisplayName": "",
                        "address": {
                            "street": null,
                            "street2": null,
                            "street3": "3125 Harvesttime Crescent",
                            "street4": null,
                            "city": "Chesapeake",
                            "countryRegion": "VA",
                            "postalCode": "23321",
                            "country": {
                                "countryId": "US      ",
                                "countryName": "US",
                                "countryISOCode": "840",
                                "countryTwoLetterISOCode": "US",
                                "countryThreeLetterISOCode": "USA"
                            },
                            "district": null,
                            "territory": null,
                            "phones": [
                                "6402249943",
                                null,
                                null
                            ],
                            "email": null
                        },
                        "customerAttributes": []
                    }
                ],
                "orderTotal": 0,
                "orderStatus": "WaitingToShip",
                "orderPrintByDate": null,
                "orderPickConfirmByDate": null,
                "orderShipByDate": null,
                "orderPickStatus": "WaitingToPick",
                "orderPickByUser": null,
                "orderItemCount": 1,
                "orderItemEssentials": [
                    {
                        "orderItemLineId": 1,
                        "itemId": 24,
                        "orderItemSku": "700100",
                        "orderItemDescription": "Lee Test Product",
                        "orderItemQuantityOrdered": 2,
                        "orderItemQuantityPicked": 0,
                        "orderItemQuantityShipped": 0,
                        "orderItemQuantityCancelled": 0,
                        "orderItemUnitPrice": 40,
                        "orderItemUnitCost": null,
                        "orderItemExtendedPrice": 80,
                        "orderItemExtendedCost": 0,
                        "orderItemSection": "",
                        "orderItemAttributes": []
                    }
                ],
                "orderItemStagingLocations": [],
                "orderPaymentEssentials": [],
                "orderShipmentEssentials": [],
                "orderAliases": [],
                "orderAttributes": []
            },
            {
                "orderNumber": "JESSICA00012345678",
                "orderDate": "2015-06-22T00:00:00",
                "vendorNumber": "1985",
                "vendorName": "[1E] April Test Store",
                "orderType": "ShipFromStore",
                "orderCustomerEssentials": [
                    {
                        "orderCustomerType": "BillTo",
                        "customerId": 1526,
                        "customerNumber": "2007        ",
                        "customerTitle": null,
                        "customerFirstName": "NarsiAPI",
                        "customerMiddleName": "R",
                        "customerLastName": "DASARI",
                        "customerSuffix": null,
                        "customerCompanyName": null,
                        "customerDisplayName": "",
                        "address": {
                            "street": null,
                            "street2": null,
                            "street3": "55 ARBOR CIRCLE",
                            "street4": null,
                            "city": "COLMAR",
                            "countryRegion": "PA",
                            "postalCode": "18915",
                            "country": {
                                "countryId": "US      ",
                                "countryName": "US",
                                "countryISOCode": "840",
                                "countryTwoLetterISOCode": "US",
                                "countryThreeLetterISOCode": "USA"
                            },
                            "district": null,
                            "territory": null,
                            "phones": [
                                "8004216602",
                                null,
                                null
                            ],
                            "email": null
                        },
                        "customerAttributes": []
                    },
                    {
                        "orderCustomerType": "ShipTo",
                        "customerId": 1527,
                        "customerNumber": "1007        ",
                        "customerTitle": null,
                        "customerFirstName": "NarsiAPI",
                        "customerMiddleName": "R",
                        "customerLastName": "DASARI",
                        "customerSuffix": null,
                        "customerCompanyName": null,
                        "customerDisplayName": "",
                        "address": {
                            "street": null,
                            "street2": null,
                            "street3": "40 ARBOR CIRCLE",
                            "street4": null,
                            "city": "COLMAR",
                            "countryRegion": "PA",
                            "postalCode": "18915",
                            "country": {
                                "countryId": "US      ",
                                "countryName": "US",
                                "countryISOCode": "840",
                                "countryTwoLetterISOCode": "US",
                                "countryThreeLetterISOCode": "USA"
                            },
                            "district": null,
                            "territory": null,
                            "phones": [
                                "8004216602",
                                null,
                                null
                            ],
                            "email": null
                        },
                        "customerAttributes": []
                    },
                    {
                        "orderCustomerType": "Buyer",
                        "customerId": 1528,
                        "customerNumber": "0000000416  ",
                        "customerTitle": null,
                        "customerFirstName": "NarsiAPI",
                        "customerMiddleName": " ",
                        "customerLastName": "Dasari",
                        "customerSuffix": null,
                        "customerCompanyName": "Dasari Enterprises Inc",
                        "customerDisplayName": "",
                        "address": {
                            "street": null,
                            "street2": null,
                            "street3": "123 Main Street",
                            "street4": null,
                            "city": "Colmar",
                            "countryRegion": "PA",
                            "postalCode": "18915",
                            "country": {
                                "countryId": "USA     ",
                                "countryName": "USA",
                                "countryISOCode": "",
                                "countryTwoLetterISOCode": "",
                                "countryThreeLetterISOCode": ""
                            },
                            "district": null,
                            "territory": null,
                            "phones": [
                                "9541234567",
                                null,
                                null
                            ],
                            "email": "ndasari@ebay.com"
                        },
                        "customerAttributes": []
                    }
                ],
                "orderTotal": 54,
                "orderStatus": "WaitingToShip",
                "orderPrintByDate": null,
                "orderPickConfirmByDate": null,
                "orderShipByDate": null,
                "orderPickStatus": "WaitingToPick",
                "orderPickByUser": null,
                "orderItemCount": 1,
                "orderItemEssentials": [
                    {
                        "orderItemLineId": 14,
                        "itemId": 53,
                        "orderItemSku": "Nars Prod022 noTouch",
                        "orderItemDescription": "Lines14 Diff Product",
                        "orderItemQuantityOrdered": 15,
                        "orderItemQuantityPicked": 0,
                        "orderItemQuantityShipped": 0,
                        "orderItemQuantityCancelled": 0,
                        "orderItemUnitPrice": 5.4,
                        "orderItemUnitCost": null,
                        "orderItemExtendedPrice": 81,
                        "orderItemExtendedCost": 54,
                        "orderItemSection": "",
                        "orderItemAttributes": []
                    }
                ],
                "orderItemStagingLocations": [],
                "orderPaymentEssentials": [],
                "orderShipmentEssentials": [],
                "orderAliases": [],
                "orderAttributes": []
            }
        ]
    },
    "sessionToken": "L09HGHYBG6TUR0EA",
    "baseSystemVersion": "45"
}

 

 

Copyright © 2017 Radial. All rights reserved.