forked from ordercloud-api/ordercloud-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathordercloud-seed.yml
211 lines (211 loc) · 4.92 KB
/
ordercloud-seed.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
Objects:
SecurityProfiles: []
ImpersonationConfigs: []
OpenIdConnects: []
AdminUsers: []
AdminUserGroups: []
AdminAddresses: []
MessageSenders: []
ApiClients: []
Locales:
- ID: CA
OwnerID: <MarketplaceID placeholder>
Currency: CAD
Language: ENG
- ID: US
OwnerID: <MarketplaceID placeholder>
Currency: USD
Language: ENG
Incrementors: []
Webhooks: []
IntegrationEvents: []
XpIndices: []
Buyers:
- ID: CA
Name: Canada
DefaultCatalogID: CA
Active: false
DateCreated: '2021-11-29T17:59:54.367+00:00'
xp: null
- ID: US
Name: United States
DefaultCatalogID: US
Active: false
DateCreated: '2021-11-29T17:59:54.273+00:00'
xp: null
Users:
- ID: user2
Username: user2
Password: null
FirstName: Jim
LastName: Beam
Email: [email protected]
Phone: null
TermsAccepted: null
Active: true
xp: null
AvailableRoles: []
DateCreated: '2021-11-29T17:59:55.127+00:00'
PasswordLastSetDate: null
BuyerID: CA
- ID: user1
Username: user1
Password: null
FirstName: Jim
LastName: Beam
Email: [email protected]
Phone: null
TermsAccepted: null
Active: true
xp: null
AvailableRoles: []
DateCreated: '2021-11-29T17:59:55.037+00:00'
PasswordLastSetDate: null
BuyerID: US
UserGroups: []
Addresses: []
CostCenters: []
CreditCards: []
SpendingAccounts: []
ApprovalRules: []
Catalogs:
- ID: CA
OwnerID: <MarketplaceID placeholder>
Name: Canada
Description: Default catalog for Canada
Active: true
CategoryCount: 0
xp: null
- ID: CA-catalog
OwnerID: <MarketplaceID placeholder>
Name: Canada
Description: null
Active: false
CategoryCount: 0
xp: null
- ID: US
OwnerID: <MarketplaceID placeholder>
Name: United States
Description: Default catalog for United States
Active: true
CategoryCount: 0
xp: null
- ID: US-catalog
OwnerID: <MarketplaceID placeholder>
Name: United States
Description: null
Active: false
CategoryCount: 0
xp: null
Categories: []
Suppliers: []
Products:
- OwnerID: <MarketplaceID placeholder>
DefaultPriceScheduleID: null
AutoForward: false
ID: productA
Name: productA
Description: null
QuantityMultiplier: 1
ShipWeight: null
ShipHeight: null
ShipWidth: null
ShipLength: null
Active: false
SpecCount: 0
VariantCount: 0
ShipFromAddressID: null
Inventory: null
DefaultSupplierID: null
AllSuppliersCanSell: false
xp: null
PriceSchedules:
- OwnerID: <MarketplaceID placeholder>
ID: productA-CA
Name: productA-CA
ApplyTax: false
ApplyShipping: false
MinQuantity: 1
MaxQuantity: null
UseCumulativeQuantity: false
RestrictedQuantity: false
PriceBreaks:
- Quantity: 1
Price: 3
Currency: CAD
xp: null
- OwnerID: <MarketplaceID placeholder>
ID: productA-US
Name: productA-US
ApplyTax: false
ApplyShipping: false
MinQuantity: 1
MaxQuantity: null
UseCumulativeQuantity: false
RestrictedQuantity: false
PriceBreaks:
- Quantity: 1
Price: 2
Currency: USD
xp: null
Specs: []
ProductFacets: []
Promotions: []
Assignments:
UserGroupAssignments: []
SpendingAccountAssignments: []
AddressAssignments: []
CostCenterAssignments: []
CreditCardAssignments: []
CategoryAssignments: []
CategoryProductAssignments: []
ProductSupplierAssignment: []
SecurityProfileAssignments: []
AdminUserGroupAssignments: []
ApiClientAssignments: []
LocaleAssignments:
- LocaleID: CA
BuyerID: CA
UserID: null
UserGroupID: null
- LocaleID: US
BuyerID: US
UserID: null
UserGroupID: null
ProductAssignments:
- SellerID: <MarketplaceID placeholder>
ProductID: productA
BuyerID: US
UserID: null
UserGroupID: null
PriceScheduleID: productA-US
- SellerID: <MarketplaceID placeholder>
ProductID: productA
BuyerID: CA
UserID: null
UserGroupID: null
PriceScheduleID: productA-CA
CatalogAssignments:
- CatalogID: CA
BuyerID: CA
ViewAllCategories: true
ViewAllProducts: true
- CatalogID: CA-catalog
BuyerID: CA
ViewAllCategories: false
ViewAllProducts: false
- CatalogID: US
BuyerID: US
ViewAllCategories: true
ViewAllProducts: true
- CatalogID: US-catalog
BuyerID: US
ViewAllCategories: false
ViewAllProducts: false
ProductCatalogAssignment:
- CatalogID: CA-catalog
ProductID: productA
- CatalogID: US-catalog
ProductID: productA
SpecProductAssignments: []
PromotionAssignment: []