object

FulfillingStore

Schema for fulfilling store.
Fields
code
String
A code associated with the store. For example, `code` can be set to 'sample_code'.
company_id
Int
The identifier of the company associated with the store. For example, `company_id` can be set to 1.
company_name
String
The name of the company associated with the store. For example, `company_name` can be set to 'Sample Name'.
id
Int
The unique identifier of the store. For example, `id` can be set to 1.
name
String
The name of the store. For example, `name` can be set to 'Sample Name'.