{ "uuid": "10528227-7741-40be-bcfa-1a8c5d94190a", "lastMigration": 29, "name": "Logistics API", "endpointPrefix": "sell/logistics/v1_beta", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "8bfe2a8f-b81d-4079-8db9-129e67cce9e8", "documentation": "This method creates a "shipment" based on the shippingQuoteId and rateId values supplied in the request. The rate identified by the rateId value specifies the carrier and service for the package shipment, and the rate ID must be contained in the shipping quote identified by the shippingQuoteId value. Call createShippingQuote to retrieve a set of live shipping rates. When you create a shipment, eBay generates a shipping label that you can download and use to ship your package. In a createFromShippingQuote request, sellers can include a list of shipping options they want to add to the base service quoted in the selected rate. The list of available shipping options is specific to each quoted rate and if available, the options are listed in the rate container of the of the shipping quote. In addition to a configurable return-to location and other details about the shipment, the response to this method includes: The shipping carrier and service to be used for the package shipment A list of selected shipping options, if any The shipment tracking number The total shipping cost (the sum cost of the base shipping service and any added options) When you create a shipment, your billing agreement account is charged the sum of the baseShippingCost and the total cost of any additional shipping options you might have selected. Use the URL returned in labelDownloadUrl field, or call downloadLabelFile with the shipmentId value from the response, to download a shipping label for your package. Important! Sellers must set up their payment method with eBay before they can use this method to create a shipment and the associated shipping label.", "method": "post", "endpoint": "shipment/create_from_shipping_quote", "responses": [ { "uuid": "90c8ba13-b35a-4cb6-b8fe-770c22c48063", "body": "{\n \"cancellation\": {\n \"cancellationRequestedDate\": \"\",\n \"cancellationStatus\": \"\"\n },\n \"creationDate\": \"\",\n \"labelCustomMessage\": \"\",\n \"labelDownloadUrl\": \"\",\n \"labelSize\": \"\",\n \"orders\": [\n {\n \"channel\": \"\",\n \"orderId\": \"\"\n }\n ],\n \"packageSpecification\": {\n \"dimensions\": {\n \"height\": \"\",\n \"length\": \"\",\n \"unit\": \"\",\n \"width\": \"\"\n },\n \"weight\": {\n \"unit\": \"\",\n \"value\": \"\"\n }\n },\n \"rate\": {\n \"additionalOptions\": [\n {\n \"additionalCost\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"optionType\": \"\"\n }\n ],\n \"baseShippingCost\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"destinationTimeZone\": \"\",\n \"maxEstimatedDeliveryDate\": \"\",\n \"minEstimatedDeliveryDate\": \"\",\n \"pickupNetworks\": [\n \"\"\n ],\n \"pickupSlotId\": \"\",\n \"pickupType\": \"\",\n \"rateId\": \"\",\n \"shippingCarrierCode\": \"\",\n \"shippingCarrierName\": \"\",\n \"shippingQuoteId\": \"\",\n \"shippingServiceCode\": \"\",\n \"shippingServiceName\": \"\",\n \"totalShippingCost\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"returnTo\": {\n \"companyName\": \"\",\n \"contactAddress\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"countryCode\": \"\",\n \"county\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\"\n },\n \"fullName\": \"\",\n \"primaryPhone\": {\n \"phoneNumber\": \"\"\n }\n },\n \"shipFrom\": {\n \"companyName\": \"\",\n \"contactAddress\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"countryCode\": \"\",\n \"county\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\"\n },\n \"fullName\": \"\",\n \"primaryPhone\": {\n \"phoneNumber\": \"\"\n }\n },\n \"shipTo\": {\n \"companyName\": \"\",\n \"contactAddress\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"countryCode\": \"\",\n \"county\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\"\n },\n \"fullName\": \"\",\n \"primaryPhone\": {\n \"phoneNumber\": \"\"\n }\n },\n \"shipmentId\": \"\",\n \"shipmentTrackingNumber\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4c4f5e7a-84ac-4ddb-ba90-8005632b136b", "body": "", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "640684b9-ea02-49d1-9735-2e43d512d06a", "body": "", "latency": 0, "statusCode": 409, "label": "Conflict", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2cd8ce49-b0e6-497f-abd5-4c37f0165baa", "body": "", "latency": 0, "statusCode": 500, "label": "Internal Server Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d2d4456d-1721-410e-bf3d-453aa099be16", "documentation": "This method retrieves the shipment details for the specified shipment ID. Call createFromShippingQuote to generate a shipment ID.", "method": "get", "endpoint": "shipment/:shipmentId", "responses": [ { "uuid": "52cd60d0-e1e8-460d-8362-714e37d0ecd4", "body": "{\n \"cancellation\": {\n \"cancellationRequestedDate\": \"\",\n \"cancellationStatus\": \"\"\n },\n \"creationDate\": \"\",\n \"labelCustomMessage\": \"\",\n \"labelDownloadUrl\": \"\",\n \"labelSize\": \"\",\n \"orders\": [\n {\n \"channel\": \"\",\n \"orderId\": \"\"\n }\n ],\n \"packageSpecification\": {\n \"dimensions\": {\n \"height\": \"\",\n \"length\": \"\",\n \"unit\": \"\",\n \"width\": \"\"\n },\n \"weight\": {\n \"unit\": \"\",\n \"value\": \"\"\n }\n },\n \"rate\": {\n \"additionalOptions\": [\n {\n \"additionalCost\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"optionType\": \"\"\n }\n ],\n \"baseShippingCost\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"destinationTimeZone\": \"\",\n \"maxEstimatedDeliveryDate\": \"\",\n \"minEstimatedDeliveryDate\": \"\",\n \"pickupNetworks\": [\n \"\"\n ],\n \"pickupSlotId\": \"\",\n \"pickupType\": \"\",\n \"rateId\": \"\",\n \"shippingCarrierCode\": \"\",\n \"shippingCarrierName\": \"\",\n \"shippingQuoteId\": \"\",\n \"shippingServiceCode\": \"\",\n \"shippingServiceName\": \"\",\n \"totalShippingCost\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"returnTo\": {\n \"companyName\": \"\",\n \"contactAddress\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"countryCode\": \"\",\n \"county\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\"\n },\n \"fullName\": \"\",\n \"primaryPhone\": {\n \"phoneNumber\": \"\"\n }\n },\n \"shipFrom\": {\n \"companyName\": \"\",\n \"contactAddress\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"countryCode\": \"\",\n \"county\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\"\n },\n \"fullName\": \"\",\n \"primaryPhone\": {\n \"phoneNumber\": \"\"\n }\n },\n \"shipTo\": {\n \"companyName\": \"\",\n \"contactAddress\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"countryCode\": \"\",\n \"county\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\"\n },\n \"fullName\": \"\",\n \"primaryPhone\": {\n \"phoneNumber\": \"\"\n }\n },\n \"shipmentId\": \"\",\n \"shipmentTrackingNumber\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "72eda0d7-c1f0-4418-ae69-3f80b62b85dd", "body": "", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "983fc874-a307-47c5-aecf-558c0db1274c", "body": "", "latency": 0, "statusCode": 404, "label": "Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6f8334c3-053d-4eed-8a44-b304d2c5bbd6", "body": "", "latency": 0, "statusCode": 500, "label": "Internal Server Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9f8789cb-91d7-42d9-ae7c-085f8171cc4f", "documentation": "This method cancels the shipment associated with the specified shipment ID and the associated shipping label is deleted. When you cancel a shipment, the totalShippingCost of the canceled shipment is refunded to the account established by the user's billing agreement. Note that you cannot cancel a shipment if you have used the associated shipping label.", "method": "post", "endpoint": "shipment/:shipmentId/cancel", "responses": [ { "uuid": "ce422264-1a41-4a92-a2d4-cf88b3fe2c4d", "body": "{\n \"cancellation\": {\n \"cancellationRequestedDate\": \"\",\n \"cancellationStatus\": \"\"\n },\n \"creationDate\": \"\",\n \"labelCustomMessage\": \"\",\n \"labelDownloadUrl\": \"\",\n \"labelSize\": \"\",\n \"orders\": [\n {\n \"channel\": \"\",\n \"orderId\": \"\"\n }\n ],\n \"packageSpecification\": {\n \"dimensions\": {\n \"height\": \"\",\n \"length\": \"\",\n \"unit\": \"\",\n \"width\": \"\"\n },\n \"weight\": {\n \"unit\": \"\",\n \"value\": \"\"\n }\n },\n \"rate\": {\n \"additionalOptions\": [\n {\n \"additionalCost\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"optionType\": \"\"\n }\n ],\n \"baseShippingCost\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"destinationTimeZone\": \"\",\n \"maxEstimatedDeliveryDate\": \"\",\n \"minEstimatedDeliveryDate\": \"\",\n \"pickupNetworks\": [\n \"\"\n ],\n \"pickupSlotId\": \"\",\n \"pickupType\": \"\",\n \"rateId\": \"\",\n \"shippingCarrierCode\": \"\",\n \"shippingCarrierName\": \"\",\n \"shippingQuoteId\": \"\",\n \"shippingServiceCode\": \"\",\n \"shippingServiceName\": \"\",\n \"totalShippingCost\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"returnTo\": {\n \"companyName\": \"\",\n \"contactAddress\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"countryCode\": \"\",\n \"county\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\"\n },\n \"fullName\": \"\",\n \"primaryPhone\": {\n \"phoneNumber\": \"\"\n }\n },\n \"shipFrom\": {\n \"companyName\": \"\",\n \"contactAddress\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"countryCode\": \"\",\n \"county\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\"\n },\n \"fullName\": \"\",\n \"primaryPhone\": {\n \"phoneNumber\": \"\"\n }\n },\n \"shipTo\": {\n \"companyName\": \"\",\n \"contactAddress\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"countryCode\": \"\",\n \"county\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\"\n },\n \"fullName\": \"\",\n \"primaryPhone\": {\n \"phoneNumber\": \"\"\n }\n },\n \"shipmentId\": \"\",\n \"shipmentTrackingNumber\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1955ef7b-5b87-47ef-a1f3-4aad1bed969b", "body": "", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "23c79c0b-410c-4fbd-8c44-e96644487090", "body": "", "latency": 0, "statusCode": 404, "label": "Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7861e318-d98c-4a13-a6fa-c7b5f576c06b", "body": "", "latency": 0, "statusCode": 409, "label": "Conflict", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "57719330-43d3-443a-bb98-1cae87173745", "body": "", "latency": 0, "statusCode": 500, "label": "Internal Server Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "76795ea4-c098-4f4b-8e46-3491616a6b57", "documentation": "This method returns the shipping label file that was generated for the shipmentId value specified in the request. Call createFromShippingQuote to generate a shipment ID. Use the Accept HTTP header to specify the format of the returned file. The default file format is a PDF file.", "method": "get", "endpoint": "shipment/:shipmentId/download_label_file", "responses": [ { "uuid": "f6267cf2-0f52-490c-8dae-3779811a2791", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/pdf" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "32500e45-2aa9-47d2-89c8-1abc03e415e3", "body": "", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bc704945-59db-47e1-8f67-9e447f041ef6", "body": "", "latency": 0, "statusCode": 404, "label": "Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b184cab4-d1f6-4a2a-80ed-4ba5a3add2cd", "body": "", "latency": 0, "statusCode": 500, "label": "Internal Server Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f3850137-a45e-4a33-a5ae-d81e5ddc4b1a", "documentation": "The createShippingQuote method returns a shipping quote that contains a list of live "rates." Each rate represents an offer made by a shipping carrier for a specific service and each offer has a live quote for the base service cost. Rates have a time window in which they are "live," and rates expire when their purchase window ends. If offered by the carrier, rates can include shipping options (and their associated prices), and users can add any offered shipping option to the base service should they desire. Also, depending on the services required, rates can also include pickup and delivery windows. Each rate is for a single package and is based on the following information: The shipping origin The shipping destination The package size (weight and dimensions) Rates are identified by a unique eBay-assigned rateId and rates are based on price points, pickup and delivery time frames, and other user requirements. Because each rate offered must be compliant with the eBay shipping program, all rates reflect eBay-negotiated prices. The various rates returned in a shipping quote offer the user a choice from which they can choose a shipping service that best fits their needs. Select the rate for your shipment and using the associated rateId, call cerateFromShippingQuote to create a shipment and generate a shipping label that you can use to ship the package.", "method": "post", "endpoint": "shipping_quote", "responses": [ { "uuid": "d9520640-d4f7-447c-88eb-e2815bf5f770", "body": "{\n \"creationDate\": \"\",\n \"expirationDate\": \"\",\n \"orders\": [\n {\n \"channel\": \"\",\n \"orderId\": \"\"\n }\n ],\n \"packageSpecification\": {\n \"dimensions\": {\n \"height\": \"\",\n \"length\": \"\",\n \"unit\": \"\",\n \"width\": \"\"\n },\n \"weight\": {\n \"unit\": \"\",\n \"value\": \"\"\n }\n },\n \"rates\": [\n {\n \"additionalOptions\": [\n {\n \"additionalCost\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"optionType\": \"\"\n }\n ],\n \"baseShippingCost\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"destinationTimeZone\": \"\",\n \"maxEstimatedDeliveryDate\": \"\",\n \"minEstimatedDeliveryDate\": \"\",\n \"pickupNetworks\": [\n \"\"\n ],\n \"pickupSlots\": [\n {\n \"pickupSlotEndTime\": \"\",\n \"pickupSlotId\": \"\",\n \"pickupSlotStartTime\": \"\",\n \"pickupSlotTimeZone\": \"\"\n }\n ],\n \"pickupType\": \"\",\n \"rateId\": \"\",\n \"rateRecommendation\": [\n \"\"\n ],\n \"shippingCarrierCode\": \"\",\n \"shippingCarrierName\": \"\",\n \"shippingServiceCode\": \"\",\n \"shippingServiceName\": \"\"\n }\n ],\n \"shipFrom\": {\n \"companyName\": \"\",\n \"contactAddress\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"countryCode\": \"\",\n \"county\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\"\n },\n \"fullName\": \"\",\n \"primaryPhone\": {\n \"phoneNumber\": \"\"\n }\n },\n \"shipTo\": {\n \"companyName\": \"\",\n \"contactAddress\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"countryCode\": \"\",\n \"county\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\"\n },\n \"fullName\": \"\",\n \"primaryPhone\": {\n \"phoneNumber\": \"\"\n }\n },\n \"shippingQuoteId\": \"\",\n \"warnings\": [\n {\n \"category\": \"\",\n \"domain\": \"\",\n \"errorId\": {{faker 'number.int' max=99999}},\n \"inputRefIds\": [\n \"\"\n ],\n \"longMessage\": \"\",\n \"message\": \"\",\n \"outputRefIds\": [\n \"\"\n ],\n \"parameters\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"subdomain\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "80fbd4b0-9a09-4090-ae3c-0822cced470e", "body": "", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f5ecc7e3-c423-4959-b2da-a2e2088b16c0", "body": "", "latency": 0, "statusCode": 409, "label": "Conflict", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3b5a14f4-82f3-43e8-b6a2-21f9372c7fd7", "body": "", "latency": 0, "statusCode": 500, "label": "Internal Server Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ef29feff-515f-49da-8337-b328fc60f42b", "documentation": "This method retrieves the complete details of the shipping quote associated with the specified shippingQuoteId value. A "shipping quote" pertains to a single specific package and contains a set of shipping "rates" that quote the cost to ship the package by different shipping carriers and services. The quotes are based on the package's origin, destination, and size. Call createShippingQuote to create a shippingQuoteId.", "method": "get", "endpoint": "shipping_quote/:shippingQuoteId", "responses": [ { "uuid": "158d58ca-5ed2-4448-8f04-af61ee689031", "body": "{\n \"creationDate\": \"\",\n \"expirationDate\": \"\",\n \"orders\": [\n {\n \"channel\": \"\",\n \"orderId\": \"\"\n }\n ],\n \"packageSpecification\": {\n \"dimensions\": {\n \"height\": \"\",\n \"length\": \"\",\n \"unit\": \"\",\n \"width\": \"\"\n },\n \"weight\": {\n \"unit\": \"\",\n \"value\": \"\"\n }\n },\n \"rates\": [\n {\n \"additionalOptions\": [\n {\n \"additionalCost\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"optionType\": \"\"\n }\n ],\n \"baseShippingCost\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"destinationTimeZone\": \"\",\n \"maxEstimatedDeliveryDate\": \"\",\n \"minEstimatedDeliveryDate\": \"\",\n \"pickupNetworks\": [\n \"\"\n ],\n \"pickupSlots\": [\n {\n \"pickupSlotEndTime\": \"\",\n \"pickupSlotId\": \"\",\n \"pickupSlotStartTime\": \"\",\n \"pickupSlotTimeZone\": \"\"\n }\n ],\n \"pickupType\": \"\",\n \"rateId\": \"\",\n \"rateRecommendation\": [\n \"\"\n ],\n \"shippingCarrierCode\": \"\",\n \"shippingCarrierName\": \"\",\n \"shippingServiceCode\": \"\",\n \"shippingServiceName\": \"\"\n }\n ],\n \"shipFrom\": {\n \"companyName\": \"\",\n \"contactAddress\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"countryCode\": \"\",\n \"county\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\"\n },\n \"fullName\": \"\",\n \"primaryPhone\": {\n \"phoneNumber\": \"\"\n }\n },\n \"shipTo\": {\n \"companyName\": \"\",\n \"contactAddress\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"countryCode\": \"\",\n \"county\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\"\n },\n \"fullName\": \"\",\n \"primaryPhone\": {\n \"phoneNumber\": \"\"\n }\n },\n \"shippingQuoteId\": \"\",\n \"warnings\": [\n {\n \"category\": \"\",\n \"domain\": \"\",\n \"errorId\": {{faker 'number.int' max=99999}},\n \"inputRefIds\": [\n \"\"\n ],\n \"longMessage\": \"\",\n \"message\": \"\",\n \"outputRefIds\": [\n \"\"\n ],\n \"parameters\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"subdomain\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4be877b6-ca50-474b-abec-6ec61aa188b8", "body": "", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "50843969-38b6-4aec-8bfc-5b1158baf820", "body": "", "latency": 0, "statusCode": 404, "label": "Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "37ea9cce-84f6-421e-ba5e-f055bf0e0abf", "body": "", "latency": 0, "statusCode": 500, "label": "Internal Server Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "8bfe2a8f-b81d-4079-8db9-129e67cce9e8" }, { "type": "route", "uuid": "d2d4456d-1721-410e-bf3d-453aa099be16" }, { "type": "route", "uuid": "9f8789cb-91d7-42d9-ae7c-085f8171cc4f" }, { "type": "route", "uuid": "76795ea4-c098-4f4b-8e46-3491616a6b57" }, { "type": "route", "uuid": "f3850137-a45e-4a33-a5ae-d81e5ddc4b1a" }, { "type": "route", "uuid": "ef29feff-515f-49da-8337-b328fc60f42b" } ] }