Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.04 KB

PointOfSaleLocation.md

File metadata and controls

19 lines (15 loc) · 1.04 KB

PointOfSaleLocation

Properties

Name Type Description Notes
adddress2 str Address line 2 [optional]
address1 str Address line 1 [optional]
city str City [optional]
country str Country [optional]
distribution_center_code str The distribution center code where inventory is reduced from for this sale. [optional]
external_id str External Id useful for syncing with a remote filesystem, this may be an MD5 hash or whatever suits your needs. [optional]
merchant_id str Merchant ID that owns this location [optional]
pos_location_oid int Object identifier of the point of sale location. [optional]
postal_code str Postal code [optional]
state_province str State/province [optional]

[Back to Model list] [Back to API list] [Back to README]