website logo
Sign Up ->
🌐Help Center
πŸ’ΌJobs
Navigate through spaces
⌘K
✏️ARCHBEE TEMPLATES
πŸ’»API Reference
Account Balance
Account Groups
Account Subscriptions
Accounts
Addresses
Analytics
Bulk Entitlements
Bundles
Carts
Customer Support Log
Dev Tools
Device Policy
Entitlements
Fulfilment
Gifting
Native Billing
Offers
Orders
Payment Details
Payment Instruction
Platform Status
Product Lists
Products
Service Credits
Sessions
Subscription Holiday
Subscriptions
Suppliers
Vouchers
πŸš€Realtime Editor with Markdown Shortcuts!
β›΅Integrations
AirTable
Miro
Figma
Github Gist
LucidChart
Trello
Prezi
Codepen
Iframe Embeds
🌀️Development in the Cloud
‴️Sharing Lambda Layers
πŸ”¨API Documentation
🌀️Endpoint Documentation
β›…GraphQL Endpoint Playground
☁️Full API Docs with Swagger/OpenAPI
πŸ§œβ€β™€οΈMermaid Diagrams
πŸ“„Why is Documentation Extremely Important for Engineers
Changelogs and Callouts
Code Editor Multi-Language
All Blocks
Tabs
Embed
πŸ—ΊοΈDatacenters (Minitasks and Maps)
API Reference
pet
store
user
Docs powered by
Archbee
API Reference
Fulfilment

Retrieve a fulfilment for an account

2min
GET
This endpoint will allow the retrieval of a fulfilment that has been generated for a specific account on the eSuite platform.
AUTHENTICATION
Authorization
Bearer
Bearer
PATH PARAMETERS
accountReference
string
*
Reference for the account to return fulfilments for
fulfilmentReference
string
*
Reference for the fulfilment to return
HEADER PARAMETERS
X-TokenId
string
The eSuite Token Id
X-SessionId
string
The eSuite Session Id
X-Version
string
*
The eSuite Version
Origin
string
The eSuite Origin
RESPONSES
200
Ok
FictiveGlobal.Api.Rest.Dtos.v2.Fulfilment
The dto to transfer Fulfilment data
fulfilmentReference
string
The Fulfilment reference
dateCreated
string<date-time>
Example: 2021-09-21T05:33:17.9791453
The Fulfilment date created
dateLastUpdated
string<date-time>
Example: 2021-09-21T05:33:17.9791453
The Fulfilment last updated
cartReference
string
The Fulfilment reference
fulfilmentDate
string<date-time>
Example: 2021-09-21T05:33:17.9791453
The issuing fulfilment date
supplierNotificationDate
string<date-time>
Example: 2021-09-21T05:33:17.9791453
The Supplier Notification date
expectedDeliveryDate
string<date-time>
Example: 2021-09-21T05:33:17.9791453
The Expected delivery date
status
string<Pending | Processing | Completed | Dispatched | Cancelled>
The fulfilment Status
type
string<Physical | Digital>
The Fulfilment Type
subscriptionReference
string
SubscriptionReference
paymentInstructionReference
string
PaymentInstructionReference
addressReference
string
AddressReference
paymentReference
string
PaymentReference
fulfilmentItems
FictiveGlobal.Api.Rest.Dtos.v1.FulfilmentLineItem[]
FulfilmentItems
customFulfilmentParameters
object
Example: [object Object]
A key-value store to hold custom params for the fulfilment
401
β€’ API Authentication Failure: Invalid Authentication Type/Credentials Provided
404
β€’ Account cannot be found <br /> β€’ fulfilment cannot be found
ο»Ώ

ο»Ώ

Updated 22 Sep 2023
Did this page help you?
PREVIOUS
Delete an entitlement
NEXT
Update a fulfilment
Docs powered by
Archbee