Skip to main content

Get Fulfillment by Id

Select

SaaS

Get fulfillment details using metallic fulfillment id.

Path Variables

FieldDescriptionTypeNotes
fulfillmentIdFulfillment metallic idUUID

Response Body

FieldDescriptionTypeNotes
idFulfillment metallic idUUID
statusFulfillment statusString Enumeration - Fulfillment Status EnumerationRefer to Fulfillment Status Enumeration.
accountIdAccount metallic idUUIDFor 'New customer' fulfillment request, this field only present when fulfillment status is 'complete'.
insertTsFulfillment created timeTimestamp
updateTsFulfillment last updated timeTimestamp
requestDataFulfillment request bodySubmit Fulfillment - Request BodySee - Submit Fulfillment - Request Body
Path Parameters
  • fulfillmentId string required

    Fulfillment metallic id

Responses

OK


Schema
  • data object
  • id string
  • status string
  • accountId string
  • insertTs string
  • updateTs string
  • requestData object
  • externalId string
  • resellerId string
  • account object
  • externalId string
  • name string
  • website string
  • provisionCountry string
  • contacts object[]
  • type string
  • email string
  • firstName string
  • lastName string
  • phone string
  • address object
  • addressLine1 string
  • addressLine2 string
  • city string
  • state string
  • country string
  • postalCode string
  • service object
  • skus object[]
  • sku string
Loading...