Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 838 Bytes

CatalogV1Id.md

File metadata and controls

16 lines (10 loc) · 838 Bytes

CatalogV1Id

Description

An Items Connect V1 object ID along with its associated location ID.

Properties

Name Getter Setter Type Description Notes
catalog_v1_id getCatalogV1Id() setCatalogV1Id($value) string The ID for an object in Connect V1, if different from its Connect V2 ID. [optional]
location_id getLocationId() setLocationId($value) string The ID of the `Location` this Connect V1 ID is associated with. [optional]

Note: All properties are protected and only accessed via getters and setters.

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