diff --git a/bin/server b/bin/server index 54d9fbf0a2..5ff569a362 100755 --- a/bin/server +++ b/bin/server @@ -7,7 +7,7 @@ source "bin/activate-env" > /dev/null 2>&1 # Run server commands if [[ "$*" == *gen:graph* ]]; then cd "${ROOT:?}" - apollo service:download --endpoint=http://localhost:5002/graphql/ "${ROOT:?}/server/schemas/graphql.json" + apollo service:download --endpoint=http://0.0.0.0:5002/graphql/ "${ROOT:?}/server/schemas/graphql.json" cd - elif [[ "$*" == *gen:openapi* ]]; then cd "${ROOT:?}" diff --git a/server/modules/core/karrio/server/core/serializers.py b/server/modules/core/karrio/server/core/serializers.py index 7190d762c2..4c886ed3f9 100644 --- a/server/modules/core/karrio/server/core/serializers.py +++ b/server/modules/core/karrio/server/core/serializers.py @@ -1545,7 +1545,9 @@ class DocumentFileData(serializers.Serializer): help_text="The file name", ) doc_format = serializers.CharField( - required=True, + required=False, + allow_blank=False, + allow_null=True, help_text="The file format", ) doc_type = serializers.CharField( diff --git a/server/schemas/graphql.json b/server/schemas/graphql.json index 684899798c..722bb463e2 100644 --- a/server/schemas/graphql.json +++ b/server/schemas/graphql.json @@ -592,7 +592,7 @@ "deprecationReason": null }, { - "name": "data_template", + "name": "document_template", "description": null, "args": [ { @@ -615,7 +615,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "DataTemplateType", + "name": "DocumentTemplateType", "ofType": null } }, @@ -623,7 +623,7 @@ "deprecationReason": null }, { - "name": "data_templates", + "name": "document_templates", "description": null, "args": [ { @@ -631,7 +631,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "DataTemplateFilter", + "name": "DocumentTemplateFilter", "ofType": null }, "defaultValue": null @@ -642,7 +642,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "DataTemplateTypeConnection", + "name": "DocumentTemplateTypeConnection", "ofType": null } }, @@ -650,7 +650,7 @@ "deprecationReason": null }, { - "name": "batch_operation", + "name": "data_template", "description": null, "args": [ { @@ -673,7 +673,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "BatchOperationType", + "name": "DataTemplateType", "ofType": null } }, @@ -681,7 +681,7 @@ "deprecationReason": null }, { - "name": "batch_operations", + "name": "data_templates", "description": null, "args": [ { @@ -689,7 +689,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "BatchOperationFilter", + "name": "DataTemplateFilter", "ofType": null }, "defaultValue": null @@ -700,7 +700,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "BatchOperationTypeConnection", + "name": "DataTemplateTypeConnection", "ofType": null } }, @@ -708,7 +708,7 @@ "deprecationReason": null }, { - "name": "app", + "name": "batch_operation", "description": null, "args": [ { @@ -731,7 +731,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AppType", + "name": "BatchOperationType", "ofType": null } }, @@ -739,7 +739,7 @@ "deprecationReason": null }, { - "name": "apps", + "name": "batch_operations", "description": null, "args": [ { @@ -747,7 +747,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "AppFilter", + "name": "BatchOperationFilter", "ofType": null }, "defaultValue": null @@ -758,7 +758,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AppTypeConnection", + "name": "BatchOperationTypeConnection", "ofType": null } }, @@ -766,7 +766,7 @@ "deprecationReason": null }, { - "name": "private_app", + "name": "app", "description": null, "args": [ { @@ -789,7 +789,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PrivateAppType", + "name": "AppType", "ofType": null } }, @@ -797,7 +797,7 @@ "deprecationReason": null }, { - "name": "private_apps", + "name": "apps", "description": null, "args": [ { @@ -816,7 +816,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PrivateAppTypeConnection", + "name": "AppTypeConnection", "ofType": null } }, @@ -824,16 +824,20 @@ "deprecationReason": null }, { - "name": "installations", + "name": "private_app", "description": null, "args": [ { - "name": "filter", + "name": "id", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "AppInstallationFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null } @@ -843,7 +847,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AppInstallationTypeConnection", + "name": "PrivateAppType", "ofType": null } }, @@ -851,20 +855,16 @@ "deprecationReason": null }, { - "name": "document_template", + "name": "private_apps", "description": null, "args": [ { - "name": "id", + "name": "filter", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "AppFilter", + "ofType": null }, "defaultValue": null } @@ -874,7 +874,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "DocumentTemplateType", + "name": "PrivateAppTypeConnection", "ofType": null } }, @@ -882,7 +882,7 @@ "deprecationReason": null }, { - "name": "document_templates", + "name": "installations", "description": null, "args": [ { @@ -890,7 +890,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "DocumentTemplateFilter", + "name": "AppInstallationFilter", "ofType": null }, "defaultValue": null @@ -901,7 +901,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "DocumentTemplateTypeConnection", + "name": "AppInstallationTypeConnection", "ofType": null } }, @@ -18169,7 +18169,7 @@ }, { "kind": "OBJECT", - "name": "DataTemplateType", + "name": "DocumentTemplateType", "description": null, "fields": [ { @@ -18237,7 +18237,7 @@ "deprecationReason": null }, { - "name": "fields_mapping", + "name": "template", "description": null, "args": [], "type": { @@ -18245,7 +18245,23 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "JSON", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "active", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -18265,17 +18281,13 @@ "deprecationReason": null }, { - "name": "resource_type", + "name": "related_object", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ResourceStatus", - "ofType": null - } + "kind": "ENUM", + "name": "TemplateRelatedObject", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -18324,38 +18336,20 @@ }, { "kind": "ENUM", - "name": "ResourceStatus", + "name": "TemplateRelatedObject", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { - "name": "queued", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "created", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "has_errors", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "incomplete", + "name": "shipment", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "processed", + "name": "order", "description": null, "isDeprecated": false, "deprecationReason": null @@ -18365,7 +18359,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "DataTemplateFilter", + "name": "DocumentTemplateFilter", "description": null, "fields": null, "inputFields": [ @@ -18400,34 +18394,22 @@ "defaultValue": null }, { - "name": "slug", + "name": "active", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "resource_type", + "name": "related_object", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ResourceStatus", - "ofType": null - } - } - } + "kind": "ENUM", + "name": "TemplateRelatedObject", + "ofType": null }, "defaultValue": null } @@ -18438,7 +18420,7 @@ }, { "kind": "OBJECT", - "name": "DataTemplateTypeConnection", + "name": "DocumentTemplateTypeConnection", "description": null, "fields": [ { @@ -18472,7 +18454,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "DataTemplateTypeEdge", + "name": "DocumentTemplateTypeEdge", "ofType": null } } @@ -18489,7 +18471,7 @@ }, { "kind": "OBJECT", - "name": "DataTemplateTypeEdge", + "name": "DocumentTemplateTypeEdge", "description": null, "fields": [ { @@ -18501,7 +18483,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "DataTemplateType", + "name": "DocumentTemplateType", "ofType": null } }, @@ -18532,7 +18514,7 @@ }, { "kind": "OBJECT", - "name": "BatchOperationType", + "name": "DataTemplateType", "description": null, "fields": [ { @@ -18560,7 +18542,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -18568,15 +18550,15 @@ "deprecationReason": null }, { - "name": "resource_type", + "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "ResourceStatus", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -18584,39 +18566,15 @@ "deprecationReason": null }, { - "name": "resources", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "BatchObjectType", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "status", + "name": "slug", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "BatchOperationStatus", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -18624,7 +18582,7 @@ "deprecationReason": null }, { - "name": "test_mode", + "name": "fields_mapping", "description": null, "args": [], "type": { @@ -18632,7 +18590,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "JSON", "ofType": null } }, @@ -18640,31 +18598,27 @@ "deprecationReason": null }, { - "name": "created_at", + "name": "description", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updated_at", + "name": "resource_type", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "DateTime", + "kind": "ENUM", + "name": "ResourceStatus", "ofType": null } }, @@ -18672,55 +18626,36 @@ "deprecationReason": null }, { - "name": "created_by", + "name": "created_at", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UserType", - "ofType": null - } + "kind": "SCALAR", + "name": "DateTime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "BatchObjectType", - "description": null, - "fields": [ + }, { - "name": "id", + "name": "updated_at", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "DateTime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "status", + "name": "created_by", "description": null, "args": [], "type": { - "kind": "ENUM", - "name": "ResourceStatus", + "kind": "OBJECT", + "name": "UserType", "ofType": null }, "isDeprecated": false, @@ -18734,7 +18669,7 @@ }, { "kind": "ENUM", - "name": "BatchOperationStatus", + "name": "ResourceStatus", "description": null, "fields": null, "inputFields": null, @@ -18747,25 +18682,25 @@ "deprecationReason": null }, { - "name": "running", + "name": "created", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "failed", + "name": "has_errors", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "completed", + "name": "incomplete", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "completed_with_errors", + "name": "processed", "description": null, "isDeprecated": false, "deprecationReason": null @@ -18775,7 +18710,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "BatchOperationFilter", + "name": "DataTemplateFilter", "description": null, "fields": null, "inputFields": [ @@ -18800,29 +18735,27 @@ "defaultValue": null }, { - "name": "resource_type", + "name": "name", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ResourceStatus", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, { - "name": "status", + "name": "slug", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "resource_type", "description": null, "type": { "kind": "NON_NULL", @@ -18835,7 +18768,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "BatchOperationStatus", + "name": "ResourceStatus", "ofType": null } } @@ -18850,7 +18783,7 @@ }, { "kind": "OBJECT", - "name": "BatchOperationTypeConnection", + "name": "DataTemplateTypeConnection", "description": null, "fields": [ { @@ -18884,7 +18817,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "BatchOperationTypeEdge", + "name": "DataTemplateTypeEdge", "ofType": null } } @@ -18901,7 +18834,7 @@ }, { "kind": "OBJECT", - "name": "BatchOperationTypeEdge", + "name": "DataTemplateTypeEdge", "description": null, "fields": [ { @@ -18913,7 +18846,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "BatchOperationType", + "name": "DataTemplateType", "ofType": null } }, @@ -18944,7 +18877,7 @@ }, { "kind": "OBJECT", - "name": "AppType", + "name": "BatchOperationType", "description": null, "fields": [ { @@ -18972,39 +18905,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "display_name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "developer_name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, @@ -19012,15 +18913,15 @@ "deprecationReason": null }, { - "name": "is_public", + "name": "resource_type", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "ENUM", + "name": "ResourceStatus", "ofType": null } }, @@ -19028,31 +18929,39 @@ "deprecationReason": null }, { - "name": "is_builtin", + "name": "resources", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "BatchObjectType", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "is_embedded", + "name": "status", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "ENUM", + "name": "BatchOperationStatus", "ofType": null } }, @@ -19060,7 +18969,7 @@ "deprecationReason": null }, { - "name": "is_published", + "name": "test_mode", "description": null, "args": [], "type": { @@ -19075,46 +18984,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "launch_url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "features", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "created_at", "description": null, @@ -19162,30 +19031,6 @@ }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "metadata", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "installation", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "AppInstallationType", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -19195,11 +19040,11 @@ }, { "kind": "OBJECT", - "name": "AppInstallationType", + "name": "BatchObjectType", "description": null, "fields": [ { - "name": "object_type", + "name": "id", "description": null, "args": [], "type": { @@ -19207,7 +19052,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, @@ -19215,114 +19060,67 @@ "deprecationReason": null }, { - "name": "id", + "name": "status", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "ENUM", + "name": "ResourceStatus", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "BatchOperationStatus", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "access_scopes", + "name": "queued", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "created_at", + "name": "running", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updated_at", + "name": "failed", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "created_by", + "name": "completed", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UserType", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadata", + "name": "completed_with_errors", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], - "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "AppFilter", + "name": "BatchOperationFilter", "description": null, "fields": null, "inputFields": [ @@ -19347,7 +19145,7 @@ "defaultValue": null }, { - "name": "features", + "name": "resource_type", "description": null, "type": { "kind": "NON_NULL", @@ -19359,8 +19157,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "ResourceStatus", "ofType": null } } @@ -19369,42 +19167,24 @@ "defaultValue": null }, { - "name": "metadata_key", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "metadata_value", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "created_after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "created_before", + "name": "status", "description": null, "type": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "BatchOperationStatus", + "ofType": null + } + } + } }, "defaultValue": null } @@ -19415,7 +19195,7 @@ }, { "kind": "OBJECT", - "name": "AppTypeConnection", + "name": "BatchOperationTypeConnection", "description": null, "fields": [ { @@ -19449,7 +19229,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AppTypeEdge", + "name": "BatchOperationTypeEdge", "ofType": null } } @@ -19466,7 +19246,7 @@ }, { "kind": "OBJECT", - "name": "AppTypeEdge", + "name": "BatchOperationTypeEdge", "description": null, "fields": [ { @@ -19478,7 +19258,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AppType", + "name": "BatchOperationType", "ofType": null } }, @@ -19509,7 +19289,7 @@ }, { "kind": "OBJECT", - "name": "PrivateAppType", + "name": "AppType", "description": null, "fields": [ { @@ -19680,38 +19460,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "client_id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "redirect_uris", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "created_at", "description": null, @@ -19792,19 +19540,19 @@ }, { "kind": "OBJECT", - "name": "PrivateAppTypeConnection", + "name": "AppInstallationType", "description": null, "fields": [ { - "name": "page_info", + "name": "object_type", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -19812,7 +19560,23 @@ "deprecationReason": null }, { - "name": "edges", + "name": "id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "access_scopes", "description": null, "args": [], "type": { @@ -19825,8 +19589,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PrivateAppTypeEdge", + "kind": "SCALAR", + "name": "String", "ofType": null } } @@ -19834,28 +19598,17 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PrivateAppTypeEdge", - "description": null, - "fields": [ + }, { - "name": "node", + "name": "created_at", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PrivateAppType", + "kind": "SCALAR", + "name": "DateTime", "ofType": null } }, @@ -19863,7 +19616,7 @@ "deprecationReason": null }, { - "name": "cursor", + "name": "updated_at", "description": null, "args": [], "type": { @@ -19871,12 +19624,40 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "created_by", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UserType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "metadata", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -19886,7 +19667,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "AppInstallationFilter", + "name": "AppFilter", "description": null, "fields": null, "inputFields": [ @@ -19910,6 +19691,28 @@ }, "defaultValue": null }, + { + "name": "features", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + "defaultValue": null + }, { "name": "metadata_key", "description": null, @@ -19957,7 +19760,7 @@ }, { "kind": "OBJECT", - "name": "AppInstallationTypeConnection", + "name": "AppTypeConnection", "description": null, "fields": [ { @@ -19991,7 +19794,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AppInstallationTypeEdge", + "name": "AppTypeEdge", "ofType": null } } @@ -20008,7 +19811,7 @@ }, { "kind": "OBJECT", - "name": "AppInstallationTypeEdge", + "name": "AppTypeEdge", "description": null, "fields": [ { @@ -20020,7 +19823,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AppInstallationType", + "name": "AppType", "ofType": null } }, @@ -20051,7 +19854,7 @@ }, { "kind": "OBJECT", - "name": "DocumentTemplateType", + "name": "PrivateAppType", "description": null, "fields": [ { @@ -20087,7 +19890,7 @@ "deprecationReason": null }, { - "name": "name", + "name": "display_name", "description": null, "args": [], "type": { @@ -20103,7 +19906,7 @@ "deprecationReason": null }, { - "name": "slug", + "name": "developer_name", "description": null, "args": [], "type": { @@ -20119,7 +19922,7 @@ "deprecationReason": null }, { - "name": "template", + "name": "is_public", "description": null, "args": [], "type": { @@ -20127,7 +19930,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -20135,7 +19938,7 @@ "deprecationReason": null }, { - "name": "active", + "name": "is_builtin", "description": null, "args": [], "type": { @@ -20151,25 +19954,105 @@ "deprecationReason": null }, { - "name": "description", + "name": "is_embedded", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "related_object", + "name": "is_published", "description": null, "args": [], "type": { - "kind": "ENUM", - "name": "TemplateRelatedObject", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "launch_url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "features", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "client_id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "redirect_uris", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -20179,9 +20062,13 @@ "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -20190,21 +20077,53 @@ "name": "updated_at", "description": null, "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "created_by", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UserType", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metadata", + "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "DateTime", + "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "created_by", + "name": "installation", "description": null, "args": [], "type": { "kind": "OBJECT", - "name": "UserType", + "name": "AppInstallationType", "ofType": null }, "isDeprecated": false, @@ -20217,31 +20136,102 @@ "possibleTypes": null }, { - "kind": "ENUM", - "name": "TemplateRelatedObject", + "kind": "OBJECT", + "name": "PrivateAppTypeConnection", "description": null, - "fields": null, + "fields": [ + { + "name": "page_info", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "edges", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PrivateAppTypeEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], "inputFields": null, - "interfaces": null, - "enumValues": [ + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PrivateAppTypeEdge", + "description": null, + "fields": [ { - "name": "shipment", + "name": "node", "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PrivateAppType", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "cursor", "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], + "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "DocumentTemplateFilter", + "name": "AppInstallationFilter", "description": null, "fields": null, "inputFields": [ @@ -20266,7 +20256,7 @@ "defaultValue": null }, { - "name": "name", + "name": "metadata_key", "description": null, "type": { "kind": "SCALAR", @@ -20276,21 +20266,31 @@ "defaultValue": null }, { - "name": "active", + "name": "metadata_value", "description": null, "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "related_object", + "name": "created_after", "description": null, "type": { - "kind": "ENUM", - "name": "TemplateRelatedObject", + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "created_before", + "description": null, + "type": { + "kind": "SCALAR", + "name": "DateTime", "ofType": null }, "defaultValue": null @@ -20302,7 +20302,7 @@ }, { "kind": "OBJECT", - "name": "DocumentTemplateTypeConnection", + "name": "AppInstallationTypeConnection", "description": null, "fields": [ { @@ -20336,7 +20336,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "DocumentTemplateTypeEdge", + "name": "AppInstallationTypeEdge", "ofType": null } } @@ -20353,7 +20353,7 @@ }, { "kind": "OBJECT", - "name": "DocumentTemplateTypeEdge", + "name": "AppInstallationTypeEdge", "description": null, "fields": [ { @@ -20365,7 +20365,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "DocumentTemplateType", + "name": "AppInstallationType", "ofType": null } }, @@ -21857,69 +21857,224 @@ "deprecationReason": null }, { - "name": "partial_shipment_update", - "description": null, - "args": [ - { - "name": "input", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PartialShipmentMutationInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PartialShipmentMutation", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mutate_metadata", - "description": null, - "args": [ - { - "name": "input", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MetadataMutationInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MetadataMutation", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "change_shipment_status", + "name": "partial_shipment_update", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PartialShipmentMutationInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PartialShipmentMutation", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "mutate_metadata", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MetadataMutationInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MetadataMutation", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "change_shipment_status", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ChangeShipmentStatusMutationInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ChangeShipmentStatusMutation", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete_template", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteMutationInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteMutation", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "discard_commodity", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteMutationInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteMutation", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "discard_customs", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteMutationInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteMutation", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "discard_parcel", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteMutationInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteMutation", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create_webhook", "description": null, "args": [ { @@ -21930,7 +22085,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "ChangeShipmentStatusMutationInput", + "name": "CreateWebhookMutationInput", "ofType": null } }, @@ -21942,7 +22097,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ChangeShipmentStatusMutation", + "name": "CreateWebhookMutation", "ofType": null } }, @@ -21950,7 +22105,7 @@ "deprecationReason": null }, { - "name": "delete_template", + "name": "update_webhook", "description": null, "args": [ { @@ -21961,7 +22116,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "DeleteMutationInput", + "name": "UpdateWebhookMutationInput", "ofType": null } }, @@ -21973,7 +22128,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "DeleteMutation", + "name": "UpdateWebhookMutation", "ofType": null } }, @@ -21981,7 +22136,7 @@ "deprecationReason": null }, { - "name": "discard_commodity", + "name": "delete_webhook", "description": null, "args": [ { @@ -22012,7 +22167,7 @@ "deprecationReason": null }, { - "name": "discard_customs", + "name": "create_order", "description": null, "args": [ { @@ -22023,7 +22178,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "DeleteMutationInput", + "name": "CreateOrderMutationInput", "ofType": null } }, @@ -22035,7 +22190,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "DeleteMutation", + "name": "CreateOrderMutation", "ofType": null } }, @@ -22043,7 +22198,7 @@ "deprecationReason": null }, { - "name": "discard_parcel", + "name": "partial_order_update", "description": null, "args": [ { @@ -22054,7 +22209,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "DeleteMutationInput", + "name": "PartialOrderUpdateMutationInput", "ofType": null } }, @@ -22066,7 +22221,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "DeleteMutation", + "name": "PartialOrderUpdateMutation", "ofType": null } }, @@ -22074,7 +22229,7 @@ "deprecationReason": null }, { - "name": "create_webhook", + "name": "create_document_template", "description": null, "args": [ { @@ -22085,7 +22240,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CreateWebhookMutationInput", + "name": "CreateDocumentTemplateMutationInput", "ofType": null } }, @@ -22097,7 +22252,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CreateWebhookMutation", + "name": "CreateDocumentTemplateMutation", "ofType": null } }, @@ -22105,7 +22260,7 @@ "deprecationReason": null }, { - "name": "update_webhook", + "name": "update_document_template", "description": null, "args": [ { @@ -22116,7 +22271,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "UpdateWebhookMutationInput", + "name": "UpdateDocumentTemplateMutationInput", "ofType": null } }, @@ -22128,7 +22283,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "UpdateWebhookMutation", + "name": "UpdateDocumentTemplateMutation", "ofType": null } }, @@ -22136,7 +22291,7 @@ "deprecationReason": null }, { - "name": "delete_webhook", + "name": "delete_document_template", "description": null, "args": [ { @@ -22166,68 +22321,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "create_order", - "description": null, - "args": [ - { - "name": "input", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateOrderMutationInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateOrderMutation", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "partial_order_update", - "description": null, - "args": [ - { - "name": "input", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PartialOrderUpdateMutationInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PartialOrderUpdateMutation", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "create_data_template", "description": null, @@ -22476,99 +22569,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "create_document_template", - "description": null, - "args": [ - { - "name": "input", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateDocumentTemplateMutationInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateDocumentTemplateMutation", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "update_document_template", - "description": null, - "args": [ - { - "name": "input", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateDocumentTemplateMutationInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UpdateDocumentTemplateMutation", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "delete_document_template", - "description": null, - "args": [ - { - "name": "input", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteMutationInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "DeleteMutation", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "create_organization", "description": null, @@ -35604,6 +35604,264 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "INPUT_OBJECT", + "name": "CreateDocumentTemplateMutationInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "slug", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "template", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "related_object", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TemplateRelatedObject", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "active", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true" + }, + { + "name": "description", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateDocumentTemplateMutation", + "description": null, + "fields": [ + { + "name": "errors", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ErrorType", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "DocumentTemplateType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateDocumentTemplateMutationInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "slug", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "name", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "template", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "active", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "related_object", + "description": null, + "type": { + "kind": "ENUM", + "name": "TemplateRelatedObject", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateDocumentTemplateMutation", + "description": null, + "fields": [ + { + "name": "errors", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ErrorType", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "DocumentTemplateType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, { "kind": "INPUT_OBJECT", "name": "CreateDataTemplateMutationInput", @@ -36306,264 +36564,6 @@ "enumValues": null, "possibleTypes": null }, - { - "kind": "INPUT_OBJECT", - "name": "CreateDocumentTemplateMutationInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "slug", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "template", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "related_object", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TemplateRelatedObject", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "active", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true" - }, - { - "name": "description", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateDocumentTemplateMutation", - "description": null, - "fields": [ - { - "name": "errors", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ErrorType", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "DocumentTemplateType", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "UpdateDocumentTemplateMutationInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "slug", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "name", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "template", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "active", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "description", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "related_object", - "description": null, - "type": { - "kind": "ENUM", - "name": "TemplateRelatedObject", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "UpdateDocumentTemplateMutation", - "description": null, - "fields": [ - { - "name": "errors", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ErrorType", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "DocumentTemplateType", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, { "kind": "INPUT_OBJECT", "name": "CreateOrganizationMutationInput", diff --git a/server/schemas/openapi.yml b/server/schemas/openapi.yml index 5e5603266f..3affec3965 100644 --- a/server/schemas/openapi.yml +++ b/server/schemas/openapi.yml @@ -6714,6 +6714,7 @@ components: description: The file name doc_format: type: string + nullable: true description: The file format doc_type: type: string @@ -6726,7 +6727,6 @@ components: maxLength: 50 required: - doc_file - - doc_format - doc_name DocumentUploadData: type: object @@ -11513,37 +11513,37 @@ tags: ## Carriers | Carrier Name | Display Name | | ------------ | ------------ | - | amazon_mws | AmazonMws | - | aramex | Aramex | - | australiapost | Australia Post | - | boxknight | BoxKnight | - | canadapost | Canada Post | - | canpar | Canpar | - | chronopost | Chronopost | - | dhl_express | DHL Express | - | dhl_poland | DHL Parcel Poland | - | dhl_universal | DHL Universal | - | dicom | Dicom | - | dpd | DPD | - | dpdhl | Deutsche Post DHL | - | easypost | EasyPost | - | eshipper | eShipper | - | fedex | FedEx | - | freightcom | Freightcom | - | geodis | GEODIS | - | laposte | La Poste | - | nationex | Nationex | - | purolator | Purolator | - | roadie | Roadie | - | royalmail | Royal Mail | - | sendle | Sendle | - | sf_express | SF-Express | - | tnt | TNT | - | ups | UPS | - | usps | USPS | - | usps_international | USPS International | - | yanwen | Yanwen | | yunexpress | Yunexpress | + | yanwen | Yanwen | + | usps_international | USPS International | + | usps | USPS | + | ups | UPS | + | tnt | TNT | + | sf_express | SF-Express | + | sendle | Sendle | + | royalmail | Royal Mail | + | roadie | Roadie | + | purolator | Purolator | + | nationex | Nationex | + | laposte | La Poste | + | geodis | GEODIS | + | freightcom | Freightcom | + | fedex | FedEx | + | eshipper | eShipper | + | easypost | EasyPost | + | dpdhl | Deutsche Post DHL | + | dpd | DPD | + | dicom | Dicom | + | dhl_universal | DHL Universal | + | dhl_poland | DHL Parcel Poland | + | dhl_express | DHL Express | + | chronopost | Chronopost | + | canpar | Canpar | + | canadapost | Canada Post | + | boxknight | BoxKnight | + | australiapost | Australia Post | + | aramex | Aramex | + | amazon_mws | AmazonMws | --- ## Services @@ -11551,129 +11551,465 @@ tags: when purchasing shipping labels using single call label creation. You can also find all of the possible service levels for each of your carrier accounts by using [this endpoint](#operation/&&get_services). - ### AmazonMws + ### USPS International | Code | Service Name | | ------------ | ------------ | - | amazon_shipping_ground | Amazon Shipping Ground | - | amazon_shipping_standard | Amazon Shipping Standard | - | amazon_shipping_premium | Amazon Shipping Premium | + | usps_first_class | First Class | + | usps_first_class_commercial | First Class Commercial | + | usps_first_class_hfp_commercial | First Class HFPCommercial | + | usps_priority | Priority | + | usps_priority_commercial | Priority Commercial | + | usps_priority_cpp | Priority Cpp | + | usps_priority_hfp_commercial | Priority HFP Commercial | + | usps_priority_hfp_cpp | Priority HFP CPP | + | usps_priority_mail_express | Priority Mail Express | + | usps_priority_mail_express_commercial | Priority Mail Express Commercial | + | usps_priority_mail_express_cpp | Priority Mail Express CPP | + | usps_priority_mail_express_sh | Priority Mail Express Sh | + | usps_priority_mail_express_sh_commercial | Priority Mail Express ShCommercial | + | usps_priority_mail_express_hfp | Priority Mail Express HFP | + | usps_priority_mail_express_hfp_commercial | Priority Mail Express HFP Commercial | + | usps_priority_mail_express_hfp_cpp | Priority Mail Express HFP CPP | + | usps_priority_mail_cubic | Priority Mail Cubic | + | usps_retail_ground | Retail Ground | + | usps_media | Media | + | usps_library | Library | + | usps_all | All | + | usps_online | Online | + | usps_plus | Plus | + | usps_bpm | BPM | - ### BoxKnight + ### USPS | Code | Service Name | | ------------ | ------------ | - | boxknight_sameday | SAMEDAY | - | boxknight_nextday | NEXTDAY | - | boxknight_scheduled | SCHEDULED | + | usps_first_class | First Class | + | usps_first_class_commercial | First Class Commercial | + | usps_first_class_hfp_commercial | First Class HFPCommercial | + | usps_priority | Priority | + | usps_priority_commercial | Priority Commercial | + | usps_priority_cpp | Priority Cpp | + | usps_priority_hfp_commercial | Priority HFP Commercial | + | usps_priority_hfp_cpp | Priority HFP CPP | + | usps_priority_mail_express | Priority Mail Express | + | usps_priority_mail_express_commercial | Priority Mail Express Commercial | + | usps_priority_mail_express_cpp | Priority Mail Express CPP | + | usps_priority_mail_express_sh | Priority Mail Express Sh | + | usps_priority_mail_express_sh_commercial | Priority Mail Express ShCommercial | + | usps_priority_mail_express_hfp | Priority Mail Express HFP | + | usps_priority_mail_express_hfp_commercial | Priority Mail Express HFP Commercial | + | usps_priority_mail_express_hfp_cpp | Priority Mail Express HFP CPP | + | usps_priority_mail_cubic | Priority Mail Cubic | + | usps_retail_ground | Retail Ground | + | usps_media | Media | + | usps_library | Library | + | usps_all | All | + | usps_online | Online | + | usps_plus | Plus | + | usps_bpm | BPM | + | usps_ground_advantage | Ground Advantage | + | usps_ground_advantage_commercial | Ground Advantage Commercial | + | usps_ground_advantage_hfp | Ground Advantage HFP | + | usps_ground_advantage_hfp_commercial | Ground Advantage HFP Commercial | + | usps_ground_advantage_cubic | Ground Advantage Cubic | - ### Canada Post + ### UPS | Code | Service Name | | ------------ | ------------ | - | canadapost_regular_parcel | DOM.RP | - | canadapost_expedited_parcel | DOM.EP | - | canadapost_xpresspost | DOM.XP | - | canadapost_xpresspost_certified | DOM.XP.CERT | - | canadapost_priority | DOM.PC | - | canadapost_library_books | DOM.LIB | - | canadapost_expedited_parcel_usa | USA.EP | - | canadapost_priority_worldwide_envelope_usa | USA.PW.ENV | - | canadapost_priority_worldwide_pak_usa | USA.PW.PAK | - | canadapost_priority_worldwide_parcel_usa | USA.PW.PARCEL | - | canadapost_small_packet_usa_air | USA.SP.AIR | - | canadapost_tracked_packet_usa | USA.TP | - | canadapost_tracked_packet_usa_lvm | USA.TP.LVM | - | canadapost_xpresspost_usa | USA.XP | - | canadapost_xpresspost_international | INT.XP | - | canadapost_international_parcel_air | INT.IP.AIR | - | canadapost_international_parcel_surface | INT.IP.SURF | - | canadapost_priority_worldwide_envelope_intl | INT.PW.ENV | - | canadapost_priority_worldwide_pak_intl | INT.PW.PAK | - | canadapost_priority_worldwide_parcel_intl | INT.PW.PARCEL | - | canadapost_small_packet_international_air | INT.SP.AIR | - | canadapost_small_packet_international_surface | INT.SP.SURF | - | canadapost_tracked_packet_international | INT.TP | + | ups_standard | UPS Standard | + | ups_worldwide_express | UPS Worldwide Express | + | ups_worldwide_expedited | UPS Worldwide Expedited | + | ups_worldwide_express_plus | UPS Worldwide Express Plus | + | ups_worldwide_saver | UPS Worldwide Saver | + | ups_2nd_day_air | UPS 2nd Day Air | + | ups_2nd_day_air_am | UPS 2nd Day Air A.M. | + | ups_3_day_select | UPS 3 Day Select | + | ups_ground | UPS Ground | + | ups_next_day_air | UPS Next Day Air | + | ups_next_day_air_early | UPS Next Day Air Early | + | ups_next_day_air_saver | UPS Next Day Air Saver | + | ups_expedited_ca | UPS Expedited CA | + | ups_express_saver_ca | UPS Express Saver CA | + | ups_3_day_select_ca_us | UPS 3 Day Select CA US | + | ups_access_point_economy_ca | UPS Access Point Economy CA | + | ups_express_ca | UPS Express CA | + | ups_express_early_ca | UPS Express Early CA | + | ups_express_saver_intl_ca | UPS Express Saver Intl CA | + | ups_standard_ca | UPS Standard CA | + | ups_worldwide_expedited_ca | UPS Worldwide Expedited CA | + | ups_worldwide_express_ca | UPS Worldwide Express CA | + | ups_worldwide_express_plus_ca | UPS Worldwide Express Plus CA | + | ups_express_early_ca_us | UPS Express Early CA US | + | ups_access_point_economy_eu | UPS Access Point Economy EU | + | ups_expedited_eu | UPS Expedited EU | + | ups_express_eu | UPS Express EU | + | ups_standard_eu | UPS Standard EU | + | ups_worldwide_express_plus_eu | UPS Worldwide Express Plus EU | + | ups_worldwide_saver_eu | UPS Worldwide Saver EU | + | ups_access_point_economy_mx | UPS Access Point Economy MX | + | ups_expedited_mx | UPS Expedited MX | + | ups_express_mx | UPS Express MX | + | ups_standard_mx | UPS Standard MX | + | ups_worldwide_express_plus_mx | UPS Worldwide Express Plus MX | + | ups_worldwide_saver_mx | UPS Worldwide Saver MX | + | ups_access_point_economy_pl | UPS Access Point Economy PL | + | ups_today_dedicated_courrier_pl | UPS Today Dedicated Courrier PL | + | ups_today_express_pl | UPS Today Express PL | + | ups_today_express_saver_pl | UPS Today Express Saver PL | + | ups_today_standard_pl | UPS Today Standard PL | + | ups_expedited_pl | UPS Expedited PL | + | ups_express_pl | UPS Express PL | + | ups_express_plus_pl | UPS Express Plus PL | + | ups_express_saver_pl | UPS Express Saver PL | + | ups_standard_pl | UPS Standard PL | + | ups_2nd_day_air_pr | UPS 2nd Day Air PR | + | ups_ground_pr | UPS Ground PR | + | ups_next_day_air_pr | UPS Next Day Air PR | + | ups_next_day_air_early_pr | UPS Next Day Air Early PR | + | ups_worldwide_expedited_pr | UPS Worldwide Expedited PR | + | ups_worldwide_express_pr | UPS Worldwide Express PR | + | ups_worldwide_express_plus_pr | UPS Worldwide Express Plus PR | + | ups_worldwide_saver_pr | UPS Worldwide Saver PR | + | ups_express_12_00_de | UPS Express 12:00 DE | + | ups_worldwide_express_freight | UPS Worldwide Express Freight | + | ups_worldwide_express_freight_midday | UPS Worldwide Express Freight Midday | + | ups_worldwide_economy_ddu | UPS Worldwide Economy DDU | + | ups_worldwide_economy_ddp | UPS Worldwide Economy DDP | - ### Chronopost + ### TNT | Code | Service Name | | ------------ | ------------ | - | chronopost_retrait_bureau | 0 | - | chronopost_13 | 1 | - | chronopost_10 | 2 | - | chronopost_18 | 16 | - | chronopost_relais | 86 | - | chronopost_express_international | 17 | - | chronopost_premium_international | 37 | - | chronopost_classic_international | 44 | + | tnt_special_express | 1N | + | tnt_9_00_express | 09N | + | tnt_10_00_express | 10N | + | tnt_12_00_express | 12N | + | tnt_express | EX | + | tnt_economy_express | 48N | + | tnt_global_express | 15N | - ### DHL Express + ### Roadie | Code | Service Name | | ------------ | ------------ | - | dhl_logistics_services | 0 | - | dhl_domestic_express_12_00 | 1 | - | dhl_express_choice | 2 | - | dhl_express_choice_nondoc | 3 | - | dhl_jetline | 4 | - | dhl_sprintline | 5 | - | dhl_air_capacity_sales | 6 | - | dhl_express_easy | 7 | - | dhl_express_easy_nondoc | 8 | - | dhl_parcel_product | 9 | - | dhl_accounting | A | - | dhl_breakbulk_express | B | - | dhl_medical_express | C | - | dhl_express_worldwide_doc | D | - | dhl_express_9_00_nondoc | E | - | dhl_freight_worldwide_nondoc | F | - | dhl_economy_select_domestic | G | - | dhl_economy_select_nondoc | H | - | dhl_express_domestic_9_00 | I | - | dhl_jumbo_box_nondoc | J | - | dhl_express_9_00 | K | - | dhl_express_10_30 | L | - | dhl_express_10_30_nondoc | M | - | dhl_express_domestic | N | - | dhl_express_domestic_10_30 | O | - | dhl_express_worldwide_nondoc | P | - | dhl_medical_express_nondoc | Q | - | dhl_globalmail | R | - | dhl_same_day | S | - | dhl_express_12_00 | T | - | dhl_express_worldwide | U | - | dhl_parcel_product_nondoc | V | - | dhl_economy_select | W | - | dhl_express_envelope | X | - | dhl_express_12_00_nondoc | Y | - | dhl_destination_charges | Z | - | dhl_express_all | None | + | roadie_local_delivery | Roadie Local Delivery | - ### DHL Parcel Poland + ### Purolator | Code | Service Name | | ------------ | ------------ | - | dhl_poland_premium | PR | - | dhl_poland_polska | AH | - | dhl_poland_09 | 09 | - | dhl_poland_12 | 12 | - | dhl_poland_connect | EK | - | dhl_poland_international | PI | + | purolator_express_9_am | PurolatorExpress9AM | + | purolator_express_us | PurolatorExpressU.S. | + | purolator_express_10_30_am | PurolatorExpress10:30AM | + | purolator_express_us_9_am | PurolatorExpressU.S.9AM | + | purolator_express_12_pm | PurolatorExpress12PM | + | purolator_express_us_10_30_am | PurolatorExpressU.S.10:30AM | + | purolator_express | PurolatorExpress | + | purolator_express_us_12_00 | PurolatorExpressU.S.12:00 | + | purolator_express_evening | PurolatorExpressEvening | + | purolator_express_envelope_us | PurolatorExpressEnvelopeU.S. | + | purolator_express_envelope_9_am | PurolatorExpressEnvelope9AM | + | purolator_express_us_envelope_9_am | PurolatorExpressU.S.Envelope9AM | + | purolator_express_envelope_10_30_am | PurolatorExpressEnvelope10:30AM | + | purolator_express_us_envelope_10_30_am | PurolatorExpressU.S.Envelope10:30AM | + | purolator_express_envelope_12_pm | PurolatorExpressEnvelope12PM | + | purolator_express_us_envelope_12_00 | PurolatorExpressU.S.Envelope12:00 | + | purolator_express_envelope | PurolatorExpressEnvelope | + | purolator_express_pack_us | PurolatorExpressPackU.S. | + | purolator_express_envelope_evening | PurolatorExpressEnvelopeEvening | + | purolator_express_us_pack_9_am | PurolatorExpressU.S.Pack9AM | + | purolator_express_pack_9_am | PurolatorExpressPack9AM | + | purolator_express_us_pack_10_30_am | PurolatorExpressU.S.Pack10:30AM | + | purolator_express_pack10_30_am | PurolatorExpressPack10:30AM | + | purolator_express_us_pack_12_00 | PurolatorExpressU.S.Pack12:00 | + | purolator_express_pack_12_pm | PurolatorExpressPack12PM | + | purolator_express_box_us | PurolatorExpressBoxU.S. | + | purolator_express_pack | PurolatorExpressPack | + | purolator_express_us_box_9_am | PurolatorExpressU.S.Box9AM | + | purolator_express_pack_evening | PurolatorExpressPackEvening | + | purolator_express_us_box_10_30_am | PurolatorExpressU.S.Box10:30AM | + | purolator_express_box_9_am | PurolatorExpressBox9AM | + | purolator_express_us_box_12_00 | PurolatorExpressU.S.Box12:00 | + | purolator_express_box_10_30_am | PurolatorExpressBox10:30AM | + | purolator_ground_us | PurolatorGroundU.S. | + | purolator_express_box_12_pm | PurolatorExpressBox12PM | + | purolator_express_international | PurolatorExpressInternational | + | purolator_express_box | PurolatorExpressBox | + | purolator_express_international_9_am | PurolatorExpressInternational9AM | + | purolator_express_box_evening | PurolatorExpressBoxEvening | + | purolator_express_international_10_30_am | PurolatorExpressInternational10:30AM | + | purolator_ground | PurolatorGround | + | purolator_express_international_12_00 | PurolatorExpressInternational12:00 | + | purolator_ground_9_am | PurolatorGround9AM | + | purolator_express_envelope_international | PurolatorExpressEnvelopeInternational | + | purolator_ground_10_30_am | PurolatorGround10:30AM | + | purolator_express_international_envelope_9_am | PurolatorExpressInternationalEnvelope9AM | + | purolator_ground_evening | PurolatorGroundEvening | + | purolator_express_international_envelope_10_30_am | PurolatorExpressInternationalEnvelope10:30AM | + | purolator_quick_ship | PurolatorQuickShip | + | purolator_express_international_envelope_12_00 | PurolatorExpressInternationalEnvelope12:00 | + | purolator_quick_ship_envelope | PurolatorQuickShipEnvelope | + | purolator_express_pack_international | PurolatorExpressPackInternational | + | purolator_quick_ship_pack | PurolatorQuickShipPack | + | purolator_express_international_pack_9_am | PurolatorExpressInternationalPack9AM | + | purolator_quick_ship_box | PurolatorQuickShipBox | + | purolator_express_international_pack_10_30_am | PurolatorExpressInternationalPack10:30AM | + | purolator_express_international_pack_12_00 | PurolatorExpressInternationalPack12:00 | + | purolator_express_box_international | PurolatorExpressBoxInternational | + | purolator_express_international_box_9_am | PurolatorExpressInternationalBox9AM | + | purolator_express_international_box_10_30_am | PurolatorExpressInternationalBox10:30AM | + | purolator_express_international_box_12_00 | PurolatorExpressInternationalBox12:00 | - ### DPD + ### Freightcom | Code | Service Name | | ------------ | ------------ | - | dpd_cl | CL | - | dpd_express_10h | E10 | - | dpd_express_12h | E12 | - | dpd_express_18h_guarantee | E18 | - | dpd_express_b2b_predict | B2B MSG option | + | freightcom_all | 0 | + | freightcom_usf_holland | 1911 | + | freightcom_central_transport | 2029 | + | freightcom_estes | 2107 | + | freightcom_canpar_ground | 3400 | + | freightcom_canpar_select | 3404 | + | freightcom_canpar_overnight | 3407 | + | freightcom_dicom_ground | 3700 | + | freightcom_purolator_ground | 4000 | + | freightcom_purolator_express | 4003 | + | freightcom_purolator_express_9_am | 4004 | + | freightcom_purolator_express_10_30_am | 4005 | + | freightcom_purolator_ground_us | 4016 | + | freightcom_purolator_express_us | 4015 | + | freightcom_purolator_express_us_9_am | 4013 | + | freightcom_purolator_express_us_10_30_am | 4014 | + | freightcom_fedex_express_saver | 4100 | + | freightcom_fedex_ground | 4101 | + | freightcom_fedex_2day | 4102 | + | freightcom_fedex_priority_overnight | 4104 | + | freightcom_fedex_standard_overnight | 4105 | + | freightcom_fedex_first_overnight | 4106 | + | freightcom_fedex_international_priority | 4108 | + | freightcom_fedex_international_economy | 4109 | + | freightcom_ups_standard | 4600 | + | freightcom_ups_expedited | 4601 | + | freightcom_ups_express_saver | 4602 | + | freightcom_ups_express | 4603 | + | freightcom_ups_express_early | 4604 | + | freightcom_ups_3day_select | 4605 | + | freightcom_ups_worldwide_expedited | 4606 | + | freightcom_ups_worldwide_express | 4607 | + | freightcom_ups_worldwide_express_plus | 4608 | + | freightcom_ups_worldwide_express_saver | 4609 | + | freightcom_dhl_express_easy | 5202 | + | freightcom_dhl_express_10_30 | 5208 | + | freightcom_dhl_express_worldwide | 5211 | + | freightcom_dhl_express_12_00 | 5215 | + | freightcom_dhl_economy_select | 5216 | + | freightcom_dhl_ecommerce_am_service | 5706 | + | freightcom_dhl_ecommerce_ground_service | 5707 | + | freightcom_canadapost_regular_parcel | 6301 | + | freightcom_canadapost_expedited_parcel | 6300 | + | freightcom_canadapost_xpresspost | 6303 | + | freightcom_canadapost_priority | 6302 | - ### Deutsche Post DHL + ### FedEx | Code | Service Name | | ------------ | ------------ | - | dpdhl_paket | V01PAK | - | dpdhl_paket_international | V53WPAK | - | dpdhl_europaket | V54EPAK | - | dpdhl_paket_connect | V55PAK | - | dpdhl_warenpost | V62WP | - | dpdhl_warenpost_international | V66WPI | - | dpdhl_retoure | | + | fedex_europe_first_international_priority | EUROPE_FIRST_INTERNATIONAL_PRIORITY | + | fedex_1_day_freight | FEDEX_1_DAY_FREIGHT | + | fedex_2_day | FEDEX_2_DAY | + | fedex_2_day_am | FEDEX_2_DAY_AM | + | fedex_2_day_freight | FEDEX_2_DAY_FREIGHT | + | fedex_3_day_freight | FEDEX_3_DAY_FREIGHT | + | fedex_cargo_airport_to_airport | FEDEX_CARGO_AIRPORT_TO_AIRPORT | + | fedex_cargo_freight_forwarding | FEDEX_CARGO_FREIGHT_FORWARDING | + | fedex_cargo_international_express_freight | FEDEX_CARGO_INTERNATIONAL_EXPRESS_FREIGHT | + | fedex_cargo_international_premium | FEDEX_CARGO_INTERNATIONAL_PREMIUM | + | fedex_cargo_mail | FEDEX_CARGO_MAIL | + | fedex_cargo_registered_mail | FEDEX_CARGO_REGISTERED_MAIL | + | fedex_cargo_surface_mail | FEDEX_CARGO_SURFACE_MAIL | + | fedex_custom_critical_air_expedite | FEDEX_CUSTOM_CRITICAL_AIR_EXPEDITE | + | fedex_custom_critical_air_expedite_exclusive_use | FEDEX_CUSTOM_CRITICAL_AIR_EXPEDITE_EXCLUSIVE_USE | + | fedex_custom_critical_air_expedite_network | FEDEX_CUSTOM_CRITICAL_AIR_EXPEDITE_NETWORK | + | fedex_custom_critical_charter_air | FEDEX_CUSTOM_CRITICAL_CHARTER_AIR | + | fedex_custom_critical_point_to_point | FEDEX_CUSTOM_CRITICAL_POINT_TO_POINT | + | fedex_custom_critical_surface_expedite | FEDEX_CUSTOM_CRITICAL_SURFACE_EXPEDITE | + | fedex_custom_critical_surface_expedite_exclusive_use | FEDEX_CUSTOM_CRITICAL_SURFACE_EXPEDITE_EXCLUSIVE_USE | + | fedex_custom_critical_temp_assure_air | FEDEX_CUSTOM_CRITICAL_TEMP_ASSURE_AIR | + | fedex_custom_critical_temp_assure_validated_air | FEDEX_CUSTOM_CRITICAL_TEMP_ASSURE_VALIDATED_AIR | + | fedex_custom_critical_white_glove_services | FEDEX_CUSTOM_CRITICAL_WHITE_GLOVE_SERVICES | + | fedex_distance_deferred | FEDEX_DISTANCE_DEFERRED | + | fedex_express_saver | FEDEX_EXPRESS_SAVER | + | fedex_first_freight | FEDEX_FIRST_FREIGHT | + | fedex_freight_economy | FEDEX_FREIGHT_ECONOMY | + | fedex_freight_priority | FEDEX_FREIGHT_PRIORITY | + | fedex_ground | FEDEX_GROUND | + | fedex_international_priority_plus | FEDEX_INTERNATIONAL_PRIORITY_PLUS | + | fedex_next_day_afternoon | FEDEX_NEXT_DAY_AFTERNOON | + | fedex_next_day_early_morning | FEDEX_NEXT_DAY_EARLY_MORNING | + | fedex_next_day_end_of_day | FEDEX_NEXT_DAY_END_OF_DAY | + | fedex_next_day_freight | FEDEX_NEXT_DAY_FREIGHT | + | fedex_next_day_mid_morning | FEDEX_NEXT_DAY_MID_MORNING | + | fedex_first_overnight | FIRST_OVERNIGHT | + | fedex_ground_home_delivery | GROUND_HOME_DELIVERY | + | fedex_international_distribution_freight | INTERNATIONAL_DISTRIBUTION_FREIGHT | + | fedex_international_economy | INTERNATIONAL_ECONOMY | + | fedex_international_economy_distribution | INTERNATIONAL_ECONOMY_DISTRIBUTION | + | fedex_international_economy_freight | INTERNATIONAL_ECONOMY_FREIGHT | + | fedex_international_first | INTERNATIONAL_FIRST | + | fedex_international_ground | INTERNATIONAL_GROUND | + | fedex_international_priority | INTERNATIONAL_PRIORITY | + | fedex_international_priority_distribution | INTERNATIONAL_PRIORITY_DISTRIBUTION | + | fedex_international_priority_express | INTERNATIONAL_PRIORITY_EXPRESS | + | fedex_international_priority_freight | INTERNATIONAL_PRIORITY_FREIGHT | + | fedex_priority_overnight | PRIORITY_OVERNIGHT | + | fedex_same_day | SAME_DAY | + | fedex_same_day_city | SAME_DAY_CITY | + | fedex_same_day_metro_afternoon | SAME_DAY_METRO_AFTERNOON | + | fedex_same_day_metro_morning | SAME_DAY_METRO_MORNING | + | fedex_same_day_metro_rush | SAME_DAY_METRO_RUSH | + | fedex_smart_post | SMART_POST | + | fedex_standard_overnight | STANDARD_OVERNIGHT | + | fedex_transborder_distribution_consolidation | TRANSBORDER_DISTRIBUTION_CONSOLIDATION | + + ### eShipper + | Code | Service Name | + | ------------ | ------------ | + | eshipper_all | 0 | + | eshipper_fedex_priority | 1 | + | eshipper_fedex_first_overnight | 2 | + | eshipper_fedex_ground | 3 | + | eshipper_fedex_standard_overnight | 28 | + | eshipper_fedex_2nd_day | 29 | + | eshipper_fedex_express_saver | 30 | + | eshipper_fedex_international_economy | 35 | + | eshipper_purolator_air | 4 | + | eshipper_purolator_air_9_am | 5 | + | eshipper_purolator_air_10_30 | 6 | + | eshipper_purolator_letter | 7 | + | eshipper_purolator_letter_9_am | 8 | + | eshipper_purolator_letter_10_30 | 9 | + | eshipper_purolator_pak | 10 | + | eshipper_purolator_pak_9_am | 11 | + | eshipper_purolator_pak_10_30 | 12 | + | eshipper_purolator_ground | 13 | + | eshipper_purolator_ground_9_am | 19 | + | eshipper_purolator_ground_10_30 | 20 | + | eshipper_canada_worldwide_same_day | 14 | + | eshipper_canada_worldwide_next_flight_out | 15 | + | eshipper_canada_worldwide_air_freight | 16 | + | eshipper_canada_worldwide_ltl | 17 | + | eshipper_dhl_express_worldwide | 101 | + | eshipper_dhl_express_12_pm | 103 | + | eshipper_dhl_express_10_30_am | 102 | + | eshipper_dhl_esi_export | 104 | + | eshipper_dhl_international_express | 106 | + | eshipper_ups_express_next_day_air | 600 | + | eshipper_ups_expedited_second_day_air | 601 | + | eshipper_ups_worldwide_express | 602 | + | eshipper_ups_worldwide_expedited | 603 | + | eshipper_ups_standard_ground | 604 | + | eshipper_ups_express_early_am_next_day_air_early_am | 605 | + | eshipper_ups_three_day_select | 606 | + | eshipper_ups_saver | 607 | + | eshipper_ups_ground | 608 | + | eshipper_ups_next_day_saver | 609 | + | eshipper_ups_worldwide_express_plus | 610 | + | eshipper_ups_second_day_air_am | 611 | + | eshipper_canada_post_priority | 500 | + | eshipper_canada_post_xpresspost | 501 | + | eshipper_canada_post_expedited | 502 | + | eshipper_canada_post_regular | 503 | + | eshipper_canada_post_xpresspost_usa | 504 | + | eshipper_canada_post_xpresspost_intl | 505 | + | eshipper_canada_post_air_parcel_intl | 506 | + | eshipper_canada_post_surface_parcel_intl | 507 | + | eshipper_canada_post_expedited_parcel_usa | 508 | + | eshipper_tst_ltl | 1100 | + | eshipper_ltl_chicago_suburban_express | 1500 | + | eshipper_ltl_fedex_freight_east | 1501 | + | eshipper_ltl_fedex_freight_west | 1502 | + | eshipper_ltl_mid_states_express | 1503 | + | eshipper_ltl_new_england_motor_freight | 1504 | + | eshipper_ltl_new_penn | 1505 | + | eshipper_ltl_oak_harbor | 1506 | + | eshipper_ltl_pitt_ohio | 1507 | + | eshipper_ltl_r_l_carriers | 1508 | + | eshipper_ltl_saia | 1509 | + | eshipper_ltl_usf_reddaway | 1510 | + | eshipper_ltl_vitran_express | 1511 | + | eshipper_ltl_wilson_trucking | 1512 | + | eshipper_ltl_yellow_transportation | 1513 | + | eshipper_ltl_roadway | 1514 | + | eshipper_ltl_fedex_national | 1515 | + | eshipper_wilson_trucking_tfc | 1800 | + | eshipper_aaa_cooper_transportation | 1801 | + | eshipper_roadrunner_dawes | 1802 | + | eshipper_new_england_motor_freight | 1803 | + | eshipper_new_penn_motor_express | 1804 | + | eshipper_dayton_freight | 1805 | + | eshipper_southeastern_freightway | 1806 | + | eshipper_saia_inc | 1807 | + | eshipper_conway | 1808 | + | eshipper_roadway | 1809 | + | eshipper_usf_reddaway | 1810 | + | eshipper_usf_holland | 1811 | + | eshipper_dependable_highway_express | 1812 | + | eshipper_day_and_ross | 1813 | + | eshipper_day_and_ross_r_and_l | 1814 | + | eshipper_ups | 1815 | + | eshipper_aaa_cooper | 1816 | + | eshipper_ama_transportation | 1817 | + | eshipper_averitt_express | 1818 | + | eshipper_central_freight | 1819 | + | eshipper_conway_us | 1820 | + | eshipper_dayton | 1821 | + | eshipper_drug_transport | 1822 | + | eshipper_estes | 1823 | + | eshipper_land_air_express | 1824 | + | eshipper_fedex_west | 1825 | + | eshipper_fedex_national | 1826 | + | eshipper_usf_holland_us | 1827 | + | eshipper_lakeville_m_express | 1828 | + | eshipper_milan_express | 1829 | + | eshipper_nebraska_transport | 1830 | + | eshipper_new_england | 1831 | + | eshipper_new_penn | 1832 | + | eshipper_a_duie_pyle | 1833 | + | eshipper_roadway_us | 1834 | + | eshipper_usf_reddaway_us | 1835 | + | eshipper_rhody_transportation | 1836 | + | eshipper_saia_motor_freight | 1837 | + | eshipper_southeastern_frgt | 1838 | + | eshipper_pitt_ohio | 1839 | + | eshipper_ward | 1840 | + | eshipper_wilson | 1841 | + | eshipper_chi_cargo | 1842 | + | eshipper_tax_air | 1843 | + | eshipper_fedex_east | 1844 | + | eshipper_central_transport | 1845 | + | eshipper_roadrunner | 1846 | + | eshipper_r_and_l_carriers | 1847 | + | eshipper_estes_us | 1848 | + | eshipper_yrc_roadway | 1849 | + | eshipper_central_transport_us | 1850 | + | eshipper_absolute_transportation_services | 1851 | + | eshipper_blue_sky_express | 1852 | + | eshipper_galasso_trucking | 1853 | + | eshipper_griley_air_freight | 1854 | + | eshipper_jet_transportation | 1855 | + | eshipper_metro_transportation_logistics | 1856 | + | eshipper_oak_harbor | 1857 | + | eshipper_stream_links_express | 1858 | + | eshipper_tiffany_trucking | 1859 | + | eshipper_ups_freight | 1860 | + | eshipper_roadrunner_us | 1861 | + | eshipper_global_mail_parcel_priority | 3500 | + | eshipper_global_mail_parcel_standard | 3501 | + | eshipper_global_mail_packet_plus_priority | 3502 | + | eshipper_global_mail_packet_priority | 3503 | + | eshipper_global_mail_packet_standard | 3504 | + | eshipper_global_mail_business_priority | 3505 | + | eshipper_global_mail_business_standard | 3506 | + | eshipper_global_mail_parcel_direct_priority | 3507 | + | eshipper_global_mail_parcel_direct_standard | 3508 | + | eshipper_canpar_ground | 4500 | + | eshipper_canpar_select_parcel | 4504 | + | eshipper_canpar_express_parcel | 4507 | + | eshipper_fleet_optics_ground | 5601 | ### EasyPost | Code | Service Name | @@ -12224,523 +12560,184 @@ tags: | easypost_startrack_fixed_price_premium | StartrackFixedPricePremium | | easypost_tforce_same_day_white_glove | SameDayWhiteGlove | | easypost_tforce_next_day_white_glove | NextDayWhiteGlove | - | easypost_uds_delivery_service | DeliveryService | - | easypost_ups_standard | UPSStandard | - | easypost_ups_saver | UPSSaver | - | easypost_ups_express_plus | ExpressPlus | - | easypost_ups_next_day_air | NextDayAir | - | easypost_ups_next_day_air_saver | NextDayAirSaver | - | easypost_ups_next_day_air_early_am | NextDayAirEarlyAM | - | easypost_ups_2nd_day_air | 2ndDayAir | - | easypost_ups_2nd_day_air_am | 2ndDayAirAM | - | easypost_ups_3_day_select | 3DaySelect | - | easypost_ups_mail_expedited_mail_innovations | ExpeditedMailInnovations | - | easypost_ups_mail_priority_mail_innovations | PriorityMailInnovations | - | easypost_ups_mail_economy_mail_innovations | EconomyMailInnovations | - | easypost_usps_library_mail | LibraryMail | - | easypost_usps_first_class_mail_international | FirstClassMailInternational | - | easypost_usps_first_class_package_international_service | FirstClassPackageInternationalService | - | easypost_usps_priority_mail_international | PriorityMailInternational | - | easypost_usps_express_mail_international | ExpressMailInternational | - | easypost_veho_next_day | nextDay | - | easypost_veho_same_day | sameDay | - - ### eShipper - | Code | Service Name | - | ------------ | ------------ | - | eshipper_all | 0 | - | eshipper_fedex_priority | 1 | - | eshipper_fedex_first_overnight | 2 | - | eshipper_fedex_ground | 3 | - | eshipper_fedex_standard_overnight | 28 | - | eshipper_fedex_2nd_day | 29 | - | eshipper_fedex_express_saver | 30 | - | eshipper_fedex_international_economy | 35 | - | eshipper_purolator_air | 4 | - | eshipper_purolator_air_9_am | 5 | - | eshipper_purolator_air_10_30 | 6 | - | eshipper_purolator_letter | 7 | - | eshipper_purolator_letter_9_am | 8 | - | eshipper_purolator_letter_10_30 | 9 | - | eshipper_purolator_pak | 10 | - | eshipper_purolator_pak_9_am | 11 | - | eshipper_purolator_pak_10_30 | 12 | - | eshipper_purolator_ground | 13 | - | eshipper_purolator_ground_9_am | 19 | - | eshipper_purolator_ground_10_30 | 20 | - | eshipper_canada_worldwide_same_day | 14 | - | eshipper_canada_worldwide_next_flight_out | 15 | - | eshipper_canada_worldwide_air_freight | 16 | - | eshipper_canada_worldwide_ltl | 17 | - | eshipper_dhl_express_worldwide | 101 | - | eshipper_dhl_express_12_pm | 103 | - | eshipper_dhl_express_10_30_am | 102 | - | eshipper_dhl_esi_export | 104 | - | eshipper_dhl_international_express | 106 | - | eshipper_ups_express_next_day_air | 600 | - | eshipper_ups_expedited_second_day_air | 601 | - | eshipper_ups_worldwide_express | 602 | - | eshipper_ups_worldwide_expedited | 603 | - | eshipper_ups_standard_ground | 604 | - | eshipper_ups_express_early_am_next_day_air_early_am | 605 | - | eshipper_ups_three_day_select | 606 | - | eshipper_ups_saver | 607 | - | eshipper_ups_ground | 608 | - | eshipper_ups_next_day_saver | 609 | - | eshipper_ups_worldwide_express_plus | 610 | - | eshipper_ups_second_day_air_am | 611 | - | eshipper_canada_post_priority | 500 | - | eshipper_canada_post_xpresspost | 501 | - | eshipper_canada_post_expedited | 502 | - | eshipper_canada_post_regular | 503 | - | eshipper_canada_post_xpresspost_usa | 504 | - | eshipper_canada_post_xpresspost_intl | 505 | - | eshipper_canada_post_air_parcel_intl | 506 | - | eshipper_canada_post_surface_parcel_intl | 507 | - | eshipper_canada_post_expedited_parcel_usa | 508 | - | eshipper_tst_ltl | 1100 | - | eshipper_ltl_chicago_suburban_express | 1500 | - | eshipper_ltl_fedex_freight_east | 1501 | - | eshipper_ltl_fedex_freight_west | 1502 | - | eshipper_ltl_mid_states_express | 1503 | - | eshipper_ltl_new_england_motor_freight | 1504 | - | eshipper_ltl_new_penn | 1505 | - | eshipper_ltl_oak_harbor | 1506 | - | eshipper_ltl_pitt_ohio | 1507 | - | eshipper_ltl_r_l_carriers | 1508 | - | eshipper_ltl_saia | 1509 | - | eshipper_ltl_usf_reddaway | 1510 | - | eshipper_ltl_vitran_express | 1511 | - | eshipper_ltl_wilson_trucking | 1512 | - | eshipper_ltl_yellow_transportation | 1513 | - | eshipper_ltl_roadway | 1514 | - | eshipper_ltl_fedex_national | 1515 | - | eshipper_wilson_trucking_tfc | 1800 | - | eshipper_aaa_cooper_transportation | 1801 | - | eshipper_roadrunner_dawes | 1802 | - | eshipper_new_england_motor_freight | 1803 | - | eshipper_new_penn_motor_express | 1804 | - | eshipper_dayton_freight | 1805 | - | eshipper_southeastern_freightway | 1806 | - | eshipper_saia_inc | 1807 | - | eshipper_conway | 1808 | - | eshipper_roadway | 1809 | - | eshipper_usf_reddaway | 1810 | - | eshipper_usf_holland | 1811 | - | eshipper_dependable_highway_express | 1812 | - | eshipper_day_and_ross | 1813 | - | eshipper_day_and_ross_r_and_l | 1814 | - | eshipper_ups | 1815 | - | eshipper_aaa_cooper | 1816 | - | eshipper_ama_transportation | 1817 | - | eshipper_averitt_express | 1818 | - | eshipper_central_freight | 1819 | - | eshipper_conway_us | 1820 | - | eshipper_dayton | 1821 | - | eshipper_drug_transport | 1822 | - | eshipper_estes | 1823 | - | eshipper_land_air_express | 1824 | - | eshipper_fedex_west | 1825 | - | eshipper_fedex_national | 1826 | - | eshipper_usf_holland_us | 1827 | - | eshipper_lakeville_m_express | 1828 | - | eshipper_milan_express | 1829 | - | eshipper_nebraska_transport | 1830 | - | eshipper_new_england | 1831 | - | eshipper_new_penn | 1832 | - | eshipper_a_duie_pyle | 1833 | - | eshipper_roadway_us | 1834 | - | eshipper_usf_reddaway_us | 1835 | - | eshipper_rhody_transportation | 1836 | - | eshipper_saia_motor_freight | 1837 | - | eshipper_southeastern_frgt | 1838 | - | eshipper_pitt_ohio | 1839 | - | eshipper_ward | 1840 | - | eshipper_wilson | 1841 | - | eshipper_chi_cargo | 1842 | - | eshipper_tax_air | 1843 | - | eshipper_fedex_east | 1844 | - | eshipper_central_transport | 1845 | - | eshipper_roadrunner | 1846 | - | eshipper_r_and_l_carriers | 1847 | - | eshipper_estes_us | 1848 | - | eshipper_yrc_roadway | 1849 | - | eshipper_central_transport_us | 1850 | - | eshipper_absolute_transportation_services | 1851 | - | eshipper_blue_sky_express | 1852 | - | eshipper_galasso_trucking | 1853 | - | eshipper_griley_air_freight | 1854 | - | eshipper_jet_transportation | 1855 | - | eshipper_metro_transportation_logistics | 1856 | - | eshipper_oak_harbor | 1857 | - | eshipper_stream_links_express | 1858 | - | eshipper_tiffany_trucking | 1859 | - | eshipper_ups_freight | 1860 | - | eshipper_roadrunner_us | 1861 | - | eshipper_global_mail_parcel_priority | 3500 | - | eshipper_global_mail_parcel_standard | 3501 | - | eshipper_global_mail_packet_plus_priority | 3502 | - | eshipper_global_mail_packet_priority | 3503 | - | eshipper_global_mail_packet_standard | 3504 | - | eshipper_global_mail_business_priority | 3505 | - | eshipper_global_mail_business_standard | 3506 | - | eshipper_global_mail_parcel_direct_priority | 3507 | - | eshipper_global_mail_parcel_direct_standard | 3508 | - | eshipper_canpar_ground | 4500 | - | eshipper_canpar_select_parcel | 4504 | - | eshipper_canpar_express_parcel | 4507 | - | eshipper_fleet_optics_ground | 5601 | + | easypost_uds_delivery_service | DeliveryService | + | easypost_ups_standard | UPSStandard | + | easypost_ups_saver | UPSSaver | + | easypost_ups_express_plus | ExpressPlus | + | easypost_ups_next_day_air | NextDayAir | + | easypost_ups_next_day_air_saver | NextDayAirSaver | + | easypost_ups_next_day_air_early_am | NextDayAirEarlyAM | + | easypost_ups_2nd_day_air | 2ndDayAir | + | easypost_ups_2nd_day_air_am | 2ndDayAirAM | + | easypost_ups_3_day_select | 3DaySelect | + | easypost_ups_mail_expedited_mail_innovations | ExpeditedMailInnovations | + | easypost_ups_mail_priority_mail_innovations | PriorityMailInnovations | + | easypost_ups_mail_economy_mail_innovations | EconomyMailInnovations | + | easypost_usps_library_mail | LibraryMail | + | easypost_usps_first_class_mail_international | FirstClassMailInternational | + | easypost_usps_first_class_package_international_service | FirstClassPackageInternationalService | + | easypost_usps_priority_mail_international | PriorityMailInternational | + | easypost_usps_express_mail_international | ExpressMailInternational | + | easypost_veho_next_day | nextDay | + | easypost_veho_same_day | sameDay | - ### FedEx + ### Deutsche Post DHL | Code | Service Name | | ------------ | ------------ | - | fedex_europe_first_international_priority | EUROPE_FIRST_INTERNATIONAL_PRIORITY | - | fedex_1_day_freight | FEDEX_1_DAY_FREIGHT | - | fedex_2_day | FEDEX_2_DAY | - | fedex_2_day_am | FEDEX_2_DAY_AM | - | fedex_2_day_freight | FEDEX_2_DAY_FREIGHT | - | fedex_3_day_freight | FEDEX_3_DAY_FREIGHT | - | fedex_cargo_airport_to_airport | FEDEX_CARGO_AIRPORT_TO_AIRPORT | - | fedex_cargo_freight_forwarding | FEDEX_CARGO_FREIGHT_FORWARDING | - | fedex_cargo_international_express_freight | FEDEX_CARGO_INTERNATIONAL_EXPRESS_FREIGHT | - | fedex_cargo_international_premium | FEDEX_CARGO_INTERNATIONAL_PREMIUM | - | fedex_cargo_mail | FEDEX_CARGO_MAIL | - | fedex_cargo_registered_mail | FEDEX_CARGO_REGISTERED_MAIL | - | fedex_cargo_surface_mail | FEDEX_CARGO_SURFACE_MAIL | - | fedex_custom_critical_air_expedite | FEDEX_CUSTOM_CRITICAL_AIR_EXPEDITE | - | fedex_custom_critical_air_expedite_exclusive_use | FEDEX_CUSTOM_CRITICAL_AIR_EXPEDITE_EXCLUSIVE_USE | - | fedex_custom_critical_air_expedite_network | FEDEX_CUSTOM_CRITICAL_AIR_EXPEDITE_NETWORK | - | fedex_custom_critical_charter_air | FEDEX_CUSTOM_CRITICAL_CHARTER_AIR | - | fedex_custom_critical_point_to_point | FEDEX_CUSTOM_CRITICAL_POINT_TO_POINT | - | fedex_custom_critical_surface_expedite | FEDEX_CUSTOM_CRITICAL_SURFACE_EXPEDITE | - | fedex_custom_critical_surface_expedite_exclusive_use | FEDEX_CUSTOM_CRITICAL_SURFACE_EXPEDITE_EXCLUSIVE_USE | - | fedex_custom_critical_temp_assure_air | FEDEX_CUSTOM_CRITICAL_TEMP_ASSURE_AIR | - | fedex_custom_critical_temp_assure_validated_air | FEDEX_CUSTOM_CRITICAL_TEMP_ASSURE_VALIDATED_AIR | - | fedex_custom_critical_white_glove_services | FEDEX_CUSTOM_CRITICAL_WHITE_GLOVE_SERVICES | - | fedex_distance_deferred | FEDEX_DISTANCE_DEFERRED | - | fedex_express_saver | FEDEX_EXPRESS_SAVER | - | fedex_first_freight | FEDEX_FIRST_FREIGHT | - | fedex_freight_economy | FEDEX_FREIGHT_ECONOMY | - | fedex_freight_priority | FEDEX_FREIGHT_PRIORITY | - | fedex_ground | FEDEX_GROUND | - | fedex_international_priority_plus | FEDEX_INTERNATIONAL_PRIORITY_PLUS | - | fedex_next_day_afternoon | FEDEX_NEXT_DAY_AFTERNOON | - | fedex_next_day_early_morning | FEDEX_NEXT_DAY_EARLY_MORNING | - | fedex_next_day_end_of_day | FEDEX_NEXT_DAY_END_OF_DAY | - | fedex_next_day_freight | FEDEX_NEXT_DAY_FREIGHT | - | fedex_next_day_mid_morning | FEDEX_NEXT_DAY_MID_MORNING | - | fedex_first_overnight | FIRST_OVERNIGHT | - | fedex_ground_home_delivery | GROUND_HOME_DELIVERY | - | fedex_international_distribution_freight | INTERNATIONAL_DISTRIBUTION_FREIGHT | - | fedex_international_economy | INTERNATIONAL_ECONOMY | - | fedex_international_economy_distribution | INTERNATIONAL_ECONOMY_DISTRIBUTION | - | fedex_international_economy_freight | INTERNATIONAL_ECONOMY_FREIGHT | - | fedex_international_first | INTERNATIONAL_FIRST | - | fedex_international_ground | INTERNATIONAL_GROUND | - | fedex_international_priority | INTERNATIONAL_PRIORITY | - | fedex_international_priority_distribution | INTERNATIONAL_PRIORITY_DISTRIBUTION | - | fedex_international_priority_express | INTERNATIONAL_PRIORITY_EXPRESS | - | fedex_international_priority_freight | INTERNATIONAL_PRIORITY_FREIGHT | - | fedex_priority_overnight | PRIORITY_OVERNIGHT | - | fedex_same_day | SAME_DAY | - | fedex_same_day_city | SAME_DAY_CITY | - | fedex_same_day_metro_afternoon | SAME_DAY_METRO_AFTERNOON | - | fedex_same_day_metro_morning | SAME_DAY_METRO_MORNING | - | fedex_same_day_metro_rush | SAME_DAY_METRO_RUSH | - | fedex_smart_post | SMART_POST | - | fedex_standard_overnight | STANDARD_OVERNIGHT | - | fedex_transborder_distribution_consolidation | TRANSBORDER_DISTRIBUTION_CONSOLIDATION | + | dpdhl_paket | V01PAK | + | dpdhl_paket_international | V53WPAK | + | dpdhl_europaket | V54EPAK | + | dpdhl_paket_connect | V55PAK | + | dpdhl_warenpost | V62WP | + | dpdhl_warenpost_international | V66WPI | + | dpdhl_retoure | | - ### Freightcom + ### DPD | Code | Service Name | | ------------ | ------------ | - | freightcom_all | 0 | - | freightcom_usf_holland | 1911 | - | freightcom_central_transport | 2029 | - | freightcom_estes | 2107 | - | freightcom_canpar_ground | 3400 | - | freightcom_canpar_select | 3404 | - | freightcom_canpar_overnight | 3407 | - | freightcom_dicom_ground | 3700 | - | freightcom_purolator_ground | 4000 | - | freightcom_purolator_express | 4003 | - | freightcom_purolator_express_9_am | 4004 | - | freightcom_purolator_express_10_30_am | 4005 | - | freightcom_purolator_ground_us | 4016 | - | freightcom_purolator_express_us | 4015 | - | freightcom_purolator_express_us_9_am | 4013 | - | freightcom_purolator_express_us_10_30_am | 4014 | - | freightcom_fedex_express_saver | 4100 | - | freightcom_fedex_ground | 4101 | - | freightcom_fedex_2day | 4102 | - | freightcom_fedex_priority_overnight | 4104 | - | freightcom_fedex_standard_overnight | 4105 | - | freightcom_fedex_first_overnight | 4106 | - | freightcom_fedex_international_priority | 4108 | - | freightcom_fedex_international_economy | 4109 | - | freightcom_ups_standard | 4600 | - | freightcom_ups_expedited | 4601 | - | freightcom_ups_express_saver | 4602 | - | freightcom_ups_express | 4603 | - | freightcom_ups_express_early | 4604 | - | freightcom_ups_3day_select | 4605 | - | freightcom_ups_worldwide_expedited | 4606 | - | freightcom_ups_worldwide_express | 4607 | - | freightcom_ups_worldwide_express_plus | 4608 | - | freightcom_ups_worldwide_express_saver | 4609 | - | freightcom_dhl_express_easy | 5202 | - | freightcom_dhl_express_10_30 | 5208 | - | freightcom_dhl_express_worldwide | 5211 | - | freightcom_dhl_express_12_00 | 5215 | - | freightcom_dhl_economy_select | 5216 | - | freightcom_dhl_ecommerce_am_service | 5706 | - | freightcom_dhl_ecommerce_ground_service | 5707 | - | freightcom_canadapost_regular_parcel | 6301 | - | freightcom_canadapost_expedited_parcel | 6300 | - | freightcom_canadapost_xpresspost | 6303 | - | freightcom_canadapost_priority | 6302 | + | dpd_cl | CL | + | dpd_express_10h | E10 | + | dpd_express_12h | E12 | + | dpd_express_18h_guarantee | E18 | + | dpd_express_b2b_predict | B2B MSG option | - ### Purolator + ### DHL Parcel Poland | Code | Service Name | | ------------ | ------------ | - | purolator_express_9_am | PurolatorExpress9AM | - | purolator_express_us | PurolatorExpressU.S. | - | purolator_express_10_30_am | PurolatorExpress10:30AM | - | purolator_express_us_9_am | PurolatorExpressU.S.9AM | - | purolator_express_12_pm | PurolatorExpress12PM | - | purolator_express_us_10_30_am | PurolatorExpressU.S.10:30AM | - | purolator_express | PurolatorExpress | - | purolator_express_us_12_00 | PurolatorExpressU.S.12:00 | - | purolator_express_evening | PurolatorExpressEvening | - | purolator_express_envelope_us | PurolatorExpressEnvelopeU.S. | - | purolator_express_envelope_9_am | PurolatorExpressEnvelope9AM | - | purolator_express_us_envelope_9_am | PurolatorExpressU.S.Envelope9AM | - | purolator_express_envelope_10_30_am | PurolatorExpressEnvelope10:30AM | - | purolator_express_us_envelope_10_30_am | PurolatorExpressU.S.Envelope10:30AM | - | purolator_express_envelope_12_pm | PurolatorExpressEnvelope12PM | - | purolator_express_us_envelope_12_00 | PurolatorExpressU.S.Envelope12:00 | - | purolator_express_envelope | PurolatorExpressEnvelope | - | purolator_express_pack_us | PurolatorExpressPackU.S. | - | purolator_express_envelope_evening | PurolatorExpressEnvelopeEvening | - | purolator_express_us_pack_9_am | PurolatorExpressU.S.Pack9AM | - | purolator_express_pack_9_am | PurolatorExpressPack9AM | - | purolator_express_us_pack_10_30_am | PurolatorExpressU.S.Pack10:30AM | - | purolator_express_pack10_30_am | PurolatorExpressPack10:30AM | - | purolator_express_us_pack_12_00 | PurolatorExpressU.S.Pack12:00 | - | purolator_express_pack_12_pm | PurolatorExpressPack12PM | - | purolator_express_box_us | PurolatorExpressBoxU.S. | - | purolator_express_pack | PurolatorExpressPack | - | purolator_express_us_box_9_am | PurolatorExpressU.S.Box9AM | - | purolator_express_pack_evening | PurolatorExpressPackEvening | - | purolator_express_us_box_10_30_am | PurolatorExpressU.S.Box10:30AM | - | purolator_express_box_9_am | PurolatorExpressBox9AM | - | purolator_express_us_box_12_00 | PurolatorExpressU.S.Box12:00 | - | purolator_express_box_10_30_am | PurolatorExpressBox10:30AM | - | purolator_ground_us | PurolatorGroundU.S. | - | purolator_express_box_12_pm | PurolatorExpressBox12PM | - | purolator_express_international | PurolatorExpressInternational | - | purolator_express_box | PurolatorExpressBox | - | purolator_express_international_9_am | PurolatorExpressInternational9AM | - | purolator_express_box_evening | PurolatorExpressBoxEvening | - | purolator_express_international_10_30_am | PurolatorExpressInternational10:30AM | - | purolator_ground | PurolatorGround | - | purolator_express_international_12_00 | PurolatorExpressInternational12:00 | - | purolator_ground_9_am | PurolatorGround9AM | - | purolator_express_envelope_international | PurolatorExpressEnvelopeInternational | - | purolator_ground_10_30_am | PurolatorGround10:30AM | - | purolator_express_international_envelope_9_am | PurolatorExpressInternationalEnvelope9AM | - | purolator_ground_evening | PurolatorGroundEvening | - | purolator_express_international_envelope_10_30_am | PurolatorExpressInternationalEnvelope10:30AM | - | purolator_quick_ship | PurolatorQuickShip | - | purolator_express_international_envelope_12_00 | PurolatorExpressInternationalEnvelope12:00 | - | purolator_quick_ship_envelope | PurolatorQuickShipEnvelope | - | purolator_express_pack_international | PurolatorExpressPackInternational | - | purolator_quick_ship_pack | PurolatorQuickShipPack | - | purolator_express_international_pack_9_am | PurolatorExpressInternationalPack9AM | - | purolator_quick_ship_box | PurolatorQuickShipBox | - | purolator_express_international_pack_10_30_am | PurolatorExpressInternationalPack10:30AM | - | purolator_express_international_pack_12_00 | PurolatorExpressInternationalPack12:00 | - | purolator_express_box_international | PurolatorExpressBoxInternational | - | purolator_express_international_box_9_am | PurolatorExpressInternationalBox9AM | - | purolator_express_international_box_10_30_am | PurolatorExpressInternationalBox10:30AM | - | purolator_express_international_box_12_00 | PurolatorExpressInternationalBox12:00 | + | dhl_poland_premium | PR | + | dhl_poland_polska | AH | + | dhl_poland_09 | 09 | + | dhl_poland_12 | 12 | + | dhl_poland_connect | EK | + | dhl_poland_international | PI | - ### Roadie + ### DHL Express | Code | Service Name | | ------------ | ------------ | - | roadie_local_delivery | Roadie Local Delivery | + | dhl_logistics_services | 0 | + | dhl_domestic_express_12_00 | 1 | + | dhl_express_choice | 2 | + | dhl_express_choice_nondoc | 3 | + | dhl_jetline | 4 | + | dhl_sprintline | 5 | + | dhl_air_capacity_sales | 6 | + | dhl_express_easy | 7 | + | dhl_express_easy_nondoc | 8 | + | dhl_parcel_product | 9 | + | dhl_accounting | A | + | dhl_breakbulk_express | B | + | dhl_medical_express | C | + | dhl_express_worldwide_doc | D | + | dhl_express_9_00_nondoc | E | + | dhl_freight_worldwide_nondoc | F | + | dhl_economy_select_domestic | G | + | dhl_economy_select_nondoc | H | + | dhl_express_domestic_9_00 | I | + | dhl_jumbo_box_nondoc | J | + | dhl_express_9_00 | K | + | dhl_express_10_30 | L | + | dhl_express_10_30_nondoc | M | + | dhl_express_domestic | N | + | dhl_express_domestic_10_30 | O | + | dhl_express_worldwide_nondoc | P | + | dhl_medical_express_nondoc | Q | + | dhl_globalmail | R | + | dhl_same_day | S | + | dhl_express_12_00 | T | + | dhl_express_worldwide | U | + | dhl_parcel_product_nondoc | V | + | dhl_economy_select | W | + | dhl_express_envelope | X | + | dhl_express_12_00_nondoc | Y | + | dhl_destination_charges | Z | + | dhl_express_all | None | - ### TNT + ### Chronopost | Code | Service Name | | ------------ | ------------ | - | tnt_special_express | 1N | - | tnt_9_00_express | 09N | - | tnt_10_00_express | 10N | - | tnt_12_00_express | 12N | - | tnt_express | EX | - | tnt_economy_express | 48N | - | tnt_global_express | 15N | + | chronopost_retrait_bureau | 0 | + | chronopost_13 | 1 | + | chronopost_10 | 2 | + | chronopost_18 | 16 | + | chronopost_relais | 86 | + | chronopost_express_international | 17 | + | chronopost_premium_international | 37 | + | chronopost_classic_international | 44 | - ### UPS + ### Canada Post | Code | Service Name | | ------------ | ------------ | - | ups_standard | UPS Standard | - | ups_worldwide_express | UPS Worldwide Express | - | ups_worldwide_expedited | UPS Worldwide Expedited | - | ups_worldwide_express_plus | UPS Worldwide Express Plus | - | ups_worldwide_saver | UPS Worldwide Saver | - | ups_2nd_day_air | UPS 2nd Day Air | - | ups_2nd_day_air_am | UPS 2nd Day Air A.M. | - | ups_3_day_select | UPS 3 Day Select | - | ups_ground | UPS Ground | - | ups_next_day_air | UPS Next Day Air | - | ups_next_day_air_early | UPS Next Day Air Early | - | ups_next_day_air_saver | UPS Next Day Air Saver | - | ups_expedited_ca | UPS Expedited CA | - | ups_express_saver_ca | UPS Express Saver CA | - | ups_3_day_select_ca_us | UPS 3 Day Select CA US | - | ups_access_point_economy_ca | UPS Access Point Economy CA | - | ups_express_ca | UPS Express CA | - | ups_express_early_ca | UPS Express Early CA | - | ups_express_saver_intl_ca | UPS Express Saver Intl CA | - | ups_standard_ca | UPS Standard CA | - | ups_worldwide_expedited_ca | UPS Worldwide Expedited CA | - | ups_worldwide_express_ca | UPS Worldwide Express CA | - | ups_worldwide_express_plus_ca | UPS Worldwide Express Plus CA | - | ups_express_early_ca_us | UPS Express Early CA US | - | ups_access_point_economy_eu | UPS Access Point Economy EU | - | ups_expedited_eu | UPS Expedited EU | - | ups_express_eu | UPS Express EU | - | ups_standard_eu | UPS Standard EU | - | ups_worldwide_express_plus_eu | UPS Worldwide Express Plus EU | - | ups_worldwide_saver_eu | UPS Worldwide Saver EU | - | ups_access_point_economy_mx | UPS Access Point Economy MX | - | ups_expedited_mx | UPS Expedited MX | - | ups_express_mx | UPS Express MX | - | ups_standard_mx | UPS Standard MX | - | ups_worldwide_express_plus_mx | UPS Worldwide Express Plus MX | - | ups_worldwide_saver_mx | UPS Worldwide Saver MX | - | ups_access_point_economy_pl | UPS Access Point Economy PL | - | ups_today_dedicated_courrier_pl | UPS Today Dedicated Courrier PL | - | ups_today_express_pl | UPS Today Express PL | - | ups_today_express_saver_pl | UPS Today Express Saver PL | - | ups_today_standard_pl | UPS Today Standard PL | - | ups_expedited_pl | UPS Expedited PL | - | ups_express_pl | UPS Express PL | - | ups_express_plus_pl | UPS Express Plus PL | - | ups_express_saver_pl | UPS Express Saver PL | - | ups_standard_pl | UPS Standard PL | - | ups_2nd_day_air_pr | UPS 2nd Day Air PR | - | ups_ground_pr | UPS Ground PR | - | ups_next_day_air_pr | UPS Next Day Air PR | - | ups_next_day_air_early_pr | UPS Next Day Air Early PR | - | ups_worldwide_expedited_pr | UPS Worldwide Expedited PR | - | ups_worldwide_express_pr | UPS Worldwide Express PR | - | ups_worldwide_express_plus_pr | UPS Worldwide Express Plus PR | - | ups_worldwide_saver_pr | UPS Worldwide Saver PR | - | ups_express_12_00_de | UPS Express 12:00 DE | - | ups_worldwide_express_freight | UPS Worldwide Express Freight | - | ups_worldwide_express_freight_midday | UPS Worldwide Express Freight Midday | - | ups_worldwide_economy_ddu | UPS Worldwide Economy DDU | - | ups_worldwide_economy_ddp | UPS Worldwide Economy DDP | + | canadapost_regular_parcel | DOM.RP | + | canadapost_expedited_parcel | DOM.EP | + | canadapost_xpresspost | DOM.XP | + | canadapost_xpresspost_certified | DOM.XP.CERT | + | canadapost_priority | DOM.PC | + | canadapost_library_books | DOM.LIB | + | canadapost_expedited_parcel_usa | USA.EP | + | canadapost_priority_worldwide_envelope_usa | USA.PW.ENV | + | canadapost_priority_worldwide_pak_usa | USA.PW.PAK | + | canadapost_priority_worldwide_parcel_usa | USA.PW.PARCEL | + | canadapost_small_packet_usa_air | USA.SP.AIR | + | canadapost_tracked_packet_usa | USA.TP | + | canadapost_tracked_packet_usa_lvm | USA.TP.LVM | + | canadapost_xpresspost_usa | USA.XP | + | canadapost_xpresspost_international | INT.XP | + | canadapost_international_parcel_air | INT.IP.AIR | + | canadapost_international_parcel_surface | INT.IP.SURF | + | canadapost_priority_worldwide_envelope_intl | INT.PW.ENV | + | canadapost_priority_worldwide_pak_intl | INT.PW.PAK | + | canadapost_priority_worldwide_parcel_intl | INT.PW.PARCEL | + | canadapost_small_packet_international_air | INT.SP.AIR | + | canadapost_small_packet_international_surface | INT.SP.SURF | + | canadapost_tracked_packet_international | INT.TP | - ### USPS + ### BoxKnight | Code | Service Name | | ------------ | ------------ | - | usps_first_class | First Class | - | usps_first_class_commercial | First Class Commercial | - | usps_first_class_hfp_commercial | First Class HFPCommercial | - | usps_priority | Priority | - | usps_priority_commercial | Priority Commercial | - | usps_priority_cpp | Priority Cpp | - | usps_priority_hfp_commercial | Priority HFP Commercial | - | usps_priority_hfp_cpp | Priority HFP CPP | - | usps_priority_mail_express | Priority Mail Express | - | usps_priority_mail_express_commercial | Priority Mail Express Commercial | - | usps_priority_mail_express_cpp | Priority Mail Express CPP | - | usps_priority_mail_express_sh | Priority Mail Express Sh | - | usps_priority_mail_express_sh_commercial | Priority Mail Express ShCommercial | - | usps_priority_mail_express_hfp | Priority Mail Express HFP | - | usps_priority_mail_express_hfp_commercial | Priority Mail Express HFP Commercial | - | usps_priority_mail_express_hfp_cpp | Priority Mail Express HFP CPP | - | usps_priority_mail_cubic | Priority Mail Cubic | - | usps_retail_ground | Retail Ground | - | usps_media | Media | - | usps_library | Library | - | usps_all | All | - | usps_online | Online | - | usps_plus | Plus | - | usps_bpm | BPM | - | usps_ground_advantage | Ground Advantage | - | usps_ground_advantage_commercial | Ground Advantage Commercial | - | usps_ground_advantage_hfp | Ground Advantage HFP | - | usps_ground_advantage_hfp_commercial | Ground Advantage HFP Commercial | - | usps_ground_advantage_cubic | Ground Advantage Cubic | + | boxknight_sameday | SAMEDAY | + | boxknight_nextday | NEXTDAY | + | boxknight_scheduled | SCHEDULED | - ### USPS International + ### AmazonMws | Code | Service Name | | ------------ | ------------ | - | usps_first_class | First Class | - | usps_first_class_commercial | First Class Commercial | - | usps_first_class_hfp_commercial | First Class HFPCommercial | - | usps_priority | Priority | - | usps_priority_commercial | Priority Commercial | - | usps_priority_cpp | Priority Cpp | - | usps_priority_hfp_commercial | Priority HFP Commercial | - | usps_priority_hfp_cpp | Priority HFP CPP | - | usps_priority_mail_express | Priority Mail Express | - | usps_priority_mail_express_commercial | Priority Mail Express Commercial | - | usps_priority_mail_express_cpp | Priority Mail Express CPP | - | usps_priority_mail_express_sh | Priority Mail Express Sh | - | usps_priority_mail_express_sh_commercial | Priority Mail Express ShCommercial | - | usps_priority_mail_express_hfp | Priority Mail Express HFP | - | usps_priority_mail_express_hfp_commercial | Priority Mail Express HFP Commercial | - | usps_priority_mail_express_hfp_cpp | Priority Mail Express HFP CPP | - | usps_priority_mail_cubic | Priority Mail Cubic | - | usps_retail_ground | Retail Ground | - | usps_media | Media | - | usps_library | Library | - | usps_all | All | - | usps_online | Online | - | usps_plus | Plus | - | usps_bpm | BPM | + | amazon_shipping_ground | Amazon Shipping Ground | + | amazon_shipping_standard | Amazon Shipping Standard | + | amazon_shipping_premium | Amazon Shipping Premium | --- ## Parcel Templates Use any of the following templates when you ship with special carrier packaging. - ### Canada Post + ### UPS | Code | Dimensions | | ------------ | ------------ | - | canadapost_mailing_box | 10.2 x 15.2 x 1.0 cm | - | canadapost_extra_small_mailing_box | 14.0 x 14.0 x 14.0 cm | - | canadapost_small_mailing_box | 28.6 x 22.9 x 6.4 cm | - | canadapost_medium_mailing_box | 31.0 x 23.5 x 13.3 cm | - | canadapost_large_mailing_box | 38.1 x 30.5 x 9.5 cm | - | canadapost_extra_large_mailing_box | 40.0 x 30.5 x 21.6 cm | - | canadapost_corrugated_small_box | 42.0 x 32.0 x 32.0 cm | - | canadapost_corrugated_medium_box | 46.0 x 38.0 x 32.0 cm | - | canadapost_corrugated_large_box | 46.0 x 46.0 x 40.6 cm | - | canadapost_xexpresspost_certified_envelope | 26.0 x 15.9 x 1.5 cm | - | canadapost_xexpresspost_national_large_envelope | 40.0 x 29.2 x 1.5 cm | + | ups_small_express_box | 13.0 x 11.0 x 2.0 in | + | ups_medium_express_box | 16.0 x 11.0 x 3.0 in | + | ups_large_express_box | 18.0 x 13.0 x 3.0 in | + | ups_express_tube | 38.0 x 6.0 x 6.0 in | + | ups_express_pak | 16.0 x 11.75 x 1.5 in | + | ups_world_document_box | 17.5 x 12.5 x 3.0 in | - ### DHL Express + ### TNT | Code | Dimensions | | ------------ | ------------ | - | dhl_express_envelope | 35.0 x 27.5 x 1.0 cm | - | dhl_express_standard_flyer | 40.0 x 30.0 x 1.5 cm | - | dhl_express_large_flyer | 47.5 x 37.5 x 1.5 cm | - | dhl_express_box_2 | 33.7 x 18.2 x 10.0 cm | - | dhl_express_box_3 | 33.6 x 32.0 x 5.2 cm | - | dhl_express_box_4 | 33.7 x 32.2 x 18.0 cm | - | dhl_express_box_5 | 33.7 x 32.2 x 34.5 cm | - | dhl_express_box_6 | 41.7 x 35.9 x 36.9 cm | - | dhl_express_box_7 | 48.1 x 40.4 x 38.9 cm | - | dhl_express_box_8 | 54.2 x 44.4 x 40.9 cm | - | dhl_express_tube | 96.0 x 15.0 x 15.0 cm | - | dhl_didgeridoo_box | 13.0 x 13.0 x 162.0 cm | - | dhl_jumbo_box | 45.0 x 42.7 x 33.0 cm | - | dhl_jumbo_box_junior | 39.9 x 34.0 x 24.1 cm | + | tnt_envelope_doc | 35.0 x 1.0 x 27.5 cm | + | tnt_satchel_bag1 | 40.0 x 1.0 x 30.0 cm | + | tnt_satchel_bag2 | 47.5 x 1.0 x 38.0 cm | + | tnt_box_B | 29.5 x 19.0 x 40.0 cm | + | tnt_box_C | 29.5 x 29.0 x 40.0 cm | + | tnt_box_D | 39.5 x 29.0 x 50.0 cm | + | tnt_box_E | 39.5 x 49.5 x 44.0 cm | + | tnt_medpack_ambient | 18.0 x 12.0 x 23.0 cm | + | tnt_medpack_fronzen_10 | 37.0 x 35.5 x 40.0 cm | + + ### Purolator + | Code | Dimensions | + | ------------ | ------------ | + | purolator_express_envelope | 12.5 x 16 x 1.5 in | + | purolator_express_pack | 12.5 x 16 x 1.0 in | + | purolator_express_box | 18 x 12 x 3.5 in | ### FedEx | Code | Dimensions | @@ -12757,34 +12754,37 @@ tags: | fedex_25_kg_box | 21.56 x 16.56 x 13.19 in | | fedex_tube | 38.0 x 6.0 x 6.0 in | - ### Purolator - | Code | Dimensions | - | ------------ | ------------ | - | purolator_express_envelope | 12.5 x 16 x 1.5 in | - | purolator_express_pack | 12.5 x 16 x 1.0 in | - | purolator_express_box | 18 x 12 x 3.5 in | - - ### TNT + ### DHL Express | Code | Dimensions | | ------------ | ------------ | - | tnt_envelope_doc | 35.0 x 1.0 x 27.5 cm | - | tnt_satchel_bag1 | 40.0 x 1.0 x 30.0 cm | - | tnt_satchel_bag2 | 47.5 x 1.0 x 38.0 cm | - | tnt_box_B | 29.5 x 19.0 x 40.0 cm | - | tnt_box_C | 29.5 x 29.0 x 40.0 cm | - | tnt_box_D | 39.5 x 29.0 x 50.0 cm | - | tnt_box_E | 39.5 x 49.5 x 44.0 cm | - | tnt_medpack_ambient | 18.0 x 12.0 x 23.0 cm | - | tnt_medpack_fronzen_10 | 37.0 x 35.5 x 40.0 cm | + | dhl_express_envelope | 35.0 x 27.5 x 1.0 cm | + | dhl_express_standard_flyer | 40.0 x 30.0 x 1.5 cm | + | dhl_express_large_flyer | 47.5 x 37.5 x 1.5 cm | + | dhl_express_box_2 | 33.7 x 18.2 x 10.0 cm | + | dhl_express_box_3 | 33.6 x 32.0 x 5.2 cm | + | dhl_express_box_4 | 33.7 x 32.2 x 18.0 cm | + | dhl_express_box_5 | 33.7 x 32.2 x 34.5 cm | + | dhl_express_box_6 | 41.7 x 35.9 x 36.9 cm | + | dhl_express_box_7 | 48.1 x 40.4 x 38.9 cm | + | dhl_express_box_8 | 54.2 x 44.4 x 40.9 cm | + | dhl_express_tube | 96.0 x 15.0 x 15.0 cm | + | dhl_didgeridoo_box | 13.0 x 13.0 x 162.0 cm | + | dhl_jumbo_box | 45.0 x 42.7 x 33.0 cm | + | dhl_jumbo_box_junior | 39.9 x 34.0 x 24.1 cm | - ### UPS + ### Canada Post | Code | Dimensions | | ------------ | ------------ | - | ups_small_express_box | 13.0 x 11.0 x 2.0 in | - | ups_medium_express_box | 16.0 x 11.0 x 3.0 in | - | ups_large_express_box | 18.0 x 13.0 x 3.0 in | - | ups_express_tube | 38.0 x 6.0 x 6.0 in | - | ups_express_pak | 16.0 x 11.75 x 1.5 in | - | ups_world_document_box | 17.5 x 12.5 x 3.0 in | + | canadapost_mailing_box | 10.2 x 15.2 x 1.0 cm | + | canadapost_extra_small_mailing_box | 14.0 x 14.0 x 14.0 cm | + | canadapost_small_mailing_box | 28.6 x 22.9 x 6.4 cm | + | canadapost_medium_mailing_box | 31.0 x 23.5 x 13.3 cm | + | canadapost_large_mailing_box | 38.1 x 30.5 x 9.5 cm | + | canadapost_extra_large_mailing_box | 40.0 x 30.5 x 21.6 cm | + | canadapost_corrugated_small_box | 42.0 x 32.0 x 32.0 cm | + | canadapost_corrugated_medium_box | 46.0 x 38.0 x 32.0 cm | + | canadapost_corrugated_large_box | 46.0 x 46.0 x 40.6 cm | + | canadapost_xexpresspost_certified_envelope | 26.0 x 15.9 x 1.5 cm | + | canadapost_xexpresspost_national_large_envelope | 40.0 x 29.2 x 1.5 cm | ...