1. Schemas
FlavorCloud Partner API Documentation
  • Getting Started Guide for Merchants
  • B2B International Shipping Guide
  • Getting Started Guide for 3PLs
  • Returns Guide
  • Authentication
    • Get Auth Token
  • Rates
    • Get Rates
    • Get Multi Rates
  • Shipments
    • Create Shipments
    • Get Shipments
    • Cancel Shipments
  • Tracking
    • Get Tracking Detail
  • Classifications
    • Get Classification
  • Landed Cost
    • Get Landed Cost
  • Webhooks
    • Subscribe Webhooks
    • Unsubscribe Webhooks
  • Invoices
    • Get Invoice Detail
    • Get Invoices
  • Schemas
    • Schemas
      • ClassificationStatus
      • ProductResponse
      • ClassificationResponse
      • MissingProperty
      • ResponseDetails
      • ResponseData
      • ErrorResponse
      • ClassificationProduct
      • ClassificationRequest
      • InvoiceResponse
      • CustomerResponse
      • AccountInformation
      • ShippingOrigin
      • AveragePackageSettings
      • CreateCustomerRequest
      • CreateCustomerResponse
      • GetCustomerResponse
      • LandedCostResponse
      • Piece
      • Address
      • LandedCostRequest
      • CreateManifestShipmentResponse
      • CreateManifestShipmentRequest
      • GetManifestShipmentResponse
      • RateDetailDDU
      • LandedCostDetail
      • RateDetailDDP
      • TradeModel
      • RatesResponse
      • QuoteToAddress
      • QuoteFromAddress
      • QuotePiece
      • Package
      • QuoteRequest
      • RateRequest
      • ShipmentPackage
      • ShipmentsModel
      • MultiRateRequest
      • ShipmentsModelQuote
      • MultiQuoteRequest
      • RateDetailReponse
      • ShipmentBatches
      • ShipFromAddress
      • ShipToAddress
      • IndiaExportInfo
      • Metadata
      • BatchRequest
      • BatchUpdateReqModel
      • BatchCloseReqModel
      • ShipmentBatchesResponseModel
      • ShipmentResponse
      • ShipmentResponseExcluding_ConsolidateLabel_
      • ShipmentRequest
      • CancelShipmentResponse
      • CancelShipmentRequest
      • TrackingHistory
      • TrackingAPIResponse
      • CreateWebhookResponse
      • WebHookInfo
      • SubscribeWebhooksRequest
      • UnSubscribeWebhookRequest
  1. Schemas

GetCustomerResponse(GetCustomerResponse)

{
    "CustomerKey": "string",
    "CustomerInfo": {
        "LabelFormat": "PDF",
        "WeightUnit": "KG",
        "DimensionUnit": "CM",
        "Insurance": "Y",
        "ServiceCode": [
            [
                "STANDARD",
                "EXPRESS",
                "STANDARD-ECONOMY",
                "EXPRESS-ECONOMY"
            ]
        ],
        "TermsOfTrade": [
            "DDP"
        ],
        "AccountInformation": {
            "Name": "string",
            "AttentionName": "string",
            "AddressLine1": "string",
            "AddressLine2": "string",
            "AddressLine3": "string",
            "City": "string",
            "State": "string",
            "Country": "string",
            "Zip": "string",
            "Phone": "string",
            "Email": "string",
            "TaxID": "string"
        },
        "ShippingOrigin": {
            "LocationName": "string",
            "AddressLine1": "string",
            "AddressLine2": "string",
            "AddressLine3": "string",
            "City": "string",
            "State": "string",
            "Country": "string",
            "Zip": "string",
            "Phone": "string",
            "Email": "string"
        },
        "AveragePackageSettings": {
            "Weight": 0,
            "Length": 0,
            "Width": 0,
            "Height": 0,
            "OriginCountryCode": "string"
        },
        "PaymentKey": "string"
    }
}
Built with