CatalogV1Id
November 20, 2019 ยท View on GitHub
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.