Skip to content

Commit 75e5711

Browse files
authored
fix link to fields header
1 parent 7302c96 commit 75e5711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/How-To/commerce-extensions/create-a-multilocation-inventories-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Notice the following:
164164

165165
## Update Custom API Entries
166166

167-
Recall that [earlier](/guides/How-To/commerce-extensions/create-a-multilocation-inventories-resource#create-custom-field---slug) when you created the Custom Field `sku` that you marked it for `use_as_url_slug`. This allows you to access a Custom API Entry by the value that is stored in that Custom Field for that record rather than having to:
167+
Recall that [earlier](/guides/How-To/commerce-extensions/create-a-multilocation-inventories-resource#create-custom-field---sku) when you created the Custom Field `sku` that you marked it for `use_as_url_slug`. This allows you to access a Custom API Entry by the value that is stored in that Custom Field for that record rather than having to:
168168

169169
1. Filter for that record.
170170
2. Save the `data.id` attribute for that record.
@@ -184,7 +184,7 @@ curl -X PUT "https://useast.api.elasticpath.com/v2/extensions/location-inventori
184184
}
185185
```
186186

187-
Notice that the resource identifier in the request above is one that should be well-known to you and your processes and not a random UUID generated by the platform `/v2/extensions/location-inventories/:customApiEntryId`. [Earlier](/guides/How-To/commerce-extensions/create-a-multilocation-inventories-resource#create-custom-field---slug) you made `sku` unique and case-insensive, so requests using a value like `tbl-din-6Wd-oak-0034` and similar varations using different casing will update, retrieve and potentially delete the same resource.
187+
Notice that the resource identifier in the request above is one that should be well-known to you and your processes and not a random UUID generated by the platform `/v2/extensions/location-inventories/:customApiEntryId`. [Earlier](/guides/How-To/commerce-extensions/create-a-multilocation-inventories-resource#create-custom-field---sku) you made `sku` unique and case-insensive, so requests using a value like `tbl-din-6Wd-oak-0034` and similar varations using different casing will update, retrieve and potentially delete the same resource.
188188

189189
## Conditional Updates
190190

0 commit comments

Comments
 (0)