chore(oas): [13/n] improve oas schemas (#9201)
* chore(oas): [13/n] improve oas schemas * remove tax region name
This commit is contained in:
@@ -30,28 +30,28 @@
|
||||
* default_sales_channel_id:
|
||||
* type: string
|
||||
* title: default_sales_channel_id
|
||||
* description: The store's default sales channel id.
|
||||
* description: The ID of the sales channel used by default in the store.
|
||||
* default_region_id:
|
||||
* type: string
|
||||
* title: default_region_id
|
||||
* description: The store's default region id.
|
||||
* description: The ID of the region used by default in the store.
|
||||
* default_location_id:
|
||||
* type: string
|
||||
* title: default_location_id
|
||||
* description: The store's default location id.
|
||||
* description: The ID of the stock location used by default in the store.
|
||||
* metadata:
|
||||
* type: object
|
||||
* description: The store's metadata.
|
||||
* description: The store's metadata, can hold custom key-value pairs.
|
||||
* created_at:
|
||||
* type: string
|
||||
* format: date-time
|
||||
* title: created_at
|
||||
* description: The store's created at.
|
||||
* description: The date the store was created.
|
||||
* updated_at:
|
||||
* type: string
|
||||
* format: date-time
|
||||
* title: updated_at
|
||||
* description: The store's updated at.
|
||||
* description: The date the store was updated.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user