Create a price
Creates a single price. Omit price_list_id to create a base price.
For more than a handful of rows, prefer POST /admin/prices/bulk_upsert.
Required scope: write_products (for API-key authentication).
POST
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Body
application/json
Response
201 - application/json
price created
Spree Admin SDK

