Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 671 Bytes

File metadata and controls

22 lines (16 loc) · 671 Bytes

UltracartClient::CustomerEDI

Properties

Name Type Description Notes
channel_partner_oid Integer EDI channel partner this customer profile is associated with [optional]
distribution_center_number String The EDI distribution center number associated with this customer profile. [optional]
store_number String The EDI store number associated with this customer profile. [optional]

Example

require 'ultracart_api'

instance = UltracartClient::CustomerEDI.new(
  channel_partner_oid: null,
  distribution_center_number: null,
  store_number: null
)