Skip to content

Commit 34be67b

Browse files
authored
DEVDOCS-6658 Replace placeholder values and fix issues in Store Operations documentation (#1189)
# [DEVDOCS-6658] ## What changed? Replace placeholder values and fix issues in Store Operations documentation ## Anything else? No [DEVDOCS-6658]: https://bigcommercecloud.atlassian.net/browse/DEVDOCS-6658?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 58fc365 commit 34be67b

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

archive/store-operations/v2-products/v2-versus-v3.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ This will only create an option with no values added.
740740
**Add option values**
741741
`POST /v2/options/{option_id}/values`
742742

743-
This will add values such as small, medium and large. Only one value at a time can be created. In this example it will take 3 seperate /POST requests to create all sizes.
743+
This will add values such as small, medium and large. Only one value at a time can be created. In this example it will take 3 separate /POST requests to create all sizes.
744744

745745
```json showLineNumbers copy
746746
{
@@ -926,7 +926,7 @@ They are not recommended for V3 products since they can be created at the varian
926926
**Request V2 Product Rules**
927927
`/v2/products/{product_id}/rules`
928928

929-
* A complex rule can not be added without an option
929+
* A complex rule cannot be added without an option
930930

931931
The example below add's a complex rule to increase the price by $5 if the checkbox is selected.
932932

docs/store-operations/emails/object-reference/combined-order-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ example:
307307
quantity: 1
308308
link: '#downloadable-link'
309309
products:
310-
name: Test product
310+
name: "Sample Product"
311311
sku: FA44
312312
quantity: 11
313313
tracking:

docs/store-operations/emails/object-reference/data/invoice_email.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"shipping": {
1313
"methods": [],
1414
"address": {
15-
"email": "test@gmail.com",
15+
"email": "customer@example.com",
1616
"phone": "+112233445566",
1717
"first_name": "John",
1818
"last_name": "Wick",
@@ -163,7 +163,7 @@
163163
"billing": {
164164
"is_managed_by_amazon": false,
165165
"address": {
166-
"email": "test@gmail.com",
166+
"email": "customer@example.com",
167167
"phone": "+112233445566",
168168
"first_name": "John",
169169
"last_name": "Wick",

docs/store-operations/emails/object-reference/draft/combined_order_status_email.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Order Status Update:
208208
quantity: 1
209209
link: '#downloadable-link'
210210
products:
211-
name: Test product
211+
name: "Sample Product"
212212
sku: FA44
213213
quantity: 11
214214
tracking:

docs/store-operations/emails/object-reference/draft/invoice_email.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ Order:
386386
shipping:
387387
methods:
388388
address:
389-
email: 'test@gmail.com'
389+
email: 'customer@example.com'
390390
phone: +112233445566
391391
first_name: John
392392
last_name: Wick
@@ -398,7 +398,7 @@ Order:
398398
address_lines:
399399
custom_fields:
400400
products:
401-
name: Test product name
401+
name: "Sample Product"
402402
quantity: 2
403403
sku: SF42
404404
address_lines:
@@ -436,7 +436,7 @@ Order:
436436
billing:
437437
is_managed_by_amazon: false
438438
address:
439-
email: 'test@gmail.com'
439+
email: 'customer@example.com'
440440
phone: +112233445566
441441
first_name: John
442442
last_name: Wick

docs/store-operations/emails/object-reference/invoice.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ examples:
569569
shipping:
570570
methods:
571571
address:
572-
email: 'test@gmail.com'
572+
email: 'customer@example.com'
573573
phone: +112233445566
574574
first_name: John
575575
last_name: Wick
@@ -581,7 +581,7 @@ examples:
581581
address_lines:
582582
custom_fields:
583583
products:
584-
- name: Test product name
584+
- name: "Sample Product"
585585
quantity: 2
586586
sku: SF42
587587
address_lines:
@@ -682,7 +682,7 @@ examples:
682682
billing:
683683
is_managed_by_amazon: false
684684
address:
685-
email: 'test@gmail.com'
685+
email: 'customer@example.com'
686686
phone: +112233445566
687687
first_name: John
688688
last_name: Wick

0 commit comments

Comments
 (0)