Creating a Product
https://yorshop.yordadev.network/v1/product
This endpoint allows you to create a product.
Headers
Your shop's Client Credential Token
Form Data Parameters
The id to the category to which the product belongs
The id to a tax rate to be applied to this product at checkout and override any cart tax.
A description of the product
The product is a Physical or Digital commodity type
Fetching Product(s)
https://yorshop.yordadev.network/v1/product
This endpoint allows you to fetch a single product or all product.
Query Parameters
The id of the product to fetch
Array of boolean values defining the scope
Updating a Product
https://yorshop.yordadev.network/v1/product
This endpoint allows you to update your product.
Headers
Your shop's Client Credential Token
Query Parameters
The id to the product to be updated
The id of the tax rate to be applied to this product at time of checkout and override any tax applied at time of checkout.
Short description of product
Destroying Product
https://yorshop.yordadev.network/v1/product
This endpoint allows you to destroy a product.
Headers
Your shop's Client Credential Token
Query Parameters
The id to the product to be destroyed