FedEx End of Day Close Virtual Sandbox
Virtual API for managing FedEx shipment end-of-day closing procedures.
The FedEx End of Day Close API allows developers to simulate the finalization of shipping manifests. This service provides a virtual environment to test the submission of closing requests, handling of shipment batches, and the generation of end-of-day reports without interacting with live FedEx logistics systems.
Use this hosted sandbox to simulate FedEx End of Day Close APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready.
This keeps your integration code consistent across local development, QA, demos, and production.
Use cases:
Use this sandbox to validate end-of-day manifest submission workflows, batch processing logic, error handling for incomplete shipments, and the receipt of confirmation responses for closed shipping cycles.
General(2 operations)
PUT
| Header Name | Example |
|---|---|
x-customer-transaction-id | "624deea6-b709-470c-8c39-4b5511281492" |
content-type* | "application/json" |
x-locale | "en_US" |
authorization* | "Bearer XXX" |
{
"accountNumber": {
"value": 123456789
},
"closeDate": "2020-05-12",
"closeReqType": "GCDR",
"groundServiceCategory": "GROUND"
}{
"output": {
"alerts": [
{
"alertType": "NOTE",
"code": "SHIP.ORIGIN.INVALID",
"message": "Invalid Recipient Address."
},
{
"alertType": "NOTE",
"code": "SHIP.PACKAGE.WEIGHT.INVALID",
"message": "Recipient Postal-City Mismatch."
},
{
"alertType": "NOTE",
"code": "SHIP.SERVICE.UNAVAILABLE",
"message": "Invalid Recipient Address."
},
{
"alertType": "NOTE",
"code": "SHIP.RECIPIENT.POSTALCITY.MISMATCH",
"message": "Selected service is unavailable."
}
],
"closeDocuments": [
{
"accessReference": "bjx0OwSDa1",
"copiesToPrint": 0,
"parts": [
{
"documentPartSequenceNumber": 7,
"image": "pk2hRRK4CxD404R3iWEu"
}
],
"resolution": 572,
"shippingCycle": "0520623711594195",
"shippingDocumentDisposition": "STORED",
"type": "OP_950"
},
{
"accessReference": "AFV1JG9tAz",
"copiesToPrint": 0,
"parts": [
{
"documentPartSequenceNumber": 5,
"image": "fxOk4G1gkRwlPmYXlxCi"
},
{
"documentPartSequenceNumber": 2,
"image": "5xVdzKW9JtAs6uPTeu6Y"
},
{
"documentPartSequenceNumber": 9,
"image": "HcVlNrYTbynaCwqyhDl9"
}
],
"resolution": 364,
"shippingCycle": "2338112293837379",
"shippingDocumentDisposition": "STORED",
"type": "OP_950"
},
{
"accessReference": "dI50qVQtKA",
"copiesToPrint": 3,
"parts": [
{
"documentPartSequenceNumber": 8,
"image": "Z3KzvbB9Z7f41r5amjmN"
},
{
"documentPartSequenceNumber": 5,
"image": "Fc7FxIsHSxP97vfOnXFk"
},
{
"documentPartSequenceNumber": 3,
"image": "cguszqr3wb4RJLV7p84Z"
},
{
"documentPartSequenceNumber": 1,
"image": "KhPM6tHyCkDNEwDqE1a6"
}
],
"resolution": 478,
"shippingCycle": "2047295577920148",
"shippingDocumentDisposition": "STORED",
"type": "OP_950"
}
]
},
"transactionId": "21c2c371-2df4-4be7-bf4e-eb8c108be27a"
}{
"transactionId": "35fa49ec-1e8a-4334-abc5-7e640ac807ac",
"errors": [
{
"code": "AVAILABILITY.SHIP.DATE.INVALID",
"message": "Ship date is invalid."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.AUTHORIZED.ERROR",
"message": "Access token expired. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "FORBIDDEN.ERROR",
"message": "We could not authorize your credentials. Please check your permissions and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.FOUND.ERROR",
"message": "The resource you requested is no longer available. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "INTERNAL.SERVER.ERROR",
"message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "SERVICE.UNAVAILABLE.ERROR",
"message": "Indicates the description of API error alert message.<br>Example: The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}POST
| Header Name | Example |
|---|---|
x-customer-transaction-id | "624deea6-b709-470c-8c39-4b5511281492" |
content-type* | "application/json" |
x-locale | "en_US" |
authorization* | "Bearer XXX" |
{
"accountNumber": {
"value": 123456789
},
"closeReqType": "RGCDR",
"groundServiceCategory": "GROUND",
"reprintOption": "BY_SHIP_DATE"
}{
"output": {
"alerts": [
{
"alertType": "NOTE",
"code": "SHIP.ORIGIN.INVALID",
"message": "Package weight exceeds limit."
},
{
"alertType": "NOTE",
"code": "SHIP.ORIGIN.INVALID",
"message": "Package weight exceeds limit."
}
],
"closeDocuments": [
{
"accessReference": "vNqwbjD6M4",
"copiesToPrint": 5,
"parts": [
{
"documentPartSequenceNumber": 5,
"image": "1rHmElkwb9Ngnxow9wj4"
},
{
"documentPartSequenceNumber": 7,
"image": "Zh5njPPicbxlhA5bFqk7"
},
{
"documentPartSequenceNumber": 9,
"image": "HD5BZCqraDnKr5rfA5j0"
},
{
"documentPartSequenceNumber": 9,
"image": "3zB5VpRTVgQBHS28FYzF"
}
],
"resolution": 409,
"shippingCycle": "2384979951511640",
"shippingDocumentDisposition": "CONFIRMED",
"type": "OP_950"
},
{
"accessReference": "M09JkQ1XoX",
"copiesToPrint": 1,
"parts": [
{
"documentPartSequenceNumber": 2,
"image": "QYXqFWLQe5BYaNtzdQiQ"
},
{
"documentPartSequenceNumber": 1,
"image": "jCtXSw7NeQoy1WQffeT6"
},
{
"documentPartSequenceNumber": 5,
"image": "WilUOL2eWLLvcZvP1UwA"
},
{
"documentPartSequenceNumber": 5,
"image": "YaQ1TTpd8vr2g8dRonba"
},
{
"documentPartSequenceNumber": 3,
"image": "N2eQaHcc0LezURHT9sUR"
}
],
"resolution": 201,
"shippingCycle": "1444000689898851",
"shippingDocumentDisposition": "CONFIRMED",
"type": "OP_950"
},
{
"accessReference": "ziJdFKZoCc",
"copiesToPrint": 5,
"parts": [
{
"documentPartSequenceNumber": 8,
"image": "cuxdG2E76k5l3E5eDsdK"
}
],
"resolution": 521,
"shippingCycle": "6974684600654251",
"shippingDocumentDisposition": "CONFIRMED",
"type": "OP_950"
},
{
"accessReference": "Mk8y3w4vzG",
"copiesToPrint": 3,
"parts": [
{
"documentPartSequenceNumber": 1,
"image": "Jqzu63i62okV1yf1idtg"
},
{
"documentPartSequenceNumber": 4,
"image": "uzEfthaPKJ0fOmomPrRT"
},
{
"documentPartSequenceNumber": 4,
"image": "78jie07IALbdL48ocjVb"
},
{
"documentPartSequenceNumber": 5,
"image": "7ys9E5zc6qKsa7jnGjnQ"
}
],
"resolution": 580,
"shippingCycle": "8897012866780730",
"shippingDocumentDisposition": "STORED",
"type": "OP_950"
},
{
"accessReference": "Msb0Qpd22v",
"copiesToPrint": 3,
"parts": [
{
"documentPartSequenceNumber": 5,
"image": "BEVNE3KEIDazKfYCYEh6"
},
{
"documentPartSequenceNumber": 5,
"image": "EzOFXaLVz7xwsZnoooAK"
}
],
"resolution": 544,
"shippingCycle": "4998170062925877",
"shippingDocumentDisposition": "CONFIRMED",
"type": "OP_950"
}
]
},
"transactionId": "236c44e2-d232-4c8c-aeb1-cb3b7e4dd454"
}{
"transactionId": "35fa49ec-1e8a-4334-abc5-7e640ac807ac",
"errors": [
{
"code": "AVAILABILITY.SHIP.DATE.INVALID",
"message": "Ship date is invalid."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.AUTHORIZED.ERROR",
"message": "Access token expired. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "FORBIDDEN.ERROR",
"message": "We could not authorize your credentials. Please check your permissions and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.FOUND.ERROR",
"message": "The resource you requested is no longer available. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "INTERNAL.SERVER.ERROR",
"message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "SERVICE.UNAVAILABLE.ERROR",
"message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}Service Homepage: developer.fedex.com/api/en-us/catalog/close/v1/docs.html
fedexshippinglogisticsmanifestend-of-day