# Deal API PLEASE NOTE: For all fields labelled micros (eg fixedPriceMicros, floorPriceMicros), one currency = 1000000 micros. Please pass 1000000 in order to set the field as $1.00 USD. ## Delete deal - [DELETE /api/external/v1/deal](https://developers.ascendxnow.com/asx-docs/asx-api/deal-api/deletedeal.md) ## Get deal list by partner ID - [GET /api/external/v1/deal](https://developers.ascendxnow.com/asx-docs/asx-api/deal-api/getdealsbypartnerid.md) ## Create deal - [POST /api/external/v1/deal](https://developers.ascendxnow.com/asx-docs/asx-api/deal-api/createdeal.md) ## Update a deal's mutable fields, by partner and deal ID - [PUT /api/external/v1/deal](https://developers.ascendxnow.com/asx-docs/asx-api/deal-api/updatedeal.md) ## Query deals by partner ID and other options - [GET /api/external/v1/deal/page](https://developers.ascendxnow.com/asx-docs/asx-api/deal-api/getpageddealsbypartnerid.md) ## Get deal details by deal ID - [GET /api/external/v1/deal/{dealId}](https://developers.ascendxnow.com/asx-docs/asx-api/deal-api/getdealbyid.md)