{"info":{"_postman_id":"19d3d69d-1a37-43cd-bf75-646af3fc951b","name":"Print Bind Ship Fulfillment API","description":"<html><head></head><body><p>Mel Fulfillment endpoint is used to produce and manipulate orders, inventory, and other data in the Mel Fulfillment system.</p>\n<h1 id=\"ship-methods\">Ship Methods</h1>\n<p>Please use the abbreviations below when posting an order or updating an order.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Ship Method</th>\n<th>Abbreviation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Generic Ground</td>\n<td>generic_ground</td>\n<td>5-7 Day service routed through the USPS system.</td>\n</tr>\n<tr>\n<td>International Door to Door</td>\n<td>intl_door_to_door</td>\n<td>Service to all countries not embargoed by the United States. Tracking goes to the final delivery for \"most\" countries. A small few stop at the border.</td>\n</tr>\n<tr>\n<td>Overnight</td>\n<td>ups_overnight_standard</td>\n<td>Overnight shipping.</td>\n</tr>\n<tr>\n<td>UPS Ground</td>\n<td>ups_ground</td>\n<td>Ground shipping in the United states through UPS Ground.</td>\n</tr>\n<tr>\n<td>2 Day</td>\n<td>ups_2day</td>\n<td>Two day shipping.</td>\n</tr>\n<tr>\n<td>UPS International Saver</td>\n<td>ups_international_saver</td>\n<td>International Delivery by UPS. 2-3 Day express service. Local post office excluded. Complete delivery handled by UPS.</td>\n</tr>\n<tr>\n<td>USPS Expedited</td>\n<td>usps_expedited</td>\n<td>USPS First class or Priority over 1 lb.</td>\n</tr>\n<tr>\n<td>DHL Max</td>\n<td>dhl_max</td>\n<td>DHL Max service</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"rate-limitations\">Rate Limitations</h1>\n<p>All clients start with a default limitation of 200 calls per minute for all API endpoints.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Ship Methods","slug":"ship-methods"},{"content":"Rate Limitations","slug":"rate-limitations"}],"owner":"15705038","collectionId":"19d3d69d-1a37-43cd-bf75-646af3fc951b","publishedId":"TzefB3tB","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-03-02T16:40:35.000Z"},"item":[{"name":"Authentication","item":[{"name":"Confirm Authentication","id":"941ff624-2065-4ab3-9f3d-f1df3fe8fda5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://pbsfulfillment.com/API/v1/ConfirmAuthentication","description":"<p>Use basic authentication to check and see whether your credentials work or not.  You'll simply receive a status of success or error from this endpoint.</p>\n","urlObject":{"protocol":"https","path":["API","v1","ConfirmAuthentication"],"host":["pbsfulfillment","com"],"query":[],"variable":[]}},"response":[{"id":"888af06b-cbf8-48ef-9341-148fab6c43b0","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://pbsfulfillment.com/API/v1/ConfirmAuthentication"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Oct 2021 15:58:13 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"57"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Authentication Complete.\"\n}"}],"_postman_id":"941ff624-2065-4ab3-9f3d-f1df3fe8fda5"}],"id":"ce52c7c3-c8bc-4890-8116-f60c9c9948ab","_postman_id":"ce52c7c3-c8bc-4890-8116-f60c9c9948ab","description":""},{"name":"Order Interaction","item":[{"name":"Post Order","id":"2f6d0cd5-5a57-458a-b829-d236804a9f01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"Order\":{\r\n      \"deliveryContact\":{\r\n         \"fullName\":\"John\",\r\n         \"email\":\"John@somedomain.com\",\r\n         \"phone\":\"313-555-5522\",\r\n         \"addressLine1\":\"123 Paper Street\",\r\n         \"addressLine2\":\"Suite 212\",\r\n         \"city\":\"Detroit\",\r\n         \"state\":\"MI\",\r\n         \"zip\":\"48101\",\r\n         \"country\":\"US\",\r\n         \"company\":\"Test Company\"\r\n      },\r\n      \"orderType\": \"\",\r\n      \"jobTitle\":\"\",\r\n      \"shipMethod\":\"generic_ground\",\r\n      \"customerReference\":\"\",\r\n      \"marketplace\":\"Ebay,Amazon,Shopify...etc...\",\r\n      \"variableField1\": \"\",\r\n      \"discount\": 0.00,\r\n      \"taxes\": 0.00,\r\n      \"shippingCost\": 0.00,\r\n      \"LineItems\":[\r\n         {\r\n            \"productSku\":\"WECJ-35613479\",\r\n            \"productQty\":1,\r\n            \"productSellPrice\": 1.24,\r\n            \"marketplaceLineItemReference\": \"\",\r\n            \"lineItemDescription\": \"Penny\"\r\n         }\r\n      ]\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pbsfulfillment.com/API/v1/PostOrder","description":"<p><strong>Duplicate Checking:</strong><br />\nIf the customer reference field is left blank no duplicate checking will occur.  If you the customer reference field is not blank the system will only allow unique references in this field.  An error message will be thrown if a duplicate exists.\n<br /><br />\n<strong>Line items:</strong><br />\nAn error message will be thrown if a Line Item sku does not match a product or product conversion in the system.</p>\n","urlObject":{"protocol":"https","path":["API","v1","PostOrder"],"host":["pbsfulfillment","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f6d0cd5-5a57-458a-b829-d236804a9f01"},{"name":"Post Job","id":"6c5f6c9a-c3fd-4de2-8b16-1d5d17954698","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"Order\":{\r\n      \"deliveryContact\":{\r\n         \"fullName\":\"John\",\r\n         \"email\":\"John@somedomain.com\",\r\n         \"phone\":\"313-555-5522\",\r\n         \"addressLine1\":\"123 Paper Street\",\r\n         \"addressLine2\":\"Suite 212\",\r\n         \"city\":\"Detroit\",\r\n         \"state\":\"MI\",\r\n         \"zip\":\"48101\",\r\n         \"country\":\"US\",\r\n         \"company\":\"Test Company\"\r\n      },\r\n      \"shipMethod\":\"generic_ground\",\r\n      \"jobTitle\": \"\",\r\n      \"customerReference\":\"\",\r\n      \"thirdPartyAccountNumber\":\"123456\",\r\n      \"thirdPartyCarrier\":\"UPS\",\r\n      \"LineItems\":[\r\n         {\r\n            \"productSku\":\"WECJ-35613479\",\r\n            \"productQty\":1,\r\n            \"productSellPrice\": 1.24,\r\n            \"marketplaceLineItemReference\": \"\"\r\n         }\r\n      ]\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pbsfulfillment.com/API/v1/PostJob","description":"<p><strong>Tracking/Status Checking:</strong><br />\nWhen posting a job you must use the Order Status Detail endpoint to check the tracking and status of a job in the system for the time being.\n<br /><br />\n<strong>Ship Methods:</strong><br />\nAdditional ship method \"freight\" is available in this endpoint for shipping jobs freight.\n<br /><br />\n<strong>Line items:</strong><br />\nAn error message will be thrown if a Line Item sku does not match a product or product conversion in the system.</p>\n","urlObject":{"protocol":"https","path":["API","v1","PostJob"],"host":["pbsfulfillment","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c5f6c9a-c3fd-4de2-8b16-1d5d17954698"},{"name":"Edit Order","id":"72d5af8a-77fa-4f74-8ada-86ed9c897064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"orderID\": 5,\r\n   \"Order\":{\r\n      \"deliveryContact\":{\r\n         \"fullName\":\"John2\",\r\n         \"email\":\"John@somedomain.com\",\r\n         \"phone\":\"313-555-5522\",\r\n         \"addressLine1\":\"123 Paper Street\",\r\n         \"addressLine2\":\"Suite 212\",\r\n         \"city\":\"Detroit\",\r\n         \"state\":\"MI\",\r\n         \"zip\":\"48101\",\r\n         \"country\":\"US\",\r\n         \"company\":\"Test Company\"\r\n      },\r\n      \"shipMethod\":\"generic_ground\",\r\n      \"customerReference\":\"Customer Reference\",\r\n      \"marketplace\":\"Eba2222y,Amazon,Shopify...etc...\",\r\n      \"LineItems\":[\r\n         {\r\n            \"productSku\":\"WECJ-35613479\",\r\n            \"productQty\":1,\r\n            \"productSellPrice\": 2.30\r\n         }\r\n      ]\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pbsfulfillment.com/API/v1/EditOrder","urlObject":{"protocol":"https","path":["API","v1","EditOrder"],"host":["pbsfulfillment","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"72d5af8a-77fa-4f74-8ada-86ed9c897064"},{"name":"Get Order Status","id":"7cd1651e-4338-4e44-9ad8-389a10eeb777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"orderID\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pbsfulfillment.com/API/v1/OrderStatus","description":"<p>This endpoint is NOT equipped to access the jobs in the jobs module.  Please use the Order Status Detail Endpoint.</p>\n<p><strong>Status Types</strong>\n</p><table>\n<tr>\n    <th>Name</th>\n    <th>Description</th>\n</tr>\n<tr>\n    <th>New</th>\n    <th>Order posted to system.  Awaiting address verification and other error checking.</th>\n</tr>\n<tr>\n    <th>Backordered</th>\n    <th>Inventory for order is not in stock and order is on hold.</th>\n</tr>\n<tr>\n    <th>Ready To Batch</th>\n    <th>Order ready to be sent out waiting for processing.</th>\n</tr>\n<tr>\n    <th>In Batch</th>\n    <th>Order sent to floor for processing. \n Can no longer be canceled.</th>\n</tr>\n<tr>\n    <th>Shipped</th>\n    <th>Order Shipped.  An array with key \"shipInfo\" will show tracking etc..</th>\n</tr>\n<tr>\n    <th>On Hold</th>\n    <th>Order is on hold.</th>\n</tr>\n<tr>\n    <th>Canceled</th>\n    <th>Order is canceled</th>\n</tr>\n<tr>\n    <th>Address Issue</th>\n    <th>Address cannot be verified or address is outside of shipping zone.  Order is on hold until updated.</th>\n</tr>\n<tr>\n    <th>Test Order</th>\n    <th>Order is a test.</th>\n</tr>\n<tr>\n    <th>Products Not Ready</th>\n    <th>Product not received/checked in yet.</th>\n</tr>\n<tr>\n    <th>Delayed</th>\n    <th>Order falls within customer specified delay.</th>\n</tr>\n<tr>\n    <th>Processing Issue</th>\n    <th>Order processing issue and brought to Mel Fulfillment attention for resolution.</th>\n</tr>\n<tr>\n    <th>Reprocessing</th>\n    <th>Waiting to be reprocessed into the system.</th>\n</tr><p></p>\n</table>","urlObject":{"protocol":"https","path":["API","v1","OrderStatus"],"host":["pbsfulfillment","com"],"query":[],"variable":[]}},"response":[{"id":"bf1c02ca-aa04-4d48-87db-26079a707e74","name":"Get Order Status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"orderID\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pbsfulfillment.com/API/v1/OrderStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Jul 2021 17:37:28 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"170"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"orderID\": 2,\n    \"customerReference\": \"\",\n    \"orderStatusName\": \"Shipped\",\n    \"shipInfo\": {\n        \"trackingNumber\": \"1Z5A3Y310322770277\",\n        \"carrier\": \"UPS\",\n        \"labelService\": null\n    }\n}"}],"_postman_id":"7cd1651e-4338-4e44-9ad8-389a10eeb777"},{"name":"Order Status Detail","id":"7f38cfe6-de07-4670-a43e-82d382d33ef7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"orderID\": 5555555\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pbsfulfillment.com/API/v1/OrderStatusDetail","description":"<p>This endpoint provides package level detail for order shipments.  This endpoint also gives status data from the jobs module.</p>\n","urlObject":{"protocol":"https","path":["API","v1","OrderStatusDetail"],"host":["pbsfulfillment","com"],"query":[],"variable":[]}},"response":[{"id":"1aa7a765-49cd-4da4-b01a-b5c5833a4c19","name":"Get Order Status Detail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"orderID\": 5555555\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pbsfulfillment.com/API/v1/OrderStatusDetail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Dec 2022 17:52:32 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"485"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"orderID\": 5555555,\n    \"customerReference\": \"\",\n    \"orderStatusName\": \"Shipped\",\n    \"combinedInto\": false,\n    \"shipInfo\": {\n        \"orderShipDate\": \"2022-12-08 09:37:02\",\n        \"packages\": [\n            {\n                \"trackingNumber\": \"5555555555555555555\",\n                \"carrier\": \"UPSMI\",\n                \"labelService\": \"UPS Mail Innovations® Expedited BPM\",\n                \"friendlyCarrierName\": \"UPS\",\n                \"friendlyServiceName\": \"UPS Mail Innovations\",\n                \"lineItems\": [\n                    {\n                        \"productSku\": \"SKU-99479103\",\n                        \"clientSku\": \"\",\n                        \"lotNumber\": \"\",\n                        \"expDate\": \"\",\n                        \"Qty\": 1\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"7f38cfe6-de07-4670-a43e-82d382d33ef7"},{"name":"Cancel Order","id":"f9d04f58-2599-4d0b-84d1-2779e4e13a28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"orderID\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pbsfulfillment.com/API/v1/CancelOrder","urlObject":{"protocol":"https","path":["API","v1","CancelOrder"],"host":["pbsfulfillment","com"],"query":[],"variable":[]}},"response":[{"id":"0480379f-4f04-4f34-81ae-e9e34139bb24","name":"Cancel Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"orderID\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pbsfulfillment.com/API/v1/CancelOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Jul 2021 18:19:29 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"54"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successfully Canceled\"\n}"}],"_postman_id":"f9d04f58-2599-4d0b-84d1-2779e4e13a28"}],"id":"94bdb4ab-9afc-4f24-b193-1bf797ee5253","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"1da7de39-811a-4f04-877f-05a3ce8a2227","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6ddbd09b-d2f1-4e86-8d11-7e2c50e7acb9","type":"text/javascript","exec":[""]}}],"_postman_id":"94bdb4ab-9afc-4f24-b193-1bf797ee5253","description":""},{"name":"Inventory","item":[{"name":"Get Inventory","id":"c09ee648-9530-48a2-b8a1-fb3b4df824f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"productSku\":\"Sku\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pbsfulfillment.com/API/v1/GetInventory","urlObject":{"protocol":"https","path":["API","v1","GetInventory"],"host":["pbsfulfillment","com"],"query":[],"variable":[]}},"response":[{"id":"f76b8604-62b2-4561-807e-5d8d8927729d","name":"Get Inventory","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"productSku\":\"WECJ-35613479\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pbsfulfillment.com/API/v1/GetInventory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Jul 2021 17:17:24 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"98"},{"key":"Keep-Alive","value":"timeout=5, max=96"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response_data\": {\n        \"productSku\": \"WECJ-35613479\",\n        \"Available\": 0,\n        \"Unavailable\": 0\n    }\n}"}],"_postman_id":"c09ee648-9530-48a2-b8a1-fb3b4df824f3"},{"name":"List Inventory","id":"814893be-0b17-4d8a-985d-e0df6ece3608","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://pbsfulfillment.com/API/v1/ListInventory?page=1","urlObject":{"protocol":"https","path":["API","v1","ListInventory"],"host":["pbsfulfillment","com"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"9bb2d2b5-20ed-428c-ab81-752bdfe02cdc","name":"List Inventory","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://pbsfulfillment.com/API/v1/ListInventory?page=1","protocol":"https","host":["pbsfulfillment","com"],"path":["API","v1","ListInventory"],"query":[{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Sep 2021 19:54:44 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"355"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalPages\": 1,\n    \"CurrentPage\": 1,\n    \"ProductsPerPage\": 50,\n    \"Products\": [\n        {\n            \"productName\": \"Snerling Snail\",\n            \"productSku\": \"WECJ-94470652\",\n            \"Available\": \"89\",\n            \"Unavailable\": 0\n        },\n        {\n            \"productName\": \"not a book\",\n            \"productSku\": \"WECJ-35613479\",\n            \"Available\": \"120\",\n            \"Unavailable\": 0\n        },\n        {\n            \"productName\": \"test\",\n            \"productSku\": \"WECJ-34156304\",\n            \"Available\": 0,\n            \"Unavailable\": 0\n        }\n    ],\n    \"Message\": \"Success\"\n}"}],"_postman_id":"814893be-0b17-4d8a-985d-e0df6ece3608"},{"name":"Create ASN","id":"5931006b-f633-4ca6-a2e3-3df60b25b231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"asnInfo\": {\n    \"asnTitle\" : \"test title\",\n    \"asnNotes\" : \"notes\",\n    \"trackingNumber\" : \"1z8423798242938\",\n    \"poNumber\" : \"PONumber\",\n    \"shipperName\" : \"The Shipper\",\n    \"expectedDate\": \"2022-05-21\",\n    \"buildingCode\" : \"MELDTW\"\n  },\n  \"products\": [\n    {\n      \"productSku\": \"WECJ-94470652\",\n      \"Qty\": \"1\",\n      \"lotNumber\": \"lot\",\n      \"expDate\": \"exp\"\n    },\n    {\n      \"productSku\": \"WECJ-94470652\",\n      \"Qty\": \"1\",\n      \"lotNumber\": \"lot\",\n      \"expDate\": \"exp\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://pbsfulfillment.com/API/v1/CreateASN","urlObject":{"protocol":"https","path":["API","v1","CreateASN"],"host":["pbsfulfillment","com"],"query":[],"variable":[]}},"response":[{"id":"80ecec48-9da7-4c0f-a931-5ca24e02fe52","name":"Create ASN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"asnInfo\": {\n    \"asnTitle\" : \"test title\",\n    \"asnNotes\" : \"notes\",\n    \"trackingNumber\" : \"1z8423798242938\",\n    \"expectedDate\": \"2022-05-21\",\n    \"buildingCode\" : \"MELDTW\"\n  },\n  \"products\": [\n    {\n      \"productSku\": \"WECJ-94470652\",\n      \"Qty\": \"1\",\n      \"lotNumber\": \"lot\",\n      \"expDate\": \"exp\"\n    },\n    {\n      \"productSku\": \"WECJ-94470652\",\n      \"Qty\": \"1\",\n      \"lotNumber\": \"lot\",\n      \"expDate\": \"exp\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.pbsfulfillment.com/API/v1/CreateASN"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 May 2022 16:08:22 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"49"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response_data\": {\n        \"asnID\": 24\n    }\n}"}],"_postman_id":"5931006b-f633-4ca6-a2e3-3df60b25b231"},{"name":"Check ASN Status","id":"519379b2-8ce7-4b9f-8d03-cebafbb6ab51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://pbsfulfillment.com/API/v1/ASNStatus?asnID=000","urlObject":{"protocol":"https","path":["API","v1","ASNStatus"],"host":["pbsfulfillment","com"],"query":[{"key":"asnID","value":"000"}],"variable":[]}},"response":[{"id":"b531aa55-5a2c-49ed-8426-108d7d1e6123","name":"Check ASN Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.pbsfulfillment.com/API/v1/ASNStatus?asnID=11","protocol":"https","host":["dev","pbsfulfillment","com"],"path":["API","v1","ASNStatus"],"query":[{"key":"asnID","value":"11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Jul 2022 19:45:22 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"272"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response_data\": {\n        \"asnStatus\": \"Complete\",\n        \"receipts\": [\n            {\n                \"receiptID\": 10,\n                \"dateReceived\": \"2021-10-11 14:58:47\",\n                \"buildingCode\": \"MELDTW\",\n                \"productsReceived\": [\n                    {\n                        \"productName\": \"Snerling Snail\",\n                        \"productSku\": \"WECJ-94470652\",\n                        \"lotNumber\": \"\",\n                        \"expDate\": \"\",\n                        \"Qty\": 67\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"519379b2-8ce7-4b9f-8d03-cebafbb6ab51"}],"id":"d5bbf873-0c88-4a20-9b3c-7cf570c8c5d5","_postman_id":"d5bbf873-0c88-4a20-9b3c-7cf570c8c5d5","description":""},{"name":"Daily Exports","item":[{"name":"Get Shipments For Date","id":"f626d563-0a46-4fb4-ae71-c100ccd30173","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://pbsfulfillment.com/API/v1/GetShipmentsForDate?date=2022-11-02&page=1","urlObject":{"protocol":"https","path":["API","v1","GetShipmentsForDate"],"host":["pbsfulfillment","com"],"query":[{"key":"date","value":"2022-11-02"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"f626d563-0a46-4fb4-ae71-c100ccd30173"},{"name":"Get Returns For Date","id":"fa3478d1-5493-45f9-9a50-e7e339bfcf4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://pbsfulfillment.com/API/v1/GetReturnsForDate?date=2022-11-02&page=1","urlObject":{"protocol":"https","path":["API","v1","GetReturnsForDate"],"host":["pbsfulfillment","com"],"query":[{"key":"date","value":"2022-11-02"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"fa3478d1-5493-45f9-9a50-e7e339bfcf4c"}],"id":"9ef3d6a5-1ba1-4625-a7f7-b9af58300e0e","_postman_id":"9ef3d6a5-1ba1-4625-a7f7-b9af58300e0e","description":""}],"event":[{"listen":"prerequest","script":{"id":"c60feb9a-e45a-4460-a85c-284260a3c04a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f73b2c74-1c47-4417-96b5-23692ebf5ed3","type":"text/javascript","exec":[""]}}],"variable":[{"key":"test","value":"test23"}]}